cakephp2-php8/lib/Cake/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
..
Mysql.php Fix numeric values not being quoted for MySQL set columns. 2015-01-15 21:10:33 -05:00
Postgres.php Fix greedy regex operators in Postgres driver. 2015-06-24 23:39:26 -04:00
Sqlite.php Fix CS, remove extra space 2014-11-13 16:47:10 -05:00
Sqlserver.php Fix length reflection in SQLServer 2014-12-29 16:47:50 -05:00