silverstripe-postgresql/code
Ian Walls 6b7eb1cc6b
Enable support for jsonb field types
Adds a function to PostgreSQLSchemaManager.php to allow for FieldTypes that specify "json" as their type.  Doing so will create a jsonb column in the database, which is better for jsonpath value retrieval than it's regular json counterpart.
2020-10-28 10:57:08 -04: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 BUG Fix installer for 4.0 (#58) 2016-10-26 14:24:00 +13:00
PostgreSQLQuery.php FIX: Don’t drop first row on repeated iteration 2019-07-03 13:55:17 +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 Enable support for jsonb field types 2020-10-28 10:57:08 -04:00