dbsrgits/DBIx-Class-Schema-Loader.git
2006-07-26 Brandon Black 0.03006 - fix columns_info_for interaction 0.03006
2006-07-20 Brandon Black bugfixes from nilsonsfj + 0.03005 release stuff 0.03005
2006-07-18 Brandon Black removed Test::Warn
2006-07-18 Brandon Black dump code now skips+warns instead of dies when dump_ove...
2006-07-11 Brandon Black final changes update for 0.03004 release 0.03004
2006-07-11 Brandon Black slight improvement to dump tests
2006-07-11 Brandon Black Changes fixup, debug output fixup, eval optimization
2006-07-11 Brandon Black Better test coverage
2006-07-11 Brandon Black get rid of an empty trailing hashref if appropriate
2006-07-10 Brandon Black docs updates, no longer overwrite dumped schema files...
2006-07-02 Brandon Black added new fatal error if loader_options not yet specifi...
2006-06-30 Brandon Black TODO update
2006-06-28 Brandon Black make_schema_at made more efficient (email thread w...
2006-06-28 Brandon Black version bump to 0.03004
2006-06-12 Brandon Black some TODO additions
2006-06-06 Brandon Black 0.03003 fixes for external layered definitions while... 0.03003
2006-06-06 Brandon Black released 0.03002, exception fix, better warn output 0.03002
2006-06-06 Brandon Black croak if make_schema_at eval fails
2006-06-05 Brandon Black a few last minute fixes, and release for 0.03001 0.03001
2006-06-05 Brandon Black warns about C::M::DBIC::Schema upgrading / regenerating
2006-06-05 Brandon Black Version bumped to 0.03001
2006-05-29 Matt S. Trout remember all the digits
2006-05-23 Brandon Black 0.03000 released, Changes stamped 0.03000
2006-05-23 Brandon Black small docs fixes
2006-05-23 Brandon Black Weaken circular references between the loader and the...
2006-05-22 Brandon Black Merging branches/DBIx-Class-Schema-Loader-refactor...
2006-04-14 Matt S. Trout Added missing space in error message
2006-03-22 Brandon Black dropped dist files autogenerated by M::B, updated Chang...
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-03-04 Brandon Black added kwalitee test
2006-03-04 Brandon Black version bump, and added a few new tests to make sure...
2006-02-28 Brandon Black move external file loading, release 0.02005
2006-02-27 Brandon Black 0.02004 release
2006-02-19 Brandon Black debug message fix for external class layers
2006-02-19 Brandon Black release stuff for 0.02003
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 released 0.02001, Changes updates, etc
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-12 Brandon Black docs updates / version bump for 0.02000
2006-02-07 Brandon Black same mysql fix as DBIx::Class::Loader, changes/version...
2006-02-06 Brandon Black 0.01003 - fixed has_many cond rels
2006-02-03 Brandon Black 0.01002 - fix email addr typo, doh
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 silence postgres create table jabber
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