Added missing space in error message
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / Generic.pm
2006-04-14 Matt S. Trout Added missing space in error message
2006-03-21 Brandon Black Class::C3::reinit changes backported from branch for...
2006-03-17 Brandon Black table/col case fixes, Changes updated, release 0.02006
2006-02-28 Brandon Black move external file loading, release 0.02005
2006-02-19 Brandon Black debug message fix for external class layers
2006-02-18 Brandon Black connect_info replaces dsn/user/password/options
2006-02-18 Brandon Black 0.02002 release, added moniker_map and inflect_map...
2006-02-18 Brandon Black source base class should be DBIC not the schema-class...
2006-02-17 Brandon Black disabled external resultset methods test until we find...
2006-02-17 Brandon Black more work on components, base classes, and resultset_co...
2006-02-17 Brandon Black tests cleaned a little, added autoloading of on-disk...
2006-02-06 Brandon Black 0.01003 - fixed has_many cond rels
2006-02-03 Brandon Black docs fixups, C3 fixups, 0.01001 release
2006-02-03 Brandon Black docs and reqs update for 0.01000 release
2006-01-31 Brandon Black schema-loader now uses Class::C3, and ::Pg uses that...
2006-01-31 Brandon Black switched to Build.PL, updated deps, updated docs
2006-01-31 Brandon Black storage->disconnect and new tests for out-of-line impli...
2006-01-30 Brandon Black better inject/use stuff
2006-01-30 Brandon Black Schema::Loader converted to better inheritance model...
2006-01-27 Brandon Black some shuffling/refactoring of the relationship code...
2006-01-27 Brandon Black fixed multi-fk checking for postgres (misdetection...
2006-01-27 Brandon Black more cleanliness improvements to schema-loader
2006-01-25 Brandon Black more source cleanup and minor fix stuff for schema...
2006-01-24 Brandon Black various identifier cleanups, to help prevent clashing...
2006-01-24 Brandon Black schema-loader does multi-column FKs now, needs a bit...
2006-01-24 Brandon Black s/subclass/moniker/ + more db_schema fixes
2006-01-24 Brandon Black get rid of now-useless namespace option
2006-01-24 Brandon Black ported db2, pg schema, and test updates from non-schema...
2006-01-21 Brandon Black tests and docs updates
2006-01-21 Brandon Black loader as a schema subclass basically working (needs...
2006-01-21 Brandon Black first functional commit of non-subclassed-style Schema...