Bump version for 0.04006 release
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib /
2009-05-01 Dagfinn Ilmari Man... Bump version for 0.04006 release maint/0.04 0.04006
2009-05-01 Dagfinn Ilmari Man... Fix for DBIx::Class 0.081
2009-03-20 Jos Boumans * must use $UNIVERSAL::require::ERROR, $@ is not safe...
2009-03-19 Tim Bunce Revert r5766 which was applied to the trunk instead...
2009-03-18 Tim Bunce Ignore duplicate uniq indices (including duplicates...
2009-03-09 Tim Bunce Implement result_base_class and schema_base_class options.
2008-06-08 Dagfinn Ilmari Man... Fix Oracle constraint detection for non-owned schemas
2008-04-13 Dagfinn Ilmari Man... Version bump for release
2008-03-12 Dagfinn Ilmari Man... Don't execute the column_info sth, it's already active.
2008-03-12 Dagfinn Ilmari Man... Fix DB2 support:
2008-02-05 Dagfinn Ilmari Man... Make sure to get the constraint columns in the right...
2008-02-02 Dagfinn Ilmari Man... Clean up Oracle loader code
2008-01-30 Dagfinn Ilmari Man... Mention _extra_column_info in DBIC::S::L::DBI::Writing
2008-01-27 Dagfinn Ilmari Man... Add support for load_namespaces-style class layout.
2007-11-15 Dagfinn Ilmari Man... Version bump for release. 0.04004
2007-10-19 Brandon Black Default Oracle db_schema to db username (patch from...
2007-10-04 Brandon Black 0.04003 changes, version bumps 0.04003
2007-07-25 Dagfinn Ilmari Man... Do not grow the whitespace after the DO NOT MODIFY...
2007-07-24 Brandon Black 0.04002 - disable oracle.pm indexing and fix rescan... 0.04002
2007-07-10 Brandon Black fix RT#28073
2007-06-27 Brandon Black 0.04001, dump_overwrite -> really_erase_my_files 0.04001
2007-06-08 Brandon Black update versions for 0.04000 release, added some better... 0.04000
2007-05-22 Brandon Black convert to M::I, release 0.03999_02 0.03999_02
2007-05-22 Brandon Black Merge 'trunk' into 'current'
2007-05-22 Brandon Black 0.03012 released 0.03012
2007-05-21 Brandon Black Merge 'trunk' into 'current'
2007-05-21 Dagfinn Ilmari Man... fix multiple multi-column relations to the same table
2007-05-15 Brandon Black Fix from Marc Espie for CREATE TABLE 'foo' for SQLite
2007-04-17 Brandon Black Merge 'trunk' into 'current'
2007-04-17 Brandon Black fix for ^sqlite_ tables from chromatic
2007-04-14 Brandon Black Merge 'trunk' into 'current'
2007-04-14 Brandon Black 0.03011 0.03011
2007-04-09 Brandon Black fix case-sensitivity in UNIQUE parsing for SQLite
2007-04-03 Brandon Black some little cleanups, svn meta stuff, and the beginning...
2007-03-31 Brandon Black sqlite fixups
2007-03-31 Brandon Black added test for rescan, fixed a few issues
2007-03-30 Brandon Black update requirements
2007-03-30 Brandon Black only _load_external for the classes we are supposed to
2007-03-30 Brandon Black Merging oracle branch into current:
2007-03-30 Brandon Black added rescan method to pick up newly created tables...
2007-03-30 Brandon Black refactor relationship building code for runtime table...
2007-03-30 Brandon Black refactoring top-level loading code with an eye towards...
2007-03-30 Brandon Black refactor load_external, mainly to prevent requiring...
2007-03-30 Brandon Black dtrt when previous dumpfile was not generated by us
2007-03-30 Brandon Black preserve local changes to generated files by default...
2007-03-29 Brandon Black statistics_info support
2007-03-29 Brandon Black import latest changes to DBIC::Storage::DBI to-be-depre...
2007-03-29 Brandon Black Merge 'trunk' into 'current'
2007-03-29 Brandon Black fixed compat problems w/ DBD::mysql 4.002+, bumped... 0.03010
2007-02-04 Ash Berlin Fixed quoting problem in _table_columns
2006-11-15 Brandon Black commit the version bump + Changes update for 0.03009 0.03009
2006-11-15 Brandon Black Merge 'trunk' into 'current'
2006-11-15 Brandon Black Fixed rt.cpan.org #22425 (use File::Spec where appropriate)
2006-11-14 Brandon Black generate full class names in rel definitions (from...
2006-11-07 Brandon Black forgotten commit of final 0.03008 changes 0.03008
2006-10-12 Brandon Black removed legacy_default_inflections. Apparently it...
2006-10-12 Brandon Black Merge 'trunk' into 'current'
2006-10-12 Brandon Black fix for rt.cpan.org #21084 (dump_overwrite pathological...
2006-10-12 Brandon Black apply fixes from rt.cpan.org #21758
2006-09-27 Brandon Black new tests + bugfix for rt.cpan.org #21025
2006-09-12 Brandon Black columns_info_for imported from DBIx::Class
2006-09-12 Brandon Black kill deprecated options/methods, make relationship...
2006-09-12 Brandon Black fix issue w/ M::B and Class::Accessor
2006-09-12 Brandon Black bump version to 0.03999_01, added $VERSION to all packages
2006-07-27 Brandon Black 22dump.t fixed for Win32 + removed bad warning + releas... 0.03007
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 dump code now skips+warns instead of dies when dump_ove...
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-28 Brandon Black make_schema_at made more efficient (email thread w...
2006-06-28 Brandon Black version bump to 0.03004
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-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-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-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 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...
next