fix POD coverage and t/backcompat/0.04006/23dumpmore.t
[dbsrgits/DBIx-Class-Schema-Loader.git] / t /
2009-12-24 Rafael Kitover fix POD coverage and t/backcompat/0.04006/23dumpmore.t
2009-12-24 Rafael Kitover Merge 'current' into 'back-compat'
2009-11-30 Rafael Kitover tests pass again
2009-11-30 Rafael Kitover fix MySQL rel introspection with on_connect_call =...
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 added patch to generate POD from postgres by Andrey...
2009-11-29 Rafael Kitover fix regular common tests
2009-11-29 Rafael Kitover minor changes
2009-11-28 Rafael Kitover backcompat tests now run, but fail
2009-11-28 Rafael Kitover make dynamic schemas 0.04006 mode by default
2009-11-28 Rafael Kitover Merge 'current' into 'back-compat'
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-24 Rafael Kitover fix MSSQL default detection to work with numeric/intege...
2009-11-22 Rafael Kitover fix default_value for MSSQL
2009-11-09 Rafael Kitover this stuff does not work yet
2009-11-01 Rafael Kitover run advanced tests on SQLite too
2009-10-31 Rafael Kitover fix data_type for identities in MSSQL RT#50523
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 add note about sybase dbic branch
2009-08-29 Rafael Kitover remove comment about sybase dsn (it's handled automatic...
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 fix mysql tests for CURRENT_TIMESTAMP
2009-08-12 Rafael Kitover fix CURRENT_TIMESTAMP default for MySQL
2009-07-10 Rafael Kitover make tests pass
2009-07-07 Rafael Kitover add comment about sybase DSN
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-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-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-05-27 Rafael Kitover added test for mssql_odbc
2009-04-23 Dagfinn Ilmari Man... Add .gitignore files
2009-04-20 Justin Hunter initial import of Sybase/MSSQL support
2009-04-18 Dagfinn Ilmari Man... 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-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 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 Tim Bunce Implement result_base_class and schema_base_class options.
2008-07-16 Dagfinn Ilmari Man... Handle ResultSetManager deprecation warning in common...
2008-05-24 Dagfinn Ilmari Man... Add "dbicdump" script for easy commandline dumping
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-04-11 Dagfinn Ilmari Man... Silence the skipping on missing Test::Kwalitee, and...
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-13 Dagfinn Ilmari Man... Default db_schema to the username for DB2
2008-03-12 Dagfinn Ilmari Man... Add is_auto_increment detecton for DB2
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... Add is_auto_increment detection for Oracle
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-29 Dagfinn Ilmari Man... Add support for ENUM value lists for MySQL
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 => { unsigned => 1 } for MySQL.
2008-01-27 Dagfinn Ilmari Man... Add support for extra per-vendor tests.
2008-01-27 Dagfinn Ilmari Man... Add support for load_namespaces-style class layout.
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-11-09 Dagfinn Ilmari Man... Merge 'trunk' into 'current'
2007-11-09 Dagfinn Ilmari Man... Fix Win32 test skip counts for good (RT #30568, Kenichi...
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-02 Brandon Black fix test skips on Win32
2007-06-27 Brandon Black 0.04001, dump_overwrite -> really_erase_my_files 0.04001
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-04-14 Brandon Black more dumping tests
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 wrong test count
2007-03-30 Brandon Black Merging oracle branch into current:
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...
2006-11-15 Brandon Black no need for suppression in current
next