Start of TableInstance code. CDBICompat currently b0rken
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Schema.pm
2005-12-14 Matt S Trout Start of TableInstance code. CDBICompat currently b0rken
2005-12-12 Matt S Trout Nothing to see here. Move along ...
2005-12-11 David Kamholz merge resultset branch through revision 378
2005-12-10 David Kamholz item => head2 in docs
2005-11-30 Matt S Trout Added improved Schema load_classes syntax from abraxxa
2005-11-15 Matt S Trout Shoved Class::Data::Inheritable into DBIx::Class, more...
2005-11-15 Matt S Trout Getting there ...
2005-11-15 Matt S Trout Schema now loads
2005-11-08 Paul Makepeace Minor whitespace tweaks to make each file more distinct...
2005-10-24 Marcus Ramberg release of 0.30002.
2005-10-20 Marcus Ramberg described schema better, and added note about when...
2005-10-14 Marcus Ramberg improved docs.
2005-09-30 Matt S Trout Version bumped to 0.03002, assorted minor changes
2005-09-28 Dan Kubb Rolled back change to compose_connection
2005-09-28 Dan Kubb fixed bug where class_resolver was mistakenly clobbered...
2005-08-10 Matt S Trout Fixes, refactoring, test additions
2005-08-09 Matt S Trout Updated main docs, altered mail address in POD for...
2005-08-08 Matt S Trout - Swapped ordering for schema so connection class comes...
2005-08-07 Matt S Trout Don't inject self into base :)
2005-08-06 Matt S Trout Fixed DBICTest Schema class names, added class_resolver...
2005-08-06 Matt S Trout Merged dkubb's Module::Find code into Schema->load_classes
2005-08-06 Dan Kubb Renamed DBIx::Class::PK's retrieve() as find()
2005-08-04 Matt S Trout Couple extra tweaks to Schema to support proposed C...
2005-08-04 Matt S Trout Refactored Schema.pm
2005-08-04 Matt S Trout Quick synopsis to Schema system in POD
2005-08-04 Matt S Trout Schema support added, DBICTest refactored to use it