cakephp2-php8/lib/Cake/Test
mark_story 506051f688 Correct input generation for postgres numeric types.
Numeric types in postgres are treated like decimals, except they can
have no length, precision or scale components defined.

IE does not accept 1.00000 as a valid step attribute so we'll default to
any when we encounter decimal types with no length.

Refs #7497
2015-10-01 21:46:21 -04:00
..
bake_compare Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
Case Correct input generation for postgres numeric types. 2015-10-01 21:46:21 -04:00
Fixture Allow level field to be null for pqsql and sqlite. 2015-02-15 23:04:13 +05:30
test_app Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00