cakephp2-php8/cake/tests/cases/libs/model/datasources/dbo
renan.saddam 76e50ef625 Adding support for Model.* syntax, which translates to a list of fields from Model.
Fixing buildColumn for null values.
Fixing small containable merge, it was duplicating values, tests added.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8265 3807eeeb-6ff5-0310-8944-8be069107fe0
2009-07-31 02:08:20 +00:00
..
dbo_adodb.test.php Updating tests to not affect other ones when run from a group 2009-03-21 23:55:39 +00:00
dbo_mssql.test.php Adding support for Model.* syntax, which translates to a list of fields from Model. 2009-07-31 02:08:20 +00:00
dbo_mysql.test.php Updating tests to not affect other ones when run from a group 2009-03-21 23:55:39 +00:00
dbo_mysqli.test.php Removing duplicate START TRANSACTION sql execution in mysqli environment, fixes #6422 2009-06-06 15:41:33 +00:00
dbo_oracle.test.php Updating tests to not affect other ones when run from a group 2009-03-21 23:55:39 +00:00
dbo_postgres.test.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.test.php Fixing primary key column length in DboSqlite. UUID primary keys now return defined length. 2009-06-02 03:03:51 +00:00