dbsrgits/DBIx-Class-Schema-Loader.git
2008-03-12 Dagfinn Ilmari... Bmp version for dev release 0.04999_03
2008-03-12 Dagfinn Ilmari... Don't re-execute column_info sth, it's already active.
2008-03-12 Dagfinn Ilmari... Fix Changes mismerge
2008-03-12 Dagfinn Ilmari... Merge 'trunk' into 'current'
2008-03-12 Dagfinn Ilmari... Fix the CREATE TABLE statements for DB2
2008-03-12 Dagfinn Ilmari... Fix DB2 support:
2008-02-12 Dagfinn Ilmari... Bump version number for dev release 0.04999_02
2008-02-12 Dagfinn Ilmari... Add META.yml to svn:ignore
2008-02-12 Dagfinn Ilmari... Add more test descriptions
2008-02-09 Dagfinn Ilmari... Unnhide the Oracle module now that the CPAN perms are...
2008-02-08 Dagfinn Ilmari... Add is_auto_increment detection for Oracle
2008-02-08 Dagfinn Ilmari... Misc test improvements:
2008-02-08 Dagfinn Ilmari... 0.04999_01 was in fact released 0.04999_01
2008-02-05 Dagfinn Ilmari... Merge 'trunk' into 'current'
2008-02-05 Dagfinn Ilmari... Make sure to get the constraint columns in the right...
2008-02-02 Dagfinn Ilmari... Clean up Oracle loader code
2008-02-02 Dagfinn Ilmari... Fix some typos
2008-02-02 Dagfinn Ilmari... Fix auto-inc column cration for the Oracle tests
2008-01-30 Dagfinn Ilmari... Mention _extra_column_info in DBIC::S::L::DBI::Writing
2008-01-29 Dagfinn Ilmari... Add support for ENUM value lists for MySQL
2008-01-28 Dagfinn Ilmari... Merge _column_is_auto_increment() and _column_extra_att...
2008-01-28 Dagfinn Ilmari... Mark foreign key columns with is_foreign_key => 1
2008-01-28 Dagfinn Ilmari... Get the column_info straight from the result class...
2008-01-27 Dagfinn Ilmari... Add support for extra => { unsigned => 1 } for MySQL.
2008-01-27 Dagfinn Ilmari... Add support for vendor-specific extra column attributes.
2008-01-27 Dagfinn Ilmari... Add support for extra per-vendor tests.
2008-01-27 Dagfinn Ilmari... Only get $self->{schema}->source($local_moniker) once.
2008-01-27 Dagfinn Ilmari... Add support for load_namespaces-style class layout.
2008-01-01 Dagfinn Ilmari... Set join_type => 'LEFT OUTER' for nullable foreign...
2007-12-14 Dagfinn Ilmari... Fix test skip count for main skip_rels block
2007-12-14 Dagfinn Ilmari... Set is_auto_increment for auto-increment columns (RT...
2007-11-15 Dagfinn Ilmari... Version bump for release. 0.04004
2007-11-09 Dagfinn Ilmari... Merge 'trunk' into 'current'
2007-11-09 Dagfinn Ilmari... Fix Win32 test skip counts for good (RT #30568, Kenichi...
2007-10-19 Brandon Black Default Oracle db_schema to db username (patch from...
2007-10-10 Brandon Black update Changes and version numbers in current
2007-10-10 Dagfinn Ilmari... Generate one-to-one accessors for unique foreign keys
2007-10-10 Brandon Black Merge 'trunk' into 'current'
2007-10-04 Brandon Black 0.04003 changes, version bumps 0.04003
2007-07-25 Brandon Black Changes update
2007-07-25 Dagfinn Ilmari... Do not grow the whitespace after the DO NOT MODIFY...
2007-07-24 Brandon Black Merge 'trunk' into 'current'
2007-07-24 Brandon Black 0.04002 - disable oracle.pm indexing and fix rescan... 0.04002
2007-07-10 Brandon Black Merge 'trunk' into 'current'
2007-07-10 Brandon Black credits
2007-07-10 Brandon Black changes updates for the last two fixes
2007-07-10 Brandon Black fix RT#28073
2007-07-02 Brandon Black fix test skips on Win32
2007-06-27 Brandon Black 0.04001, dump_overwrite -> really_erase_my_files 0.04001
2007-06-08 Brandon Black Merge 'trunk' into 'current'
2007-06-08 Brandon Black update versions for 0.04000 release, added some better... 0.04000
2007-06-08 Brandon Black Merge 'current' into 'trunk'
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 resolved test conflict from trunk, renamed current...
2007-05-21 Brandon Black Merge 'trunk' into 'current'
2007-05-21 Brandon Black update Changes
2007-05-21 Dagfinn Ilmari... 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 3999_01 release 0.03999_01
2007-04-14 Brandon Black more dumping tests
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 wrong test count
2007-03-30 Brandon Black Merging oracle branch into current:
2007-03-30 Brandon Black changes update from last commit
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 oops, did not want to commit that comment-out
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 TODO updated
2006-11-15 Brandon Black Merge 'trunk' into 'current'
2006-11-15 Brandon Black commit the version bump + Changes update for 0.03009 0.03009
2006-11-15 Brandon Black no need for suppression in current
2006-11-15 Brandon Black Merge 'trunk' into 'current'
2006-11-15 Brandon Black silence the useless warning spew in 20invocations.t
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 Merge 'trunk' into 'current'
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...
next