cakephp2-php8/cake/libs/model/datasources/dbo
2009-09-29 20:43:17 -04: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 DboMssql::value() now returns NULL for numeric column types (float, integer, binary) when the column data is empty. Fixes #28. 2009-09-06 13:57:24 -04:00
dbo_mysql.php Minor refactorings for DboMysql, DboSource and TextHelper 2009-07-21 20:57:39 +00:00
dbo_mysqli.php Minor refactorings + fix for dbo mysqli related to previous commit 2009-07-28 20:08:24 +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 Correcting omission of group in DboOracle. Fixes #98 2009-09-23 23:16:57 -04: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 Fixing DboSybase::connect() to use port configuration value. Thanks 'tPl0ch' for the various attempts :) Fixes #90 2009-09-29 20:43:17 -04:00