cakephp2-php8/cake/libs/model/datasources/dbo
2009-02-08 23:09:08 +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 Updating doc blocks to improve readability in API. 2009-02-04 05:00:59 +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 Added conditional check for compatibility with MySQL 4.x result sets to DboMySqlBase::index(). Tests added. Thanks to 'teknoid' for the help. Closes #4503 2009-02-08 23:09:08 +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 Fixes #5939 2008-12-29 21:37:01 +00:00
dbo_postgres.php Adding alterSchema() to dbo_postgres. Also handles index alters. Tests added for field and index alter sql. 2008-12-16 04:38:48 +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