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