cakephp2-php8/cake/libs/model/datasources/dbo
2008-12-15 02:25:55 +00:00
..
dbo_adodb.php Fixing infinite loop in AdoDB when trying to get result sets with more than on result. Fixes #5846 2008-12-08 03:13:45 +00:00
dbo_db2.php Removed trailing whitespaces from core. 2008-11-08 02:54:07 +00:00
dbo_firebird.php Removed trailing whitespaces from core. 2008-11-08 02:54:07 +00:00
dbo_mssql.php Correcting regex that parses default values from schema in DboMssql, fixes #5748. Thanks Pixilation for the patch and test case. 2008-11-14 02:00:02 +00:00
dbo_mysql.php Adding index(), alterSchema(), dropSchema() support to MySQLi driver. Refactored MySQL & MySQLi drivers. Updated and fixed tests. 2008-12-11 00:13:11 +00:00
dbo_mysqli.php Adding index(), alterSchema(), dropSchema() support to MySQLi driver. Refactored MySQL & MySQLi drivers. Updated and fixed tests. 2008-12-11 00:13:11 +00:00
dbo_odbc.php Brings odbc driver mostly up-to-date. Fixes #5730 2008-12-14 18:36:40 +00:00
dbo_oracle.php Fixed #5800. Fixed INSERTs broken by refactoring of DboSource::renderStatement() 2008-12-10 01:30:36 +00:00
dbo_postgres.php Adding index() to dbo_postgres. Tests added for index introspection. Also fixes object to string conversions when working with database expressions. Fixes #5867 2008-12-15 02:25:55 +00:00
dbo_sqlite.php Adding index() to dbo_sqlite. Tests added. 2008-12-10 03:38:10 +00:00
dbo_sybase.php Removed trailing whitespaces from core. 2008-11-08 02:54:07 +00:00