Check truth of preserve_case not definedness
[dbsrgits/DBIx-Class-Schema-Loader.git] / t /
2012-04-07 Rafael Kitover set correct size for n(var)?char columns for ASE
2012-04-07 Rafael Kitover make common tests use fewer active statements
2012-04-06 Rafael Kitover support Informix common tests over shared mem
2012-04-04 Rafael Kitover register sources on schema class, never instance
2012-03-31 Rafael Kitover fix mro issues under 5.8
2012-03-27 Rafael Kitover skip dbicdump tests on Win32 due to test fails
2012-02-27 Rafael Kitover work around ORA-24345 from $dbh->column_info
2012-02-07 Rafael Kitover experimental support for Pg loader run inside txn
2012-02-07 John Napiorkowski failing test for dumping schema inside a txn
2011-12-09 Rafael Kitover many_to_many rel bridge generation for link tables
2011-11-17 Rafael Kitover auto-disambiguate monikers from different schemas
2011-11-09 Rafael Kitover better cleanup of t/var
2011-11-09 Rafael Kitover fix code running 2x in dynamic schema_base_class
2011-11-01 Rafael Kitover fix some warnings for MSSQL over ADO
2011-10-31 Rafael Kitover add -I option to dbicdump
2011-10-30 Rafael Kitover stop editing custom content from renamed files
2011-10-29 Rafael Kitover common tests for schema_base_class and components
2011-10-29 Rafael Kitover better CamelCASE support for naming=v8
2011-10-29 Chris Weyl namespace::autoclean to MooseX::MarkAsMethods
2011-10-28 Rafael Kitover better dynamic schema_base_class implementation
2011-10-25 Rafael Kitover implement schema_base_class for dynamic schemas
2011-10-25 Ben Tilly test for connecting through schema_base_class
2011-10-19 Rafael Kitover fix some issues with multi-db_schema support
2011-10-13 Rafael Kitover add "use utf8;" at the top of all generated files
2011-10-11 Rafael Kitover make MySQL FK handling more robust
2011-09-29 Rafael Kitover minor fix for 5.8.1
2011-09-28 Rafael Kitover remove dependency on File::Slurp
2011-09-24 Rafael Kitover fix t/backcompat/0.04006 tests
2011-09-24 Rafael Kitover fix preserve_case tests in common tests
2011-09-06 Rafael Kitover fix multiple DEFAULT NULLs
2011-09-06 Rafael Kitover improve Pg default handling
2011-08-18 Rafael Kitover sort unique constraints
2011-08-16 Rafael Kitover multi db_schema support
2011-08-10 Rafael Kitover silence comment tests
2011-08-07 Rafael Kitover opt deps for dbicdump config and test
2011-08-05 Rafael Kitover pigs don't fly, they just roll around in shit
2011-08-05 Rafael Kitover some changes to filter code
2011-08-05 Ben Tilly adds the ability to filter generated code
2011-08-02 Matt S Trout flying pigs. almost as likely as win32 doing what you...
2011-08-02 Rafael Kitover minor changes to table/column comment code
2011-08-02 Ben Tilly generic comments mechanism, MySQL specific support
2011-07-25 Rafael Kitover fucking pigs broke my Win32 perl
2011-07-25 Rafael Kitover support alternate line endings
2011-07-24 Rafael Kitover fix t/10_11msaccess_common.t on non-Win32
2011-07-24 Rafael Kitover add quiet option
2011-07-09 Ben Tilly Removing these files from master because they are not...
2011-07-07 Ben Tilly Add failing test for feature I want.
2011-07-05 Rafael Kitover add schema_components option
2011-07-05 Rafael Kitover sort relationships
2011-06-14 Rafael Kitover add rel_name_map option
2011-06-10 Rafael Kitover fix syntax error in common tests
2011-06-10 Rafael Kitover fix the decimal data type for MS Access over ODBC
2011-06-10 Rafael Kitover handle MySQL enums/sets containing elements with single...
2011-06-10 Rafael Kitover another enum test for MySQL
2011-06-10 Rafael Kitover fix enum/set detection for MySQL (RT#68717)
2011-06-09 Rafael Kitover fix is_nullable detection on MS Access
2011-06-07 Rafael Kitover fix POD for scalarref tables
2011-06-07 Rafael Kitover fix backcompat tests
2011-06-07 Rafael Kitover fix uniq_to_primary test on DB2 and SQLAnywhere
2011-06-07 Rafael Kitover improve uniq_to_primary test
2011-06-03 Rafael Kitover run col_accessor_map tests with skip_rels too
2011-05-30 Rafael Kitover fix test counts, cleanup new test table
2011-05-30 Rafael Kitover added uniq_to_primary option to promote unique keys...
2011-05-30 Rafael Kitover generate POD for unique constraints, set_primary_key...
2011-05-29 Rafael Kitover fix t/backcompat/0.04006/23dumpmore.t
2011-05-29 Rafael Kitover fix t/23dumpmore.t
2011-05-29 Rafael Kitover support arrayrefs for result_namespace and resultset_na...
2011-05-29 Rafael Kitover fix clasing test dbs
2011-05-28 Rafael Kitover fixup POD
2011-05-28 Rafael Kitover add more naming options
2011-05-28 Rafael Kitover fix warning, fix test counts
2011-05-28 Rafael Kitover run the preserve rel name test on MySQL too
2011-05-27 Rafael Kitover support quoted PostgreSQL schema names with special...
2011-05-26 Rafael Kitover automatically turn on quoting for MySQL (RT#60469)
2011-05-26 Rafael Kitover become utf8-aware (RT#67920)
2011-05-26 Rafael Kitover workaround for common tests for MySQL on Win32
2011-05-25 Rafael Kitover handle duplicate relationship names (RT#64041)
2011-05-24 Rafael Kitover Revert "set cascade_update => 0 on might_have relations...
2011-05-24 Rafael Kitover set cascade_update => 0 on might_have relationships
2011-05-18 Rafael Kitover add asterisks to items in POD class lists
2011-05-17 Rafael Kitover generate POD for result_base_class as well
2011-05-17 Rafael Kitover generate POD for additional_classes, additional_base_cl...
2011-05-17 Rafael Kitover move roles to the end of the generated class so that...
2011-05-17 Rafael Kitover add an extra symbol to the rt59849 test
2011-05-16 Rafael Kitover support ->use_namespaces(0) in Loader.pm, fix tests...
2011-05-16 Mark A. Stratman added result_roles and result_roles_map options, fixed...
2011-05-16 Rafael Kitover rename t/50addl_base_classes.t from Mark Hedges to...
2011-05-16 Rafael Kitover handle "use warnings FATAL => 'all' and set use_namespa...
2011-05-12 Rafael Kitover fix mysql rel detection for mixed-case tables on mixed...
2011-04-21 Rafael Kitover support for unicode Firebird data types
2011-04-13 Rafael Kitover use sprintf for floating point comparisons in common...
2011-03-29 Rafael Kitover remove special case for 'meta' method in col accessor...
2011-03-04 Rafael Kitover support for fully-qualified components in result_compon...
2011-02-24 Rafael Kitover support MSSQL over DBD::ADO
2011-02-24 Rafael Kitover MS Access support over DBD::ODBC and DBD::ADO
2011-02-20 Rafael Kitover rename vendor tests
2011-02-19 Rafael Kitover rename column_accessor_map -> col_accessor_map
2011-01-25 Rafael Kitover support extra connect_info options like quote_char...
2011-01-21 Rafael Kitover fix relname/method collisions (RT#62648)
2011-01-21 Rafael Kitover add test for column name collision with a fully qualifi...
next