cakephp2-php8/cake/libs/model/datasources/dbo
renan.saddam ee8d12c939 Fixing issue with "DEFAULT NULL NULL" generated by buildColumn.
Making the tests pass by just changing the start and end quotes.
Providing "created" values for CakeTestFixtureTestFixture Fixture.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8262 3807eeeb-6ff5-0310-8944-8be069107fe0
2009-07-29 22:30:20 +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 Fixing issue with "DEFAULT NULL NULL" generated by buildColumn. 2009-07-29 22:30:20 +00: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 Removing use of e() from core classes. Refs #6525 2009-07-23 13:35:14 +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