silverstripe-postgresql/code
Neil Gladwin 7a8bcd1ec5 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
..
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 BUG Fix reference to obsolete API (#59) 2016-10-28 16:50:09 +13:00
PostgreSQLDatabaseConfigurationHelper.php BUG Fix installer for 4.0 (#58) 2016-10-26 14:24:00 +13:00
PostgreSQLQuery.php FIX: PostgreSQLQuery::seek() returning indexed array instead of associative 2017-01-13 11:04:01 +00: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 FIX: Fixes #64 by the addition on of the USING clause. 2017-07-26 08:04:48 +12:00