silverstripe-postgresql/code
torleif 7626d74bee FIX postgres can filter on non text fields
This issue causes the comparison to fail if comparing a non text fields (for example, a date or integer). This will cause the CMS to fail in places such as Gridfield selector. 

Similar fix as this one: https://github.com/silverstripe/silverstripe-framework/pull/2242 The difference being comparisonClause(...) being more apt solution in SS 3.1
2014-04-08 13:24:05 +12:00
..
PostgreSQLDatabase.php FIX postgres can filter on non text fields 2014-04-08 13:24:05 +12:00
PostgreSQLDatabaseConfigurationHelper.php Update PostgreSQLDatabaseConfigurationHelper.php 2013-03-24 03:03:59 +13:00