Release commit for 1.62
[dbsrgits/SQL-Translator.git] / t /
2020-04-06 Daniel Böhmer Fix trailing whitespace in header comments
2020-03-07 Ed J MariaDB allows defaults of column names
2020-03-07 Ed J whitespace
2020-02-29 Ed J Parser::MySQL to handle CHECK CONSTRAINT
2020-02-29 Ed J alter_drop_constraint drop constraint, not index
2020-02-29 Ed J zap unused var
2020-02-28 Ed J Test::Differences less context = more comprehend
2020-02-28 Ed J SQLite parser to understand CHECK with parens
2019-04-28 Alexander Hartmaier Add support for materialized views in Oracle producer
2019-04-28 Karen Etheridge JSON.pm -> JSON::MaybeXS
2018-01-27 Dagfinn Ilmari Man... Add support for parsing PostgreSQL dollar-quoted strings
2017-12-11 Dagfinn Ilmari Man... Remove temporary test diagnostics
2017-12-07 Dagfinn Ilmari Man... Dev release with diagnostics for mysterious test failures
2017-12-05 Dagfinn Ilmari Man... Fix error handling for Test::PostgreSQL 1.20
2017-09-06 Dagfinn Ilmari Man... Fix relying on exact serialisation for JSON/YAML tests...
2017-01-26 Dagfinn Ilmari Man... Improve trigger 'scope' attribute support (RT#119997)
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-09-09 Dagfinn Ilmari Man... Fix identifier quoting in PostGIS statements
2015-09-09 Dagfinn Ilmari Man... Fix missing semicolons between PostGIS statements
2015-09-09 Dagfinn Ilmari Man... Fix identifier quoting in PostgreSQL diff producer
2015-09-08 Dagfinn Ilmari Man... Fix multi-line comments in PostgreSQL producer
2015-09-08 Dagfinn Ilmari Man... Fix multi-line comments in YAML and JSON producers
2015-09-08 Dagfinn Ilmari Man... Fix parsing of MySQL column comments (RT#83380)
2015-09-08 Dagfinn Ilmari Man... Switch MySQL parser test to done_testing
2015-09-08 Dagfinn Ilmari Man... Fix parsing quoted strings with leading spaces
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 Sebastian Podjasek Fix PostgreSQL grammar parsing of UUID, time, timetz...
2015-06-24 Andrew Gregory Add SQLite support for check constraints
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-03-05 Ivan Baidakou Add support for optional monotonically increasing sqlit...
2015-01-27 Dagfinn Ilmari Man... Fix array types and multidimensional sizes in Parser...
2015-01-06 Dagfinn Ilmari Man... Fix multi-column indexes in Parser::DBI::PostgreSQL
2014-12-14 Andrew Gregory Provide default index names for SQLite
2014-12-14 Dagfinn Ilmari Man... Fix quoting of trigger name and table in Producer:...
2014-10-22 Dagfinn Ilmari Man... Call close as a function rather than a method
2014-10-18 Dagfinn Ilmari Man... Narrow the scope of Oracle roundtrip TODO
2014-10-18 Dagfinn Ilmari Man... Test quotes in field comments
2014-10-18 Dagfinn Ilmari Man... Test round-tripping decimal default values
2014-10-18 Dagfinn Ilmari Man... Test round-tripping default values with quotes and...
2014-10-18 Dagfinn Ilmari Man... Escape quotes in string values in producers
2014-10-16 Dagfinn Ilmari Man... Test table and field names with quote characters in...
2014-10-16 Dagfinn Ilmari Man... Fix handling of quoted identifiers and strings in Parse...
2014-10-16 Dagfinn Ilmari Man... Clean up option parsing and fix identifier quoting...
2014-10-16 Dagfinn Ilmari Man... Clean up option parsing and identifier quoting in Produ...
2014-10-07 Dagfinn Ilmari Man... Fix JSON and YAML tests if the defaults have been tweak...
2014-09-25 Dagfinn Ilmari Man... Fix undef warnings from Text::ParseWords when running...
2014-09-10 Dagfinn Ilmari Man... Skip HTML tests if CGI is not installed (RT#98027)
2014-09-02 Dagfinn Ilmari Man... Fix test failure if Test::PostgreSQL is installed but...
2014-09-02 Dagfinn Ilmari Man... 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-08-20 Peter Mottram fix Producer::SQLite::batch_alter_table rename field
2014-08-13 Dagfinn Ilmari Man... Propagate switches when running perl in tests
2014-07-29 Wallace Reis Extend Field->equals() for numeric comparison
2014-07-26 Dagfinn Ilmari Man... Add 'use warnings', test case-insensitive ->get_field
2014-07-26 Dagfinn Ilmari Man... Fix and extend link table tests
2014-07-25 Dagfinn Ilmari Man... Use a schema with FKs for diagram testing
2014-07-25 Dagfinn Ilmari Man... Test Schema::Table->is_trivial_link and ->is_data
2014-07-25 Dagfinn Ilmari Man... Switch t/13schema.t to done_testing
2014-07-23 Wallace Reis Produce DDL for MySQL table field with ref in 'ON UPDATE'
2014-01-02 Matt Phillips remove spurious warning from 6+ years ago.
2013-12-17 clodeindustrie Add Json and hstore types in the PostgreSQL parser
2013-12-17 Dagfinn Ilmari Man... Fix Pg DBI parser test
2013-11-01 Arthur Axel 'fREW... remove default Pg dsn
2013-10-31 Arthur Axel 'fREW... Revert "Fixed autoincrement in primary keys for SQLite"
2013-10-30 rporres Fixed autoincrement in primary keys for SQLite
2013-10-30 Jon Jensen Add JSON parser and producer modules
2013-09-30 Dagfinn Ilmari Man... Fix incorrect module names in conditional plan
2013-03-17 Dagfinn Ilmari Man... Clean up properly after Parser::DBI::PostgreSQL tests
2013-03-09 Fabrice Gabolde Support for SET NULL, SET DEFAULT and NO ACTION in...
2013-03-09 William Wolf Fix Pg diff issue with drop constraint on primary keys
2013-03-09 Tina Mueller produce_diff_sql(): list context
2013-03-09 Tina Mueller fix diff for altering two things per column - add ...
2013-03-09 Ken Youens-Clark Allow VALUEs to be enclosed in double and single quotes...
2012-10-09 Mateu X Hunter Test Str and ArrayRef input for SQLT->filename
2012-09-23 Peter Rabbitson Lose one more useless dependency
2012-09-23 Peter Rabbitson Remove SQL::Translator::Schema::Graph as announced...
2012-09-22 Dagfinn Ilmari Man... Fix broken reset attempt
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Field
2012-09-22 Arthur Axel 'fREW... fix a test broken by ad071409cb8f526337abbe025a63aa1e67...
2012-09-06 André Walker Make MySQL producer add NULL for every nullable field
2012-06-29 Justin Hunter address some issues with Pg producer and quoting
2012-05-10 Peter Rabbitson This seems to no longer be used anywhere...?
2012-05-09 Peter Rabbitson Resurrect the DB2 precompiled grammar to which we lost...
2012-05-07 Arthur Axel 'fREW... fix excepted and scalarref quoting for DEFAULTS in...
2012-05-07 Arthur Axel 'fREW... fix sizeless types and typemap for SQLite
2012-05-07 Arthur Axel 'fREW... fix list of numeric types for SQLite
2012-04-28 Peter Rabbitson Fix broken plan
2012-04-28 Ken Youens-Clark Added "tables" and "options" methods to Schema::View
2012-04-28 Ken Youens-Clark Some aesthetic changes
2012-04-28 Ken Youens-Clark MySQL Parser now handles views more completely
2012-04-28 Tina Mueller add support for "DEFAULT (\d+)::data_type" in PostgreSQ...
2012-04-28 Peter Rabbitson Stop the DBI parser from disconnecting externally suppl...
2012-04-28 Peter Rabbitson Switch to sane subcommand launch in tests
2012-04-28 Jonathan Otsuka Honor supplied field order when adding fields to a...
2012-04-27 Peter Rabbitson Silence prove -w warnings
next