dbsrgits/DBIx-Class-Schema-Loader.git
2014-08-09 Dagfinn Ilmari... Release 0.07041 0.07041
2014-08-09 Dagfinn Ilmari... Document test failure fix with the upcoming DBIC 0...
2014-08-09 Dagfinn Ilmari... Don't ship dotfiles
2014-08-09 Dagfinn Ilmari... Add Changes entry about Travis smoking
2014-08-06 Dagfinn Ilmari... Add --verify to PERL_CPANM_OPT to catch corrupt tarballs
2014-08-06 Dagfinn Ilmari... Install Math::BigInt, 5.8.x ship a too old one
2014-08-06 Dagfinn Ilmari... Allow 5.8.3 runs to fail
2014-08-05 Dagfinn Ilmari... Test with more perl versions
2014-08-05 Dagfinn Ilmari... Install DBIC dev rel under CLEANTEST="false"
2014-08-05 Dagfinn Ilmari... Remove pointless disconnect after static ->load
2014-07-29 Dagfinn Ilmari... Adjust skip_rels count again
2014-07-29 Dagfinn Ilmari... Fix many_to_many bridges going back to the same table
2014-07-29 Dagfinn Ilmari... Turn the duplicated code in _generate_m2ms into loops
2014-07-29 Dagfinn Ilmari... Test on perl 5.16 as well
2014-07-29 Dagfinn Ilmari... Revert "Run tests verbosely"
2014-07-29 Dagfinn Ilmari... Generate m2m rels in deterministic order
2014-07-29 Dagfinn Ilmari... Use Test::Differences to check lack of file rewrite
2014-07-28 Dagfinn Ilmari... Test Moose bits
2014-07-28 Dagfinn Ilmari... Return FK info in a deterministic order in ::DBI::InterBase
2014-07-28 Dagfinn Ilmari... Run multi-DSN tests in a deterministic order
2014-07-28 Dagfinn Ilmari... Silence more Firebird warnings
2014-07-28 Dagfinn Ilmari... Run tests verbosely
2014-07-28 Dagfinn Ilmari... Fix MySQL skip counts
2014-07-28 Dagfinn Ilmari... Test MySQL with InnoDB (i.e. relationships) as well
2014-07-28 Dagfinn Ilmari... Install modules needed by DBD-specific tests for CLEANT...
2014-07-28 Dagfinn Ilmari... Enable backcompat tests for CLEANTEST=false
2014-07-28 Dagfinn Ilmari... We have no xt tests
2014-07-28 Dagfinn Ilmari... Disable taint checking for tests for now
2014-07-28 Dagfinn Ilmari... Disable parallel testing for now
2014-07-28 Dagfinn Ilmari... Install Module::Install::ReadmeFromPod in Travis
2014-07-28 Dagfinn Ilmari... Steal Travis-CI setup from DBIx::Class
2014-07-28 Dagfinn Ilmari... Use skip_all or diag for missing RDBMS test dependencies
2014-06-12 Peter Rabbitson Bump MooseX::NonMoose - the Zefram strikes back
2014-05-27 Dagfinn Ilmari... Release 0.07040 0.07040
2014-05-27 Dagfinn Ilmari... Fix stray tab in Changes file
2014-05-27 Dagfinn Ilmari... Avoid clobbering caller's $_ (RT#96010)
2014-05-21 Dagfinn Ilmari... Fix inconsistent naming of duplicate unique constraints
2014-04-20 Dagfinn Ilmari... Add moritz to CONTRIBUTORS in dbicdump too
2014-04-20 Dagfinn Ilmari... Add moritz to CONTRIBUTORS
2014-04-20 Moritz Lenz Fix name and encoding
2014-04-20 Moritz Lenz Improve config example in dbicdump
2014-04-06 Dagfinn Ilmari... Fix dumping unique indexes with DBD::Pg < 1.50
2014-04-04 Dagfinn Ilmari... Skip dumping unique indexes with expressions (RT#93613)
2014-04-04 Dagfinn Ilmari... Add Dag-Erling Smørgrav to CONTRIBUTORS
2014-04-04 Dag-Erling... Add options to omit the version and timestamp from...
2014-01-06 Dagfinn Ilmari... Release 0.07039 0.07039
2014-01-06 Dagfinn Ilmari... Fix generated_classes with dry_run => 1
2014-01-06 Dagfinn Ilmari... Add dry-run mode for static schema creation
2014-01-06 Dagfinn Ilmari... Add accessor for the list of (re)generated classes
2014-01-06 Dagfinn Ilmari... Convert t/22dump.t to done_testing()
2014-01-02 Dagfinn Ilmari... Add mailmap file
2014-01-02 Matt Phillips add myself to contributors pod
2014-01-02 Matt Phillips Support for DBD::DB2 1.85 as well as < 1.85
2013-12-20 Dagfinn Ilmari... Swap order of _relnames_and_method return values
2013-12-20 Dagfinn Ilmari... Swap local_relname and remote_relname around in RelBuilder
2013-12-20 Dagfinn Ilmari... Use hash slice assignment instead of loop
2013-12-20 Dagfinn Ilmari... Re-wrap and re-indent for readability and consistency
2013-11-20 Dagfinn Ilmari... Release 0.07038 0.07038
2013-11-19 Dagfinn Ilmari... Fix detection of qualified sequence names for Oracle...
2013-11-19 Dagfinn Ilmari... Fix national character type sizes on DBD::Oracle >...
2013-11-19 Dagfinn Ilmari... Actually test data types that require separate tables
2013-11-19 Dagfinn Ilmari... Fix moniker_map callback test for upcasing databases...
2013-11-19 Dagfinn Ilmari... Fix skip count for Oracle multi-schema tests
2013-11-15 David Steinbrunner update repository url
2013-11-15 Dagfinn Ilmari... Fix MySQL column info detection with multiple schemas...
2013-11-14 Dagfinn Ilmari... Allow coderef maps to call back into the hashref mappin...
2013-10-30 Dagfinn Ilmari... Release 0.07037 0.07037
2013-10-29 Dagfinn Ilmari... Allow overriding individual moniker parts
2013-10-24 Dagfinn Ilmari... Release 0.07036_04 0.07036_04
2013-10-23 Aaron Crane Set $result_source_class->table_class appropriately...
2013-10-23 Aaron Crane Push table-equality checks into _dbh_table_info
2013-10-22 Dagfinn Ilmari... Release 0.07036_03 0.07036_03
2013-10-22 Dagfinn Ilmari... Use sigwarn_silencer() everywhere appropriate
2013-10-22 Dagfinn Ilmari... Silence warnings from pure-perl Cwd::abs_path()
2013-10-21 Dagfinn Ilmari... Fix t/23dumpmore on perl 5.8.8 and earlier
2013-10-20 Dagfinn Ilmari... Merge branch 'topic/better-multi-schema' into master
2013-09-25 Dagfinn Ilmari... Release 0.07036_02 0.07036_02
2013-09-25 Dagfinn Ilmari... Fully-qualify all pg_catalog.* names
2013-09-25 Dagfinn Ilmari... Restore support for PostgreSQL 8.3 (RT#87291)
2013-09-24 Dagfinn Ilmari... Remove implemented FK introspection items from TODO
2013-09-24 Dagfinn Ilmari... Remove implemented items from TODO
2013-09-24 Dagfinn Ilmari... This branch deals with multiple schemas
2013-09-24 Dagfinn Ilmari... Document fully-qualified constraint/exclude
2013-09-16 D. Ilmari Mannsåker Skip many_to_many bridges involving might_have relation...
2013-08-11 Dagfinn Ilmari... Release 0.07036_01 0.07036_01
2013-08-11 Dagfinn Ilmari... Allow matching all the moniker parts in constraint...
2013-08-11 Dagfinn Ilmari... Allow using all the moniker parts in hashref moniker_map
2013-08-11 Dagfinn Ilmari... Allow specifying the moniker part separator
2013-08-11 Dagfinn Ilmari... Allow specifying custom attributes for many_to_many...
2013-08-11 Dagfinn Ilmari... Fix many_to_many bridges involving might_have relationships
2013-08-11 Dagfinn Ilmari... Don't ship MYMETA.* files (RT#87713)
2013-08-06 Dagfinn Ilmari... Demote diag about skip reason to note
2013-08-06 Dagfinn Ilmari... Fix typos in POD and comments (RT#87644)
2013-07-21 Dagfinn Ilmari... Avoid conditional assignment in variable declarations
2013-07-08 D. Ilmari Mannsåker Release 0.07036 0.07036
2013-07-08 D. Ilmari Mannsåker Ignore dist directory
2013-07-08 D. Ilmari Mannsåker Ignore Emacs droppings
2013-07-08 D. Ilmari Mannsåker Fix ordering issues in Pg loader
2013-07-08 D. Ilmari Mannsåker Fix tabs in Changes file
2013-07-08 D. Ilmari Mannsåker Fix "table" parameter in col_accessor_map callback...
next