cakephp2-php8/lib/Cake/Test/Case/Model/Datasource/Database
mark_story 2f616a9e0c Fix greedy regex operators in Postgres driver.
`*` is greedy in regex, and needs to be escaped so that SQL operators
don't cause invalid SQL conditions to be created.

Refs #6877
2015-06-24 23:39:26 -04:00
..
MysqlTest.php Fix numeric values not being quoted for MySQL set columns. 2015-01-15 21:10:33 -05:00
PostgresTest.php Fix greedy regex operators in Postgres driver. 2015-06-24 23:39:26 -04:00
SqliteTest.php Fix issues with sqlite field parsing. 2014-11-12 20:49:19 -05:00
SqlserverTest.php Fix length reflection in SQLServer 2014-12-29 16:47:50 -05:00