silverstripe-postgresql/code
Damian Mooyman dc7334087c FIXED: Improved parsing of index strings to support more index formats (array, string, variable index types in either form, etc).
UPDATED: Syntax to conform (better) to SS coding convention
UPDATED: Refactor, cleanup, and simplification of alterTable to reduce duplication of effort. Use of index parsing mechanism to pre-prepare indexe specifications for generation.
UPDATED: Better naming of variables (For instance, $indexName instead of $k)
BUG: Index generation is still not working properly. To investigate.
2012-09-17 11:13:41 +12:00
..
PostgreSQLDatabase.php FIXED: Improved parsing of index strings to support more index formats (array, string, variable index types in either form, etc). 2012-09-17 11:13:41 +12:00
PostgreSQLDatabaseConfigurationHelper.php ENHANCEMENT Added PostgreSQLDatabaseConfigurationHelper::getDatabaseVersion() 2010-05-26 05:14:05 +00:00