some preliminary support for Firebird
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / dbixcsl_common_tests.pm
2010-03-01 Rafael Kitover some preliminary support for Firebird
2010-02-24 Rafael Kitover fix MySQL tests without InnoDB, use my variables instea...
2010-02-23 Rafael Kitover enable some formerly optional rel tests, add is_nullabl...
2010-02-20 Rafael Kitover upload 0.05003 0.05003
2010-02-20 Rafael Kitover tests for new _id stripping code
2010-02-19 Rafael Kitover code/pod cleanup
2010-02-19 Rafael Kitover Merge branch 'master' into custom_column_info
2010-02-19 Robert Bohne Merge branch 'master' into custom_column_info
2010-02-19 Rafael Kitover warn about the new _id stripping only when there was...
2010-02-19 Robert Bohne Bettering custom/datetime_column_info parameters
2010-02-17 Robert Bohne Add more tests for datetime_timezone / datetime_locale
2010-02-17 Robert Bohne Add datetime_timezone/datetime_locale loader options
2010-02-17 Robert Bohne Add generic custom_column_info, remove oracle specific...
2010-02-15 Robert Bohne Add test for custom_column_info callback
2010-02-15 Rafael Kitover support for SQL Anywhere
2010-02-13 Rafael Kitover fix picking up quoted tables for SQLite, patch from...
2010-02-05 Rafael Kitover fix default_value for all other backends, fix bug with...
2010-02-04 Dagfinn Ilmari Man... Generalise default_value tests
2010-02-04 Robert Bohne Fix mistake in CREATE TABLE loader_test2 statment
2010-02-03 Dagfinn Ilmari Man... Test default value even if skip_rels=1
2010-02-03 Dagfinn Ilmari Man... Fix expected file count and table dropping when skip_rels=1
2010-02-03 Rafael Kitover patch from Robert Bohne <rbo@cpan.org> to check default...
2010-01-12 Rafael Kitover use_namespaces upgrade is fully tested, need to impleme...
2010-01-11 Rafael Kitover add test for bad view in mssql
2010-01-11 Rafael Kitover use_namespaces is now default, still needs the upgrade...
2010-01-07 Rafael Kitover clean up the query from table stuff
2009-11-30 Rafael Kitover load external classes for dynamic schemas only
2009-11-29 Rafael Kitover Merge 'current' into 'back-compat'
2009-11-29 Rafael Kitover fix table count test in common tests, inc version for...
2009-11-29 Rafael Kitover fix regular common tests
2009-11-28 Rafael Kitover added test to check for correct file count in common...
2009-11-28 Rafael Kitover add test for norewrite
2009-11-01 Rafael Kitover run advanced tests on SQLite too
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-07-10 Rafael Kitover make tests pass
2009-07-03 Rafael Kitover sybase rels sort of work now, more than half-way throug...
2009-07-03 Rafael Kitover rels are still fucked in sybase
2009-07-02 Rafael Kitover making some progress on Sybase
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-04-18 Dagfinn Ilmari Man... Now that we always dump to disk, don't bother testing...
2009-03-19 Tim Bunce Ignore duplicate uniq indices (including duplicates...
2008-07-16 Dagfinn Ilmari Man... Handle ResultSetManager deprecation warning in common...
2008-04-25 Dagfinn Ilmari Man... Strip trailing _id from single-column belongs_to relati...
2008-04-25 Dagfinn Ilmari Man... Singularise table monikers by default
2008-04-13 Dagfinn Ilmari Man... - Fix base class ordering in dumped classes
2008-04-13 Dagfinn Ilmari Man... Clean up common tests:
2008-04-13 Dagfinn Ilmari Man... Fix test failure for non-InnoDB MySQL due to wrong...
2008-04-13 Dagfinn Ilmari Man... Make ResultSetManager notice externally defined :Result...
2008-03-12 Dagfinn Ilmari Man... Fix the CREATE TABLE statements for DB2
2008-02-12 Dagfinn Ilmari Man... Add more test descriptions
2008-02-08 Dagfinn Ilmari Man... Misc test improvements:
2008-02-05 Dagfinn Ilmari Man... Merge 'trunk' into 'current'
2008-02-02 Dagfinn Ilmari Man... Fix auto-inc column cration for the Oracle tests
2008-01-28 Dagfinn Ilmari Man... Mark foreign key columns with is_foreign_key => 1
2008-01-28 Dagfinn Ilmari Man... Get the column_info straight from the result class...
2008-01-27 Dagfinn Ilmari Man... Add support for extra per-vendor tests.
2008-01-01 Dagfinn Ilmari Man... Set join_type => 'LEFT OUTER' for nullable foreign...
2007-12-14 Dagfinn Ilmari Man... Fix test skip count for main skip_rels block
2007-12-14 Dagfinn Ilmari Man... Set is_auto_increment for auto-increment columns (RT...
2007-10-10 Dagfinn Ilmari Man... Generate one-to-one accessors for unique foreign keys
2007-05-21 Brandon Black resolved test conflict from trunk, renamed current...
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-03-31 Brandon Black sqlite fixups
2007-03-31 Brandon Black added test for rescan, fixed a few issues
2006-10-12 Brandon Black Merge 'trunk' into 'current'
2006-10-12 Brandon Black test update that should have been in the last commit...
2006-09-27 Brandon Black new tests + bugfix for rt.cpan.org #21025
2006-09-12 Brandon Black kill deprecated options/methods, make relationship...
2006-07-20 Brandon Black bugfixes from nilsonsfj + 0.03005 release stuff 0.03005
2006-07-10 Brandon Black docs updates, no longer overwrite dumped schema files...
2006-06-28 Brandon Black version bump to 0.03004
2006-06-05 Brandon Black Version bumped to 0.03001
2006-05-22 Brandon Black Merging branches/DBIx-Class-Schema-Loader-refactor...
2006-03-04 Brandon Black version bump, and added a few new tests to make sure...
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-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...