cakephp2-php8/cake/libs/model/datasources/dbo
2009-06-06 15:41:33 +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 Adding german error string to dbo_mssql::lastError() Fixes #6352 2009-05-29 02:59:30 +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 Removing duplicate START TRANSACTION sql execution in mysqli environment, fixes #6422 2009-06-06 15:41:33 +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 #6240, DboOracle: fix cache sources and php version compatibility 2009-04-25 01:06:46 +00:00
dbo_postgres.php Adding nullish value handling for date, datetime, and timestamp column types to DboPostgres. Empty string values now return instead of "". Fixes #6386 2009-06-05 02:43:08 +00:00
dbo_sqlite.php Fixing primary key column length in DboSqlite. UUID primary keys now return defined length. 2009-06-02 03:03:51 +00:00
dbo_sybase.php Removed trailing whitespaces from core. 2008-11-08 02:54:07 +00:00