clean up some files that got into the repo that should have not
[dbsrgits/DBIx-Class-InflateColumn-Object-Enum.git] / Changes
CommitLineData
86d6940e 1Revision history for DBIx-Class-InflateColumn-Object-Enum
2
30.03 Nov 11th 2008
4 - Modified error verbage as per request from mst
5 - Changed ChangeLog sorting from latest -> oldest
6 - Migrated from internal svn repo to dbic-class svn repo
7
80.02 Oct 25th 2008
9 - Expanded testing database and tap tests to test for varchar
10 nullable and non-nullable and database native enum nullable
11 and non-nullable
12 - Fixed a implmentation for Object::Enum->new so that columns value
13 on inflation is set correctly. This could have been considered
14 a nasty bug. Discovered through new tests.
15 - Added sanity check for inflation value set for invalid values so
16 that we don't get Object::Enum's die for invalid value as I don't
17 like that behavior. Maybe a column_info to control check would be
18 more reasonable?
19 - Changed allowable values usages from values column_info property
20 to extra->list property to make this modules usage fall more
21 inline with how SQL::Translator handles native enum database
22 types. As per suggestion from Bernhard Graf.
23 - Added to code to enable smarter default_value handling
24
250.01 Oct 23rd 2008
26 - Register_column implemented
27 - Test database schema implemented
28 - Wrote base TAP tests