Fix for SF BUG #470 Can't list/see/edit sequences owned by group
authorRobert Treat <rob@xzilla.net>
Sun, 22 Sep 2019 04:42:48 +0000 (00:42 -0400)
committerRobert Treat <rob@xzilla.net>
Sun, 22 Sep 2019 04:42:48 +0000 (00:42 -0400)
commitfd9c78875b2683dea27989943345f91ce2f31450
treeee808d9c5677bc6d819daaffa4c29e9c76788e52
parent1e219d838660a3d4f34ab3a5c719ca7b4819347a
Fix for SF BUG #470 Can't list/see/edit sequences owned by group

While I have implemented this fix against Postgres 12, as far as I can tell,
this bug existed since 7.x, so I'm adding it to all versions back to 7.4
(when we did the class re-org). This could probably use more testing on older
versions though.

Thanks to Carlos Martinez for the bug report and reproducible test case!
classes/database/Postgres.php