dbsrgits/DBIx-Class-Schema-Loader.git
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 mysql test was broken for mysqlds that do not support...
2006-01-30 Brandon Black added tests for additional_classes, additional_base_cla...
2006-01-30 Brandon Black better inject/use stuff
2006-01-30 Brandon Black Schema::Loader converted to better inheritance model...
2006-01-30 Brandon Black change test env vars to match DBIx::Class
2006-01-27 Brandon Black some shuffling/refactoring of the relationship code...
2006-01-27 Brandon Black db2 does not allow keys that are nullable
2006-01-27 Brandon Black fixed multi-fk checking for postgres (misdetection...
2006-01-27 Brandon Black fix sqlite FKs (broken during multi-fk work)
2006-01-27 Brandon Black more cleanliness improvements to schema-loader
2006-01-25 Brandon Black more cleanup stuff, standardized usage of dbh->get_info...
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-23 Brandon Black Fix for SQLite PKs
2006-01-22 Brandon Black db2-related fixes
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...
2006-01-21 Brandon Black existing Loader patchwork for Schema support, module...
2006-01-21 Brandon Black removing accidental DBIx-Class-Loader subdir
2006-01-21 Brandon Black copied Loader into a subdir by accident, moving it...
2006-01-21 Brandon Black Copying in DBIx::Class::Loader as a base to work from
2006-01-21 Matt S. Trout - Added DBIx-Class-Schema-Loader