dbsrgits/SQL-Translator.git
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
2014-09-02 Dagfinn Ilmari... Fix argument documentation for preprocess_schema
2014-09-02 Dagfinn Ilmari... Document producer_args in SQL::Translator::Diff
2014-09-02 Dagfinn Ilmari... Fix POD syntax for PODed-out code
2014-09-02 Dagfinn Ilmari... Clean up Pg batch alter test
2014-09-01 Peter Mottram test to demonstrate Pg diff failure with rename_table...
2014-09-01 Peter Mottram initial batch_alter_table for ::Producer::PostgreSQL
2014-09-01 Dagfinn Ilmari... Add Changes entry for numeric field default fix
2014-08-20 Dagfinn Ilmari... Add Changes entry for SQLite diff fix
2014-08-20 Peter Mottram fix Producer::SQLite::batch_alter_table rename field
2014-08-13 Dagfinn Ilmari... Propagate switches when running perl in tests
2014-08-12 Dagfinn Ilmari... Actually install Devel::Cover
2014-08-12 Dagfinn Ilmari... Die instead of warning if roundtrip regen fails
2014-08-12 Dagfinn Ilmari... Use my fork of the helpers, for debugging
2014-08-12 Dagfinn Ilmari... Switch to @haarg's perl-travis-helper, add 5.20 and...
2014-07-29 Wallace Reis Add more data_types for sql_types mapping
2014-07-29 Wallace Reis Extend Field->equals() for numeric comparison
2014-07-26 Dagfinn Ilmari... Add 'use warnings', test case-insensitive ->get_field
2014-07-26 Dagfinn Ilmari... Fix and extend link table tests
2014-07-25 Dagfinn Ilmari... Use a schema with FKs for diagram testing
2014-07-25 Dagfinn Ilmari... Ignore Devel::Cover output
2014-07-25 Dagfinn Ilmari... Install the libgd development package
2014-07-25 Dagfinn Ilmari... Output the build log on cpanm failure
2014-07-25 Dagfinn Ilmari... Install Graph::Directed and GD to test Producer::Diagram
2014-07-25 Dagfinn Ilmari... Test Schema::Table->is_trivial_link and ->is_data
2014-07-25 Dagfinn Ilmari... Switch t/13schema.t to done_testing
2014-07-25 Dagfinn Ilmari... Set all the env variables in one "env" entry
2014-07-25 Dagfinn Ilmari... Test Parser::DBI::PostgreSQL in Travis
2014-07-25 Dagfinn Ilmari... Install XML::Parser in Travis, it's used by t/05bgep...
next