silverstripe-postgresql/code
Chris Graham e145b84b7c Updated PDO PostgreSQL Connection Creation
In addition to the pre-check for PostgreSQL needing to use pgsql
as the module name, the connection generator helper also needed
to be updated.
2019-10-29 11:41:26 -06:00
..
PostgreSQLConnector.php Returns the last inserted ID using currval() which is session dependant rather than last_value which is across all sessions 2017-10-20 13:38:06 +10:00
PostgreSQLDatabase.php FIX Usage of a bug-feature around aliases 2019-05-06 16:06:58 +12:00
PostgreSQLDatabaseConfigurationHelper.php Updated PDO PostgreSQL Connection Creation 2019-10-29 11:41:26 -06:00
PostgreSQLQuery.php Merge branch '2' 2019-04-12 09:45:10 +12:00
PostgreSQLQueryBuilder.php API Ensure table aliases longer than max characters are safely re-written 2017-05-26 10:15:10 +12:00
PostgreSQLSchemaManager.php BUG Fix postgres + PDO not working 2017-11-20 09:07:32 +13:00