Brandon Black [Fri, 3 Feb 2006 23:18:12 +0000]
0.01002 - fix email addr typo, doh
Brandon Black [Fri, 3 Feb 2006 05:09:33 +0000]
docs fixups, C3 fixups, 0.01001 release
Brandon Black [Fri, 3 Feb 2006 02:27:01 +0000]
docs and reqs update for 0.01000 release
Brandon Black [Tue, 31 Jan 2006 14:46:08 +0000]
schema-loader now uses Class::C3, and ::Pg uses that to override ::Generic->new() to make the db_schema default to "public" for that vendor
Brandon Black [Tue, 31 Jan 2006 05:20:29 +0000]
silence postgres create table jabber
Brandon Black [Tue, 31 Jan 2006 04:46:44 +0000]
switched to Build.PL, updated deps, updated docs
Brandon Black [Tue, 31 Jan 2006 03:02:07 +0000]
storage->disconnect and new tests for out-of-line implicit rels
Brandon Black [Mon, 30 Jan 2006 22:16:51 +0000]
mysql test was broken for mysqlds that do not support innodb at all, fixed now
Brandon Black [Mon, 30 Jan 2006 19:39:00 +0000]
added tests for additional_classes, additional_base_classes, left_base_classes
Brandon Black [Mon, 30 Jan 2006 19:09:32 +0000]
better inject/use stuff
Brandon Black [Mon, 30 Jan 2006 17:18:13 +0000]
Schema::Loader converted to better inheritance model, no longer pollutes user schema namespace with useless junk. Now adds only a single accessor "loader" over a normal Schema, which can be used to access the loader monikers and classes lists, and a ->load_from_connection method
Brandon Black [Mon, 30 Jan 2006 03:34:00 +0000]
change test env vars to match DBIx::Class
Brandon Black [Fri, 27 Jan 2006 23:28:59 +0000]
some shuffling/refactoring of the relationship code, and a TODO file added
Brandon Black [Fri, 27 Jan 2006 22:40:46 +0000]
db2 does not allow keys that are nullable
Brandon Black [Fri, 27 Jan 2006 16:54:19 +0000]
fixed multi-fk checking for postgres (misdetection of multiple single-fks on one table), fixed inline and implicit fks for sqlite. mysql needs similar fixes for implicit FKs
Brandon Black [Fri, 27 Jan 2006 14:47:11 +0000]
fix sqlite FKs (broken during multi-fk work)
Brandon Black [Fri, 27 Jan 2006 07:41:43 +0000]
more cleanliness improvements to schema-loader
Brandon Black [Wed, 25 Jan 2006 04:28:24 +0000]
more cleanup stuff, standardized usage of dbh->get_info(29) (sql quote char)
Brandon Black [Wed, 25 Jan 2006 02:04:02 +0000]
more source cleanup and minor fix stuff for schema-loader
Brandon Black [Tue, 24 Jan 2006 21:55:36 +0000]
various identifier cleanups, to help prevent clashing with Schema stuff down the road
Brandon Black [Tue, 24 Jan 2006 20:25:06 +0000]
schema-loader does multi-column FKs now, needs a bit of cleanup/refactor work
Brandon Black [Tue, 24 Jan 2006 11:06:41 +0000]
s/subclass/moniker/ + more db_schema fixes
Brandon Black [Tue, 24 Jan 2006 10:29:35 +0000]
get rid of now-useless namespace option
Brandon Black [Tue, 24 Jan 2006 09:41:34 +0000]
ported db2, pg schema, and test updates from non-schema loader to schema loader
Brandon Black [Mon, 23 Jan 2006 06:26:26 +0000]
Fix for SQLite PKs
Brandon Black [Sun, 22 Jan 2006 00:18:21 +0000]
db2-related fixes
Brandon Black [Sat, 21 Jan 2006 23:59:16 +0000]
tests and docs updates
Brandon Black [Sat, 21 Jan 2006 23:21:41 +0000]
loader as a schema subclass basically working (needs some cleanup and docs and whatnot)
Brandon Black [Sat, 21 Jan 2006 21:59:34 +0000]
first functional commit of non-subclassed-style Schema::Loader
Brandon Black [Sat, 21 Jan 2006 21:44:51 +0000]
existing Loader patchwork for Schema support, module not fully renamed yet
Brandon Black [Sat, 21 Jan 2006 21:25:33 +0000]
removing accidental DBIx-Class-Loader subdir
Brandon Black [Sat, 21 Jan 2006 21:25:02 +0000]
copied Loader into a subdir by accident, moving it to the right spot
Brandon Black [Sat, 21 Jan 2006 21:23:26 +0000]
Copying in DBIx::Class::Loader as a base to work from
Matt S. Trout [Sat, 21 Jan 2006 21:17:07 +0000]
- Added DBIx-Class-Schema-Loader