cakephp2-php8/cake/libs/model/datasources/dbo
mark_story 676459224c Adding patches from andy__ to dbo_odbc
Schema related functions will not work due to the way odbc works.
Closes #5398

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7646 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-09-23 02:59:05 +00:00
..
dbo_adodb.php fixes #5227, adodb fetch row 2008-08-11 14:42:37 +00:00
dbo_db2.php Removing loose type detection from DboDb2, no longer needed since type information is now explicitly passed. Fixes #4458 2008-09-09 06:17:10 +00:00
dbo_firebird.php Added firebird transaction commands. Thanks to 'daniele.teti'. Closes #5130 2008-07-22 23:22:17 +00:00
dbo_mssql.php Removing quotes when saving binary data in DboMssql, fixes #5242 2008-09-09 06:00:54 +00:00
dbo_mysql.php Removing error suppression from mysql and mysqli drivers. Refs #3877 2008-09-14 02:28:12 +00:00
dbo_mysqli.php Removing error suppression from mysql and mysqli drivers. Refs #3877 2008-09-14 02:28:12 +00:00
dbo_odbc.php Adding patches from andy__ to dbo_odbc 2008-09-23 02:59:05 +00:00
dbo_oracle.php Replaced all instances of ife() in /cake 2008-07-30 20:34:01 +00:00
dbo_postgres.php Refactoring DboPostgres and adding '.' to sequence name detection, fixes #5424, fixing code formatting 2008-09-18 00:23:17 +00:00
dbo_sqlite.php Refactoring Cache key generation, fixing SQLite cache, and invalidating cache on database reconnect 2008-08-12 21:08:51 +00:00
dbo_sybase.php initial commit for dbo hasResult. should lead to further refactoring 2008-06-18 17:28:17 +00:00