dbsrgits/DBIx-Class-Schema-Loader.git
2017-05-26 Dagfinn Ilmari... Release 0.07047 0.07047
2017-05-26 Dagfinn Ilmari... Add ticket number for '.' in @INC fix (RT#121905)
2017-05-26 Dagfinn Ilmari... Add Changes entry exclude/constraint doc improvment...
2017-05-08 Dagfinn Ilmari... Run Travis-CI test on the latest two stable perls
2017-04-10 Dagfinn Ilmari... Fix running Makefile.PL without '.' in @INC
2017-04-10 Dagfinn Ilmari... Add trailing commas in rel_name_map hashref example
2017-04-10 Dagfinn Ilmari... Be more consistent about how we refer to column/table...
2017-04-10 Dagfinn Ilmari... Improve col_accessor_map coderef documentation
2017-04-10 Dagfinn Ilmari... Improve moniker_map coderef documentation (GH#7)
2017-04-10 Dagfinn Ilmari... Fix POD typo
2017-02-01 Dagfinn Ilmari... Fix POD punctuation typo
2016-11-29 Dagfinn Ilmari... Add arc to AUTHORS
2016-11-29 Aaron Crane Tweak "exclude" and "constraint" option docs
2016-10-04 Dagfinn Ilmari... Avoid upcoming DBIC warning on implicit SELECT * invoca...
2016-09-05 Dagfinn Ilmari... Release 0.07046 0.07046
2016-06-27 Dagfinn Ilmari... Convert complicated unless condition to simpler if
2016-06-22 Dagfinn Ilmari... Fix pointlessly overlong line
2016-06-22 Dave Rolsky Overwrite if the md5sum in a file is wrong but the...
2016-06-19 Justin Hunter fix typo of "Module::Install" in Makefile.PL
2016-06-18 Dagfinn Ilmari... Remove leftover Devel::Dwarn from test
2016-06-18 Dagfinn Ilmari... Add AuthorTests to list of required M:I Plugins
2016-02-25 Dagfinn Ilmari... Disallow creating dist with extra author mode deps
2016-02-19 Dagfinn Ilmari... Introspect view definitions
2016-02-19 Dagfinn Ilmari... (trv) Grant CREATE VIEW to Oracle test user
2016-02-19 Dagfinn Ilmari... (trv) Allow threaded 5.8.8 to fail
2016-02-19 Dagfinn Ilmari... (trv) Don't set DBIC_TRACE_PROFILE on perl 5.8
2016-02-18 gregor herrmann Fix POD spelling error (RT#111383)
2016-02-18 Dagfinn Ilmari... Use common infrastructure to create/drop extra Firebird...
2016-02-05 D. Ilmari Mannsåker (trv) Make sure $NUMTHREADS isn't zero
2016-02-05 D. Ilmari Mannsåker (trv) Verbosely fetch the Firebird ODBC driver
2016-02-05 D. Ilmari Mannsåker (trv) Get bc-multiarch from Github
2016-01-22 D. Ilmari Mannsåker Release 0.07045 0.07045
2016-01-22 D. Ilmari Mannsåker Release 0.07044 0.07044
2015-11-11 Dagfinn Ilmari... Fix col_accessor_map test for Oracle, DB2 and Firebird
2015-11-11 Dagfinn Ilmari... Fix typo in column object POD link
2015-11-11 Dagfinn Ilmari... Add support for nested hashref form of col_accessor_map
2015-11-11 Dagfinn Ilmari... Fix missing space before opening brace
2015-09-13 Dagfinn Ilmari... Test 'bit varying' without size for Pg
2015-09-13 Dagfinn Ilmari... Sipmlify Pg enum value fetching
2015-09-13 Dagfinn Ilmari... Eliminate redundant query in Pg _column_comment
2015-08-29 Dagfinn Ilmari... Remove pointless options from _tables_list and _filter_...
2015-06-25 Dagfinn Ilmari... Fix Pg date/time types with zero fractional second...
2015-06-25 Dagfinn Ilmari... Add author test for whitespace errors and make whitespa...
2015-06-25 Dagfinn Ilmari... Add author test for use strict/warnings
2015-06-25 Dagfinn Ilmari... Improve POD test and make it author-only
2015-06-25 Dagfinn Ilmari... Import the latest ::Optional::Dependencies from DBIC
2015-06-25 Dagfinn Ilmari... Merge AUTHOR and CONTRIBUTORS into a single AUTHORS...
2015-06-25 Dagfinn Ilmari... Fix syntax errors in POD data structure example
2015-06-13 Dagfinn Ilmari... Add .dir-locals.el file
2015-05-13 Dagfinn Ilmari... Release 0.07043 0.07043
2015-05-13 Dagfinn Ilmari... Add tests for disabled constraints and triggers for...
2015-05-13 Philipp Gortan Filter out disabled constraints and triggers for Oracle...
2015-05-13 Dagfinn Ilmari... Use the actual md5sum of the old version when deciding...
2015-05-05 Christian Walde Ensure schema files are generated as binary files on...
2015-04-28 Dagfinn Ilmari... (travis) Fix short-circuiting logic
2015-04-28 Dagfinn Ilmari... (travis) Remove workarounds for fixed issues
2015-04-28 Dagfinn Ilmari... (travis) Exclude the DQ-based DBIC 0.089xx
2015-04-28 Dagfinn Ilmari... Remove MySQL year(2) test
2015-04-28 Dagfinn Ilmari... Add option to allow extra columns in many_to_many link...
2015-04-27 Dagfinn Ilmari... Revert "Install DBIC dev rel under CLEANTEST="false""
2015-04-25 Dagfinn Ilmari... Simplify array_eq function
2015-04-02 Dagfinn Ilmari... (travis) Update package list before installing stuff
2015-04-01 Dagfinn Ilmari... Use {List,Sub}::Util instead of List::MoreUtils and...
2015-01-27 Dagfinn Ilmari... Fix DB2 foreign-key introspection
2015-01-27 Dagfinn Ilmari... Fix skip count when DB2 extra schema creation fails
2015-01-21 Dagfinn Ilmari... Fix circular relationship diagnostics
2015-01-21 Dagfinn Ilmari... Run Travis tests on 5.20 and threaded 5.18 as well
2015-01-21 Dagfinn Ilmari... Install and test DB2 in Travis
2015-01-21 Dagfinn Ilmari... Include nanoseconds in timestamps
2015-01-21 Dagfinn Ilmari... Nick Travis script improvements from DBIC
2015-01-21 Dagfinn Ilmari... Update Firebird ODBC driver version
2015-01-21 Dagfinn Ilmari... Show relationship info on circular rel failure
2015-01-21 Dagfinn Ilmari... Shut up uninitialized warnings from ->table_info on DB2
2015-01-21 Dagfinn Ilmari... Enable soft_commit with DBD::Firebird as well
2015-01-03 Olaf Alders Document how to add perltidy markers via filter_generat...
2015-01-03 Dagfinn Ilmari... Use consistent 4-space indentation in lib/
2015-01-03 Dagfinn Ilmari... Eliminate tabs in lib/
2014-10-20 Dagfinn Ilmari... Fix MySQL non-InnoDB test skip counts
2014-10-17 Dagfinn Ilmari... Fix many_to_many bridges with overlapping foreign keys
2014-10-17 Dagfinn Ilmari... Add missed Changes header for 0.07042
2014-09-22 Dagfinn Ilmari... Fix broken POD links found by App::PodLinkChecker
2014-09-22 Dagfinn Ilmari... Eliminate POD-containing heredoc
2014-08-19 Dagfinn Ilmari... Release 0.07042 0.07042
2014-08-19 Dagfinn Ilmari... Fix Changes typo
2014-08-19 Dagfinn Ilmari... Use tempdir() to create temporary directories for testing
2014-08-19 Dagfinn Ilmari... Use undef instead of '%' fore the table and type argume...
2014-08-09 Dagfinn Ilmari... Fix unescaped left braces in regexes in tests
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
next