19 years ago0.02002 release, added moniker_map and inflect_map args
Brandon Black [Sat, 18 Feb 2006 19:49:03 +0000]
0.02002 release, added moniker_map and inflect_map args

19 years agosource base class should be DBIC not the schema-class...
Brandon Black [Sat, 18 Feb 2006 01:10:02 +0000]
source base class should be DBIC not the schema-class...

19 years agoreleased 0.02001, Changes updates, etc
Brandon Black [Fri, 17 Feb 2006 20:31:45 +0000]
released 0.02001, Changes updates, etc

19 years agodisabled external resultset methods test until we find a solution in DBIx::Class
Brandon Black [Fri, 17 Feb 2006 14:15:46 +0000]
disabled external resultset methods test until we find a solution in DBIx::Class

19 years agomore work on components, base classes, and resultset_components - still broken in...
Brandon Black [Fri, 17 Feb 2006 12:35:35 +0000]
more work on components, base classes, and resultset_components - still broken in one test case (and some whitespace fixes)

19 years agotests cleaned a little, added autoloading of on-disk class defs, added currently...
Brandon Black [Fri, 17 Feb 2006 04:40:00 +0000]
tests cleaned a little, added autoloading of on-disk class defs, added currently-broken support for : ResultSet attrib stuff

19 years agodocs updates / version bump for 0.02000
Brandon Black [Sun, 12 Feb 2006 22:50:56 +0000]
docs updates / version bump for 0.02000

19 years agosame mysql fix as DBIx::Class::Loader, changes/version update for 0.01004
Brandon Black [Tue, 7 Feb 2006 03:57:10 +0000]
same mysql fix as DBIx::Class::Loader, changes/version update for 0.01004

19 years ago0.01003 - fixed has_many cond rels
Brandon Black [Mon, 6 Feb 2006 14:54:46 +0000]
0.01003 - fixed has_many cond rels

19 years ago0.01002 - fix email addr typo, doh
Brandon Black [Fri, 3 Feb 2006 23:18:12 +0000]
0.01002 - fix email addr typo, doh

19 years agodocs fixups, C3 fixups, 0.01001 release
Brandon Black [Fri, 3 Feb 2006 05:09:33 +0000]
docs fixups, C3 fixups, 0.01001 release

19 years agodocs and reqs update for 0.01000 release
Brandon Black [Fri, 3 Feb 2006 02:27:01 +0000]
docs and reqs update for 0.01000 release

19 years agoschema-loader now uses Class::C3, and ::Pg uses that to override ::Generic->new(...
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

19 years agosilence postgres create table jabber
Brandon Black [Tue, 31 Jan 2006 05:20:29 +0000]
silence postgres create table jabber

19 years agoswitched to Build.PL, updated deps, updated docs
Brandon Black [Tue, 31 Jan 2006 04:46:44 +0000]
switched to Build.PL, updated deps, updated docs

19 years agostorage->disconnect and new tests for out-of-line implicit rels
Brandon Black [Tue, 31 Jan 2006 03:02:07 +0000]
storage->disconnect and new tests for out-of-line implicit rels

19 years agomysql test was broken for mysqlds that do not support innodb at all, fixed now
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

19 years agoadded tests for additional_classes, additional_base_classes, left_base_classes
Brandon Black [Mon, 30 Jan 2006 19:39:00 +0000]
added tests for additional_classes, additional_base_classes, left_base_classes

19 years agobetter inject/use stuff
Brandon Black [Mon, 30 Jan 2006 19:09:32 +0000]
better inject/use stuff

19 years agoSchema::Loader converted to better inheritance model, no longer pollutes user schema...
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

19 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

19 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

19 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

19 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

19 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)

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

19 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)

19 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

19 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

19 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

19 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

19 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

19 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

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

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

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

19 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)

19 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

19 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

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

19 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

19 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

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