dbsrgits/DBIx-Class-Schema-Loader.git
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-09-10 Rafael Kitover remove dbic option from sybase test that is no longer...
2009-08-29 Rafael Kitover fix warning in MySQL tests
2009-08-29 Rafael Kitover update M::I version in Makefile.PL
2009-08-29 Rafael Kitover dev release 0.04999_08
2009-08-29 Rafael Kitover add note about sybase dbic branch
2009-08-29 Rafael Kitover Merge 'mssql_tweaks' into 'current'
2009-08-29 Rafael Kitover remove comment about sybase dsn (it's handled automatic...
2009-08-29 Rafael Kitover add sybase and mssql as features to Makefile.PL
2009-08-28 Rafael Kitover Merge 'current' into 'mssql_tweaks'
2009-08-24 Rafael Kitover finished cleaning up branch, all tests pass
2009-08-23 Rafael Kitover put extra mssql tests in the proper format
2009-08-12 Rafael Kitover add TODO comment for mysql
2009-08-12 Rafael Kitover fix mysql tests for CURRENT_TIMESTAMP
2009-08-12 Rafael Kitover fix CURRENT_TIMESTAMP default for MySQL
2009-08-10 Rafael Kitover Merge 'current' into 'mssql_tweaks'
2009-07-24 Dagfinn Ilmari... Doc improvements by Robert Buels
2009-07-10 Rafael Kitover make tests pass
2009-07-07 Rafael Kitover add comment about sybase DSN
2009-07-03 Rafael Kitover almost passes sybase tests now
2009-07-03 Rafael Kitover sybase rels sort of work now, more than half-way throug...
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-07-02 Rafael Kitover merging in sybase branch
2009-07-01 Rafael Kitover mssql now passes against DBD::Sybase
2009-07-01 Rafael Kitover make mssql test get futher with dbd::sybase
2009-07-01 Rafael Kitover minor changes
2009-07-01 Rafael Kitover determine db_schema for mssql if not supplied
2009-06-30 Rafael Kitover add a test for mssql through dbd::sybase (which fails...
2009-06-30 Rafael Kitover rename test
2009-06-30 Rafael Kitover add constraint to dot in table name test
2009-06-30 Rafael Kitover quote table names that include name_sep
2009-06-30 Rafael Kitover automatically set quote_char and name_sep for mssql
2009-06-28 Rafael Kitover result class is generated for table with dot in name...
2009-06-28 Rafael Kitover new branch
2009-06-26 Dagfinn Ilmari... Factor out remote relname for back-compat overridability
2009-06-23 Dagfinn Ilmari... Move misplaced changelog entries to the right version.
2009-06-23 Dagfinn Ilmari... Note Sybase/MSSQL support in Changes
2009-06-23 Dagfinn Ilmari... Add *.old to .gitignore
2009-06-09 Rafael Kitover Merge 'odbc-mssql' into 'current'
2009-06-09 Rafael Kitover Merge 'odbc-mssql' into 'current'
2009-06-09 Rafael Kitover Merge 'odbc-mssql' into 'current'
2009-06-09 Rafael Kitover Merge 'odbc-mssql' into 'current'
2009-06-09 Rafael Kitover Merge 'odbc-mssql' into 'current'
2009-06-09 Rafael Kitover Merge 'odbc-mssql' into 'current'
2009-06-09 Rafael Kitover Merge 'odbc-mssql' into 'current'
2009-05-27 Rafael Kitover _rebless for odbc
2009-05-27 Rafael Kitover use ensure_class_loaded in odbc driver
2009-05-27 Rafael Kitover added test for mssql_odbc
2009-05-25 Rafael Kitover make quoter/name_sep builders overridable methods
2009-05-25 Rafael Kitover add patch from semifor to use ->get_info for quote_char...
2009-05-25 Rafael Kitover cleaned up ODBC crap and added docs
2009-05-25 Rafael Kitover initial hackage, will be cleaned up
2009-05-25 Rafael Kitover new branch for support of MSSQL through ODBC
2009-04-23 Dagfinn Ilmari... Add .gitignore to MANIFEST.SKIP
2009-04-23 Dagfinn Ilmari... Add .gitignore files
2009-04-21 Justin Hunter change spacing
2009-04-21 Dagfinn Ilmari... Use Class::C3::Componentised->load_optional_class
2009-04-20 Justin Hunter initial import of Sybase/MSSQL support
2009-04-19 Dagfinn Ilmari... Factor out 0.04 incompatibilities to separate methods
2009-04-19 Dagfinn Ilmari... Replace UNIVERSAL::require with Class::C3::Componentised
2009-04-18 Dagfinn Ilmari... Bump version for release 0.04999_07
2009-04-18 Dagfinn Ilmari... Add .git to MANIFEST.SKIP
2009-04-18 Dagfinn Ilmari... Fix for DBIx::Class 0.08100
2009-04-18 Dagfinn Ilmari... Now that we always dump to disk, don't bother testing...
2009-04-14 Justin Hunter * use $^X instead of assuming /usr/bin/perl
2009-04-07 Dagfinn Ilmari... Fix SQLite _extra_column_info for new DBD::SQLite which...
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... Merge 'trunk' into 'current'
2009-03-09 Tim Bunce Reduce noise when running tests if Test::Kwalitee isn...
2009-03-09 Tim Bunce Fix test plan count in t/23dumpmore.t and add Change...
2009-03-09 Dagfinn Ilmari... Add 0.05 blockers to TODO
2009-03-09 Dagfinn Ilmari... Remove completed TODOs
2009-03-09 Tim Bunce Implement result_base_class and schema_base_class options.
2008-12-11 Dagfinn Ilmari... Use join_type => 'LEFT' rather than 'LEFT OUTER' for...
2008-11-11 Dagfinn Ilmari... Bump version for release 0.04999_06
2008-07-16 Dagfinn Ilmari... Handle ResultSetManager deprecation warning in common...
2008-06-08 Dagfinn Ilmari... Fix Oracle constraint and auto-increment detection...
2008-06-08 Dagfinn Ilmari... Fix Oracle constraint detection for non-owned schemas
2008-06-01 Dagfinn Ilmari... Neuter Class::C3::reinitialize() around the schema...
2008-05-27 Dagfinn Ilmari... Move the _dump_to_dir calls into _reload_classes
2008-05-26 Dagfinn Ilmari... Throw out the in-memory class generation, just dump...
2008-05-24 Dagfinn Ilmari... Add "dbicdump" script for easy commandline dumping
2008-05-23 Dagfinn Ilmari... Check in the regenerated README
2008-04-29 Dagfinn Ilmari... Improve method argument and return value docs
2008-04-25 Dagfinn Ilmari... Strip trailing _id from single-column belongs_to relati...
2008-04-25 Dagfinn Ilmari... Singularise table monikers by default
2008-04-14 Dagfinn Ilmari... Version bump for release 0.04999_05
2008-04-13 Dagfinn Ilmari... - Fix base class ordering in dumped classes
2008-04-13 Dagfinn Ilmari... Fix mismerge.
2008-04-13 Dagfinn Ilmari... Merge 'trunk' into 'current'
2008-04-13 Dagfinn Ilmari... Clean up common tests:
2008-04-13 Dagfinn Ilmari... Bump Module::Install requirement to make sure we have...
2008-04-13 Dagfinn Ilmari... Remove and ignore autogenerated files
2008-04-13 Dagfinn Ilmari... Remove Build.PL, no longer supported by Module::Install
next