Add support for Postgres 9.6, 10, 11, and 12. Verify tests passing on all supported...
authorRobert Treat <rob@xzilla.net>
Fri, 26 Oct 2018 19:10:40 +0000 (15:10 -0400)
committerRobert Treat <rob@xzilla.net>
Fri, 26 Oct 2018 19:10:40 +0000 (15:10 -0400)
commitce69536adc0724540a29a9a53898d573231434ff
treee404ae6a464e3453676e154633aa163b18a15618
parent9ae6fb421094e2a9cc93271a1284a14283f02f5c
Add support for Postgres 9.6, 10, 11, and 12. Verify tests passing on all supported versions.
classes/database/Connection.php
classes/database/Postgres.php
classes/database/Postgres10.php [new file with mode: 0644]
classes/database/Postgres11.php [new file with mode: 0644]
classes/database/Postgres95.php [new file with mode: 0644]
classes/database/Postgres96.php [new file with mode: 0644]