cakephp2-php8/cake/libs/model/datasources/dbo
phishy 6c44d00642 Fixed #4206 - lastError now works
Fixed #4181 - model sequence name now respected
added constraint() method to enable/disable
added truncate() to aid in test suite integration
hacked name() to work with ACL


git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6903 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-05-16 15:42:13 +00:00
..
dbo_adodb.php Replacing vendor() function with App::import() 2008-05-16 08:41:39 +00:00
dbo_db2.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
dbo_firebird.php Refactoring insertMulti() for DboSource and drivers, updating Model test for non-transactional db's 2008-04-21 12:31:28 +00:00
dbo_mssql.php Fixing MSSQL Driver 2008-05-11 18:53:54 +00:00
dbo_mysql.php fixes #4238, Mysqli working with the test suite. 2008-05-13 18:03:44 +00:00
dbo_mysqli.php fixes #4238, Mysqli working with the test suite. 2008-05-13 18:03:44 +00:00
dbo_odbc.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
dbo_oracle.php Fixed #4206 - lastError now works 2008-05-16 15:42:13 +00:00
dbo_postgres.php Fixing default value for float columns in Postgres, fixes #3963 2008-03-13 03:06:14 +00:00
dbo_sqlite.php Refactoring insertMulti() for DboSource and drivers, updating Model test for non-transactional db's 2008-04-21 12:31:28 +00:00
dbo_sybase.php Refactoring insertMulti() for DboSource and drivers, updating Model test for non-transactional db's 2008-04-21 12:31:28 +00:00