cakephp2-php8/lib/Cake/Test/Case/Model/Datasource/Database
imsamurai 2fcb4c3c6c - change check to strict for options of $fieldParameters
- add `types` parameter and strict check if it present in `$fieldParameters` (if it present and not contain column type field parameter will be skipped)
- add `noVal` parameter to `$fieldParameters` if it present and not empty value of this parameter from column will be ignored
- add `unsigned` column type for integer, float and biginteger. If it set to `true` an 'UNSIGNED' will be add in sql column part, if not set or set not to `true` this parameter will be skipped
2013-11-14 01:11:30 +02:00
..
MysqlTest.php - change check to strict for options of $fieldParameters 2013-11-14 01:11:30 +02:00
PostgresTest.php Decimal support for PostgreSQL. #3171 2013-09-28 14:07:00 +08:00
SqliteTest.php Merge pull request #1691 from uzyn/2.5-decimal 2013-10-14 08:36:15 -07:00
SqlserverTest.php cs corrections, bool to boolean and int to integer. 2013-09-17 14:44:34 +02:00