dbsrgits/SQL-Translator.git
2017-01-26 Dagfinn Ilmari... Only output trigger 'scope' if it's set in YAML and...
2017-01-26 Dagfinn Ilmari... Improve trigger 'scope' attribute support (RT#119997)
2016-04-17 Dagfinn Ilmari... Remove duplicate entry in DBI drivers hash
2015-11-05 Andrew Beverley Fix incorrect serial instead of bigserial in PG
2015-11-04 Peter Rabbitson Work around RT#108460, intermittent postgresql-rename...
2015-11-04 Peter Rabbitson Fail more gracefully on non-loadable compiled module...
2015-11-01 Mohammad S... Updated MANIFEST.SKIP to include AUTHORS file.
2015-09-09 Dagfinn Ilmari... Pass $options through directly instead of $generator
2015-09-09 Dagfinn Ilmari... Fix identifier quoting in PostGIS statements
2015-09-09 Dagfinn Ilmari... Fix string quoting in PostGIS statements
2015-09-09 Dagfinn Ilmari... Fix missing semicolons between PostGIS statements
2015-09-09 Dagfinn Ilmari... Further clean up PostGIS code
2015-09-09 Dagfinn Ilmari... Fix horrendous indentation in PostGIS code
2015-09-09 Dagfinn Ilmari... Remove or use unused variables in PostgreSQL producer
2015-09-09 Dagfinn Ilmari... Fix identifier quoting in PostgreSQL diff producer
2015-09-09 Dagfinn Ilmari... Reduce scope of file-level variables
2015-09-09 Dagfinn Ilmari... Remove unused reserved words list
2015-09-09 Dagfinn Ilmari... Make PostgreSQLs max identifier length a constant
2015-09-08 Dagfinn Ilmari... Minor cleanups in Producer::PostgreSQL::create_table()
2015-09-08 Dagfinn Ilmari... Fix multi-line comments in PostgreSQL producer
2015-09-08 Dagfinn Ilmari... Fix multi-line comments in YAML and JSON producers
2015-09-08 Dagfinn Ilmari... Fix parsing of MySQL column comments (RT#83380)
2015-09-08 Dagfinn Ilmari... Switch MySQL parser test to done_testing
2015-09-08 Dagfinn Ilmari... Fix parsing quoted strings with leading spaces
2015-06-28 Dagfinn Ilmari... Simplify .travis.yml
2015-06-28 Dagfinn Ilmari... Install more test deps on Travis
2015-06-28 Dagfinn Ilmari... Explicitly install CGI from CPAN on Travis
2015-06-28 Dagfinn Ilmari... Use Travis container infrastructure for faster builds
2015-06-28 Andrew Gregory Add support for CHECK constraint in POD producer (GH#63)
2015-06-28 Sebastian Podjasek Add support for USING and WHERE on indexes in PostgreSQ...
2015-06-28 Sebastian Podjasek Add support for USING and WHERE on indexes in PostgreSQ...
2015-06-25 Paul Cochrane Add C<> formatting to code-like text elements
2015-06-25 Paul Cochrane Fix minor typos in POD
2015-06-25 Paul Cochrane Remove empty sections
2015-06-25 Paul Cochrane Add a DESCRIPTION to SQL::Translator::Filter::Names
2015-06-25 Sebastian Podjasek Fix PostgreSQL grammar parsing of UUID, time, timetz...
2015-06-24 Andrew Gregory Add SQLite support for check constraints
2015-06-24 Paul Cochrane Replace sectioned links with C<> formatting
2015-06-24 Paul Cochrane Remove empty =over blocks
2015-06-24 Paul Cochrane Add space after =cut statement
2015-06-24 Andrew Gregory Improve add_trigger consistency between producers
2015-06-24 mix3@サタデーナイトフィーバー Quoted table_name wasn't being used during MySQL DROP...
2015-06-24 Christian Walde prevent debug calls with expensive arguments if debuggi...
2015-06-24 Peter Rabbitson Remove dependency on List::MoreUtils
2015-03-20 Zefram Declare dependencies in deterministic order (RT#102859)
2015-03-05 Ivan Baidakou Add support for optional monotonically increasing sqlit...
2015-02-26 Peter Rabbitson Remove explicit strictures usage
2015-01-29 Dagfinn Ilmari... release 0.11021 v0.11021
2015-01-27 Dagfinn Ilmari... Fix array types and multidimensional sizes in Parser...
2015-01-07 Dagfinn Ilmari... Switch back to upstream travis-perl-helpers
2015-01-06 Dagfinn Ilmari... Fix multi-column indexes in Parser::DBI::PostgreSQL
2015-01-06 Dagfinn Ilmari... Add Changes entry for 5.8.1 SQLite diffing fix
2015-01-06 Dagfinn Ilmari... Fix SQLite diffing on perl 5.8.1
2015-01-06 Dagfinn Ilmari... Translate MS Access memo type to text in Producer:...
2015-01-06 Dagfinn Ilmari... Fix clob type translation in Producer::PostgreSQL
2015-01-06 Dagfinn Ilmari... Remove redundant entries from Producer::PostrgeSQL...
2014-12-14 Andrew Gregory Provide default index names for SQLite
2014-12-14 Dagfinn Ilmari... Fix quoting of trigger name and table in Producer:...
2014-11-24 Dagfinn Ilmari... Update the Free Software Foundation's address (RT#100531)
2014-11-24 Dagfinn Ilmari... Remove executable bit from Parser/JSON.pm (RT#100532)
2014-10-27 Nick Wellnhofer Fix erroneous PostgreSQL floating point type translatio...
2014-10-22 Dagfinn Ilmari... Call close as a function rather than a method
2014-10-18 Dagfinn Ilmari... Merge branch 'oracle-fixes'
2014-10-18 Dagfinn Ilmari... Narrow the scope of Oracle roundtrip TODO
2014-10-18 Dagfinn Ilmari... Add support for triggers in Parser::Oracle
2014-10-18 Dagfinn Ilmari... Handle ALTER TABLE ... ADD CONSTRAINT in Parser::Oracle
2014-10-18 Dagfinn Ilmari... Merge branch 'quoting-fixes'
2014-10-18 Dagfinn Ilmari... Add Changes entry for quoting fixes
2014-10-18 Dagfinn Ilmari... Quote table names in 'SHOW CREATE TABLE' in Parser...
2014-10-18 Dagfinn Ilmari... Test quotes in field comments
2014-10-18 Dagfinn Ilmari... Test round-tripping decimal default values
2014-10-18 Dagfinn Ilmari... Test round-tripping default values with quotes and...
2014-10-18 Dagfinn Ilmari... Escape quotes in string values in producers
2014-10-16 Dagfinn Ilmari... Test table and field names with quote characters in...
2014-10-16 Dagfinn Ilmari... Escape the closing quote character when quoting indenti...
2014-10-16 Dagfinn Ilmari... Fix handling of quoted identifiers and strings in Parse...
2014-10-16 Dagfinn Ilmari... Fix handling of quoted identifiers and strings in Parse...
2014-10-16 Dagfinn Ilmari... Fix handling of quoted identifiers and strings in Parse...
2014-10-16 Dagfinn Ilmari... Fix handling of quoted identifiers and strings in Parse...
2014-10-16 Dagfinn Ilmari... Fix handling of quoted identifiers and strings in Parse...
2014-10-16 Dagfinn Ilmari... Clean up option parsing and fix identifier quoting...
2014-10-16 Dagfinn Ilmari... Clean up option parsing and identifier quoting in Produ...
2014-10-16 Dagfinn Ilmari... Factor out quote option handling
2014-10-16 Dagfinn Ilmari... Switch back to my travis helpers fork
2014-10-13 Dagfinn Ilmari... Install YAML and XML::LibXML in the perl used for testi...
2014-10-13 Dagfinn Ilmari... Install YAML and XML::LibXML before build-dist
2014-10-13 Dagfinn Ilmari... Switch back to upstream Travis helpers
2014-10-07 Dagfinn Ilmari... Fix JSON and YAML tests if the defaults have been tweak...
2014-10-06 Dagfinn Ilmari... Update help/support and contributing POD section
2014-10-06 Dagfinn Ilmari... Add IRC metadata and update repository and bugtracker...
2014-09-25 Dagfinn Ilmari... Fix undef warnings from Text::ParseWords when running...
2014-09-22 Dagfinn Ilmari... Fix broken POD links found by App::PodLinkChecker
2014-09-16 Alexander Hartmaier Fix Oracle producer
2014-09-10 Dagfinn Ilmari... Skip HTML tests if CGI is not installed (RT#98027)
2014-09-02 Dagfinn Ilmari... release 0.11020 v0.11020
2014-09-02 Dagfinn Ilmari... Fix test failure if Test::PostgreSQL is installed but...
2014-09-02 Dagfinn Ilmari... release 0.11019 v0.11019
2014-09-02 Dagfinn Ilmari... [merge] Batch alter support for Pg and refactoring
2014-09-02 Dagfinn Ilmari... Add Changes entry for Pg diff fix
2014-09-02 Dagfinn Ilmari... Factor out calling of normal diff-production functions
next