new dev release
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / Base.pm
2009-10-31 Rafael Kitover new dev release 0.04999_10
2009-10-08 Rafael Kitover new dev release 0.04999_09
2009-10-05 Ash Berlin Place a warning at the top of the files too
2009-10-05 Ash Berlin Only redump the files when something has actually changed
2009-08-29 Rafael Kitover dev release 0.04999_08
2009-07-10 Rafael Kitover make tests pass
2009-07-03 Rafael Kitover fix pg
2009-07-03 Rafael Kitover rels are still fucked in sybase
2009-07-02 Rafael Kitover making some progress on Sybase
2009-06-30 Rafael Kitover quote table names that include name_sep
2009-04-19 Dagfinn Ilmari Man... Factor out 0.04 incompatibilities to separate methods
2009-04-19 Dagfinn Ilmari Man... Replace UNIVERSAL::require with Class::C3::Componentised
2009-04-18 Dagfinn Ilmari Man... Bump version for release 0.04999_07
2009-04-18 Dagfinn Ilmari Man... Fix for DBIx::Class 0.08100
2009-04-14 Justin Hunter * use $^X instead of assuming /usr/bin/perl
2009-03-26 Tim Bunce Move unshift @INC, $target_dir out of _dump_to_dir...
2009-03-26 Tim Bunce Move _get_custom_content call close to where it's used.
2009-03-19 Tim Bunce Ignore duplicate uniq indices (including duplicates...
2009-03-10 Dagfinn Ilmari Man... Merge 'trunk' into 'current'
2009-03-09 Tim Bunce Implement result_base_class and schema_base_class options.
2008-11-11 Dagfinn Ilmari Man... Bump version for release 0.04999_06
2008-06-01 Dagfinn Ilmari Man... Neuter Class::C3::reinitialize() around the schema...
2008-05-27 Dagfinn Ilmari Man... Move the _dump_to_dir calls into _reload_classes
2008-05-26 Dagfinn Ilmari Man... Throw out the in-memory class generation, just dump...
2008-04-25 Dagfinn Ilmari Man... Singularise table monikers by default
2008-04-14 Dagfinn Ilmari Man... Version bump for release 0.04999_05
2008-04-13 Dagfinn Ilmari Man... - Fix base class ordering in dumped classes
2008-04-13 Dagfinn Ilmari Man... Version bump for release
2008-04-13 Dagfinn Ilmari Man... Make ResultSetManager notice externally defined :Result...
2008-04-13 Dagfinn Ilmari Man... Cosmetic fixes to dumping of externally defined classes
2008-04-13 Dagfinn Ilmari Man... Fix warning when dumping a schema with external class...
2008-04-05 Dagfinn Ilmari Man... - Move loader_class from Schema::Loader::Base to Schema...
2008-04-01 Dagfinn Ilmari Man... Allow specifying a custom loader_class in loader_options
2008-03-12 Dagfinn Ilmari Man... Bump version for dev release 0.04999_04
2008-03-12 Dagfinn Ilmari Man... Bmp version for dev release 0.04999_03
2008-02-12 Dagfinn Ilmari Man... Bump version number for dev release 0.04999_02
2008-02-05 Dagfinn Ilmari Man... Merge 'trunk' into 'current'
2008-01-28 Dagfinn Ilmari Man... Mark foreign key columns with is_foreign_key => 1
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-10 Brandon Black update Changes and version numbers in current
2007-10-10 Dagfinn Ilmari Man... Generate one-to-one accessors for unique foreign keys
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-04-03 Brandon Black some little cleanups, svn meta stuff, and the beginning...
2007-03-31 Brandon Black added test for rescan, fixed a few issues
2007-03-30 Brandon Black only _load_external for the classes we are supposed to
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...
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-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-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 bump version to 0.03999_01, added $VERSION to all packages
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-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-05 Brandon Black warns about C::M::DBIC::Schema upgrading / regenerating
2006-06-05 Brandon Black Version bumped to 0.03001
2006-05-22 Brandon Black Merging branches/DBIx-Class-Schema-Loader-refactor...