vlucas / Spot

[DEPRECATED - use v2] Simple DataMapper ORM for PHP 5.3+
75 stars 14 forks source link

Moved merge of typeHandler options before defaults #64

Closed vlucas closed 11 years ago

vlucas commented 11 years ago

Fixes issue where default base field options were merged before type options, so type defaults like 'length' were discarded.

vlucas commented 11 years ago

Test with JSON switched to 'string' to troubleshoot how the 'length' property was not applied before (CREATE TABLE/MIGRATE fails when 'varchar' has no length).