18 years agochange test env vars to match DBIx::Class
Brandon Black [Mon, 30 Jan 2006 03:34:00 +0000]
change test env vars to match DBIx::Class

18 years agosome shuffling/refactoring of the relationship code, and a TODO file added
Brandon Black [Fri, 27 Jan 2006 23:28:59 +0000]
some shuffling/refactoring of the relationship code, and a TODO file added

18 years agodb2 does not allow keys that are nullable
Brandon Black [Fri, 27 Jan 2006 22:40:46 +0000]
db2 does not allow keys that are nullable

18 years agofixed multi-fk checking for postgres (misdetection of multiple single-fks on one...
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

18 years agofix sqlite FKs (broken during multi-fk work)
Brandon Black [Fri, 27 Jan 2006 14:47:11 +0000]
fix sqlite FKs (broken during multi-fk work)

18 years agomore cleanliness improvements to schema-loader
Brandon Black [Fri, 27 Jan 2006 07:41:43 +0000]
more cleanliness improvements to schema-loader

18 years agomore cleanup stuff, standardized usage of dbh->get_info(29) (sql quote char)
Brandon Black [Wed, 25 Jan 2006 04:28:24 +0000]
more cleanup stuff, standardized usage of dbh->get_info(29) (sql quote char)

18 years agomore source cleanup and minor fix stuff for schema-loader
Brandon Black [Wed, 25 Jan 2006 02:04:02 +0000]
more source cleanup and minor fix stuff for schema-loader

18 years agovarious identifier cleanups, to help prevent clashing with Schema stuff down the...
Brandon Black [Tue, 24 Jan 2006 21:55:36 +0000]
various identifier cleanups, to help prevent clashing with Schema stuff down the road

18 years agoschema-loader does multi-column FKs now, needs a bit of cleanup/refactor work
Brandon Black [Tue, 24 Jan 2006 20:25:06 +0000]
schema-loader does multi-column FKs now, needs a bit of cleanup/refactor work

18 years agos/subclass/moniker/ + more db_schema fixes
Brandon Black [Tue, 24 Jan 2006 11:06:41 +0000]
s/subclass/moniker/ + more db_schema fixes

18 years agoget rid of now-useless namespace option
Brandon Black [Tue, 24 Jan 2006 10:29:35 +0000]
get rid of now-useless namespace option

18 years agoported db2, pg schema, and test updates from non-schema loader to schema loader
Brandon Black [Tue, 24 Jan 2006 09:41:34 +0000]
ported db2, pg schema, and test updates from non-schema loader to schema loader

18 years agoFix for SQLite PKs
Brandon Black [Mon, 23 Jan 2006 06:26:26 +0000]
Fix for SQLite PKs

18 years agodb2-related fixes
Brandon Black [Sun, 22 Jan 2006 00:18:21 +0000]
db2-related fixes

18 years agotests and docs updates
Brandon Black [Sat, 21 Jan 2006 23:59:16 +0000]
tests and docs updates

18 years agoloader as a schema subclass basically working (needs some cleanup and docs and whatnot)
Brandon Black [Sat, 21 Jan 2006 23:21:41 +0000]
loader as a schema subclass basically working (needs some cleanup and docs and whatnot)

18 years agofirst functional commit of non-subclassed-style Schema::Loader
Brandon Black [Sat, 21 Jan 2006 21:59:34 +0000]
first functional commit of non-subclassed-style Schema::Loader

18 years agoexisting Loader patchwork for Schema support, module not fully renamed yet
Brandon Black [Sat, 21 Jan 2006 21:44:51 +0000]
existing Loader patchwork for Schema support, module not fully renamed yet

18 years agoremoving accidental DBIx-Class-Loader subdir
Brandon Black [Sat, 21 Jan 2006 21:25:33 +0000]
removing accidental DBIx-Class-Loader subdir

18 years agocopied Loader into a subdir by accident, moving it to the right spot
Brandon Black [Sat, 21 Jan 2006 21:25:02 +0000]
copied Loader into a subdir by accident, moving it to the right spot

18 years agoCopying in DBIx::Class::Loader as a base to work from
Brandon Black [Sat, 21 Jan 2006 21:23:26 +0000]
Copying in DBIx::Class::Loader as a base to work from

18 years ago- Added DBIx-Class-Schema-Loader
Matt S. Trout [Sat, 21 Jan 2006 21:17:07 +0000]
- Added DBIx-Class-Schema-Loader