more use_namespaces upgrade stuff, fix _table_filter
[dbsrgits/DBIx-Class-Schema-Loader.git] / t /
2010-01-11 Rafael Kitover more use_namespaces upgrade stuff, fix _table_filter
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
2010-01-03 Rafael Kitover fix NUMERIC/DECIMAL size for postgres
2010-01-03 Rafael Kitover dumped version string is updated on Schema.pm when...
2010-01-03 Rafael Kitover rewrite un-singularized classnames in custom and extern...
2010-01-02 Rafael Kitover fix up VARBIT for postgres too, that's all the varying...
2010-01-02 Rafael Kitover better "size" column_info for postgres, still unlikely...
2010-01-02 Rafael Kitover add test (and fix) for loading external custom content...
2010-01-01 Robert Buels added column attributes to generated POD
2010-01-01 Rafael Kitover Merge 'relationship_attrs' into 'current'
2010-01-01 Rafael Kitover silence warnings from 40overwrite_modifications.t
2010-01-01 Robert Buels added relationship_attrs option, plus tests for it
2010-01-01 Robert Buels added tests for overwrite_modifications option
2009-12-31 Rafael Kitover minor test cleanup
2009-12-31 Jay Hannah Added skip_load_external()
2009-12-30 Rafael Kitover rearrange some test code
2009-12-30 Rafael Kitover fix tests
2009-12-29 Rafael Kitover load custom content from external un-singularized class...
2009-12-28 Rafael Kitover preserve custom content from un-singularized Results...
2009-12-25 Rafael Kitover more complete backcompat tests, one last thing to do
2009-12-25 Rafael Kitover start of backcompat tests
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.
next