Update Firebird ODBC driver download URL
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib /
2018-02-23 Dagfinn Ilmari Man... Bumping version to 0.07048_01
2018-02-23 Dagfinn Ilmari Man... Recognise underscores in version markers
2018-02-16 Dagfinn Ilmari Man... Move comment about storage_type next to the relevant...
2018-01-20 Dagfinn Ilmari Man... Release 0.07048 0.07048
2018-01-16 Henry Van Styn Fix use of merge() to work with newer Hash::Merge
2017-11-21 Dagfinn Ilmari Man... Fix fix reference cycle in test col_accessor_map callback
2017-10-10 Dagfinn Ilmari Man... Fix 'default now()' test for PostgreSQL v10
2017-10-10 Dagfinn Ilmari Man... Tidy up handling of literal default values in ::Pg
2017-10-10 Dagfinn Ilmari Man... Fix for PostgreSQL enums not in the schema search path...
2017-05-26 Dagfinn Ilmari Man... Release 0.07047 0.07047
2017-04-10 Dagfinn Ilmari Man... Add trailing commas in rel_name_map hashref example
2017-04-10 Dagfinn Ilmari Man... Be more consistent about how we refer to column/table...
2017-04-10 Dagfinn Ilmari Man... Improve col_accessor_map coderef documentation
2017-04-10 Dagfinn Ilmari Man... Improve moniker_map coderef documentation (GH#7)
2017-04-10 Dagfinn Ilmari Man... Fix POD typo
2017-02-01 Dagfinn Ilmari Man... Fix POD punctuation typo
2016-11-29 Dagfinn Ilmari Man... Add arc to AUTHORS
2016-11-29 Aaron Crane Tweak "exclude" and "constraint" option docs
2016-10-04 Dagfinn Ilmari Man... Avoid upcoming DBIC warning on implicit SELECT * invoca...
2016-09-05 Dagfinn Ilmari Man... Release 0.07046 0.07046
2016-06-27 Dagfinn Ilmari Man... Convert complicated unless condition to simpler if
2016-06-22 Dave Rolsky Overwrite if the md5sum in a file is wrong but the...
2016-02-19 Dagfinn Ilmari Man... Introspect view definitions
2016-02-18 gregor herrmann Fix POD spelling error (RT#111383)
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 Man... Fix typo in column object POD link
2015-11-11 Dagfinn Ilmari Man... Add support for nested hashref form of col_accessor_map
2015-11-11 Dagfinn Ilmari Man... Fix missing space before opening brace
2015-09-13 Dagfinn Ilmari Man... Sipmlify Pg enum value fetching
2015-09-13 Dagfinn Ilmari Man... Eliminate redundant query in Pg _column_comment
2015-08-29 Dagfinn Ilmari Man... Remove pointless options from _tables_list and _filter_...
2015-06-25 Dagfinn Ilmari Man... Fix Pg date/time types with zero fractional second...
2015-06-25 Dagfinn Ilmari Man... Add author test for whitespace errors and make whitespa...
2015-06-25 Dagfinn Ilmari Man... Add author test for use strict/warnings
2015-06-25 Dagfinn Ilmari Man... Import the latest ::Optional::Dependencies from DBIC
2015-06-25 Dagfinn Ilmari Man... Merge AUTHOR and CONTRIBUTORS into a single AUTHORS...
2015-06-25 Dagfinn Ilmari Man... Fix syntax errors in POD data structure example
2015-05-13 Dagfinn Ilmari Man... Release 0.07043 0.07043
2015-05-13 Dagfinn Ilmari Man... 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 Man... 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 Man... Add option to allow extra columns in many_to_many link...
2015-04-25 Dagfinn Ilmari Man... Simplify array_eq function
2015-04-01 Dagfinn Ilmari Man... Use {List,Sub}::Util instead of List::MoreUtils and...
2015-01-27 Dagfinn Ilmari Man... Fix DB2 foreign-key introspection
2015-01-21 Dagfinn Ilmari Man... Shut up uninitialized warnings from ->table_info on DB2
2015-01-03 Olaf Alders Document how to add perltidy markers via filter_generat...
2015-01-03 Dagfinn Ilmari Man... Use consistent 4-space indentation in lib/
2015-01-03 Dagfinn Ilmari Man... Eliminate tabs in lib/
2014-10-17 Dagfinn Ilmari Man... Fix many_to_many bridges with overlapping foreign keys
2014-09-22 Dagfinn Ilmari Man... Fix broken POD links found by App::PodLinkChecker
2014-09-22 Dagfinn Ilmari Man... Eliminate POD-containing heredoc
2014-08-19 Dagfinn Ilmari Man... Release 0.07042 0.07042
2014-08-19 Dagfinn Ilmari Man... Use undef instead of '%' fore the table and type argume...
2014-08-09 Dagfinn Ilmari Man... Release 0.07041 0.07041
2014-08-05 Dagfinn Ilmari Man... Remove pointless disconnect after static ->load
2014-07-29 Dagfinn Ilmari Man... Fix many_to_many bridges going back to the same table
2014-07-29 Dagfinn Ilmari Man... Turn the duplicated code in _generate_m2ms into loops
2014-07-29 Dagfinn Ilmari Man... Generate m2m rels in deterministic order
2014-07-28 Dagfinn Ilmari Man... Return FK info in a deterministic order in ::DBI::InterBase
2014-06-12 Peter Rabbitson Bump MooseX::NonMoose - the Zefram strikes back
2014-05-27 Dagfinn Ilmari Man... Release 0.07040 0.07040
2014-05-27 Dagfinn Ilmari Man... Avoid clobbering caller's $_ (RT#96010)
2014-05-21 Dagfinn Ilmari Man... Fix inconsistent naming of duplicate unique constraints
2014-04-20 Dagfinn Ilmari Man... Add moritz to CONTRIBUTORS
2014-04-06 Dagfinn Ilmari Man... Fix dumping unique indexes with DBD::Pg < 1.50
2014-04-04 Dagfinn Ilmari Man... Skip dumping unique indexes with expressions (RT#93613)
2014-04-04 Dagfinn Ilmari Man... Add Dag-Erling Smørgrav to CONTRIBUTORS
2014-04-04 Dag-Erling Smørgrav Add options to omit the version and timestamp from...
2014-01-06 Dagfinn Ilmari Man... Release 0.07039 0.07039
2014-01-06 Dagfinn Ilmari Man... Fix generated_classes with dry_run => 1
2014-01-06 Dagfinn Ilmari Man... Add dry-run mode for static schema creation
2014-01-06 Dagfinn Ilmari Man... Add accessor for the list of (re)generated classes
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 Man... Swap order of _relnames_and_method return values
2013-12-20 Dagfinn Ilmari Man... Swap local_relname and remote_relname around in RelBuilder
2013-12-20 Dagfinn Ilmari Man... Use hash slice assignment instead of loop
2013-12-20 Dagfinn Ilmari Man... Re-wrap and re-indent for readability and consistency
2013-11-20 Dagfinn Ilmari Man... Release 0.07038 0.07038
2013-11-19 Dagfinn Ilmari Man... Fix detection of qualified sequence names for Oracle...
2013-11-19 Dagfinn Ilmari Man... Fix national character type sizes on DBD::Oracle >...
2013-11-15 Dagfinn Ilmari Man... Fix MySQL column info detection with multiple schemas...
2013-11-14 Dagfinn Ilmari Man... Allow coderef maps to call back into the hashref mappin...
2013-10-30 Dagfinn Ilmari Man... Release 0.07037 0.07037
2013-10-29 Dagfinn Ilmari Man... Allow overriding individual moniker parts
2013-10-24 Dagfinn Ilmari Man... 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 Man... Release 0.07036_03 0.07036_03
2013-10-22 Dagfinn Ilmari Man... Use sigwarn_silencer() everywhere appropriate
2013-10-22 Dagfinn Ilmari Man... Silence warnings from pure-perl Cwd::abs_path()
2013-10-20 Dagfinn Ilmari Man... Merge branch 'topic/better-multi-schema' into master
2013-09-25 Dagfinn Ilmari Man... Release 0.07036_02 0.07036_02
2013-09-25 Dagfinn Ilmari Man... Fully-qualify all pg_catalog.* names
2013-09-25 Dagfinn Ilmari Man... Restore support for PostgreSQL 8.3 (RT#87291)
2013-09-24 Dagfinn Ilmari Man... Document fully-qualified constraint/exclude
2013-09-16 D. Ilmari Mannsåker Skip many_to_many bridges involving might_have relation...
next