cakephp2-php8/cake/libs/model/datasources/dbo
2011-03-24 23:25:56 -04:00
..
dbo_mssql.php Numerous 'shoer description' documentation entries updated to contain useful comments. 2010-05-30 01:20:28 +10:00
dbo_mysql.php Fixing issue where DboMysql would perform joins on delete queries even if the conditions did not require joins. Added a more intelligent join detector, that removes joins if all the conditions are simple. This will only be able to optimize array conditions. 2011-03-24 23:25:56 -04:00
dbo_mysqli.php Adding a socket key to DboMysqli::$baseConfig. Fixes notice errors when socket is undefined. Fixes #1482 2011-01-26 20:54:14 -05:00
dbo_oracle.php Numerous 'shoer description' documentation entries updated to contain useful comments. 2010-05-30 01:20:28 +10:00
dbo_postgres.php Fixing issue where DboPostgres used the wrong type for boolean columns with a default of false or true. 2011-01-21 13:31:33 -05:00
dbo_sqlite.php Numerous "Enter description here" block comments updated to have meaningful descriptions. 2010-05-30 01:10:48 +10:00