18 years agoAdded missing space in error message
Matt S. Trout [Fri, 14 Apr 2006 14:32:55 +0000]
Added missing space in error message

18 years agodropped dist files autogenerated by M::B, updated Changes for 0.02007 release
Brandon Black [Wed, 22 Mar 2006 06:14:02 +0000]
dropped dist files autogenerated by M::B, updated Changes for 0.02007 release

18 years agoClass::C3::reinit changes backported from branch for speed reasons, version bumped...
Brandon Black [Tue, 21 Mar 2006 21:20:39 +0000]
Class::C3::reinit changes backported from branch for speed reasons, version bumped, changes updated, needs testing before release

18 years agotable/col case fixes, Changes updated, release 0.02006
Brandon Black [Fri, 17 Mar 2006 04:53:13 +0000]
table/col case fixes, Changes updated, release 0.02006

18 years agoadded kwalitee test
Brandon Black [Sat, 4 Mar 2006 16:21:33 +0000]
added kwalitee test

18 years agoversion bump, and added a few new tests to make sure PK::Auto::* is working right
Brandon Black [Sat, 4 Mar 2006 13:57:46 +0000]
version bump, and added a few new tests to make sure PK::Auto::* is working right

18 years agomove external file loading, release 0.02005
Brandon Black [Tue, 28 Feb 2006 15:23:46 +0000]
move external file loading, release 0.02005

18 years ago0.02004 release
Brandon Black [Mon, 27 Feb 2006 23:59:48 +0000]
0.02004 release

18 years agodebug message fix for external class layers
Brandon Black [Sun, 19 Feb 2006 21:42:02 +0000]
debug message fix for external class layers

18 years agorelease stuff for 0.02003
Brandon Black [Sun, 19 Feb 2006 20:37:01 +0000]
release stuff for 0.02003

18 years agoconnect_info replaces dsn/user/password/options
Brandon Black [Sat, 18 Feb 2006 23:15:17 +0000]
connect_info replaces dsn/user/password/options

18 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

18 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...

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

18 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

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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

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

18 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

18 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

18 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

18 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

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

18 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

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