cakephp2-php8/lib/Cake/Model/Datasource
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
..
Database - change check to strict for options of $fieldParameters 2013-11-14 01:11:30 +02:00
Session cs corrections, bool to boolean and int to integer. 2013-09-17 14:44:34 +02:00
CakeSession.php Updated additional references of Cake to CakePHP 2013-09-27 21:31:35 -04:00
DataSource.php Wrong signature. 2013-09-25 09:12:49 -03:00
DboSource.php - change check to strict for options of $fieldParameters 2013-11-14 01:11:30 +02:00