Only output trigger 'scope' if it's set in YAML and JSON producers
[dbsrgits/SQL-Translator.git] / lib /
2017-01-26 Dagfinn Ilmari Man... Only output trigger 'scope' if it's set in YAML and...
2017-01-26 Dagfinn Ilmari Man... Improve trigger 'scope' attribute support (RT#119997)
2016-04-17 Dagfinn Ilmari Man... 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 Fail more gracefully on non-loadable compiled module...
2015-09-09 Dagfinn Ilmari Man... Pass $options through directly instead of $generator
2015-09-09 Dagfinn Ilmari Man... Fix identifier quoting in PostGIS statements
2015-09-09 Dagfinn Ilmari Man... Fix string quoting in PostGIS statements
2015-09-09 Dagfinn Ilmari Man... Fix missing semicolons between PostGIS statements
2015-09-09 Dagfinn Ilmari Man... Further clean up PostGIS code
2015-09-09 Dagfinn Ilmari Man... Fix horrendous indentation in PostGIS code
2015-09-09 Dagfinn Ilmari Man... Remove or use unused variables in PostgreSQL producer
2015-09-09 Dagfinn Ilmari Man... Fix identifier quoting in PostgreSQL diff producer
2015-09-09 Dagfinn Ilmari Man... Reduce scope of file-level variables
2015-09-09 Dagfinn Ilmari Man... Remove unused reserved words list
2015-09-09 Dagfinn Ilmari Man... Make PostgreSQLs max identifier length a constant
2015-09-08 Dagfinn Ilmari Man... Minor cleanups in Producer::PostgreSQL::create_table()
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... Fix parsing quoted strings with leading spaces
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-05 Ivan Baidakou Add support for optional monotonically increasing sqlit...
2015-02-26 Peter Rabbitson Remove explicit strictures usage
2015-01-29 Dagfinn Ilmari Man... release 0.11021 v0.11021
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
2015-01-06 Dagfinn Ilmari Man... Fix SQLite diffing on perl 5.8.1
2015-01-06 Dagfinn Ilmari Man... Translate MS Access memo type to text in Producer:...
2015-01-06 Dagfinn Ilmari Man... Fix clob type translation in Producer::PostgreSQL
2015-01-06 Dagfinn Ilmari Man... Remove redundant entries from Producer::PostrgeSQL...
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-11-24 Dagfinn Ilmari Man... Remove executable bit from Parser/JSON.pm (RT#100532)
2014-10-27 Nick Wellnhofer Fix erroneous PostgreSQL floating point type translatio...
2014-10-18 Dagfinn Ilmari Man... Add support for triggers in Parser::Oracle
2014-10-18 Dagfinn Ilmari Man... Handle ALTER TABLE ... ADD CONSTRAINT in Parser::Oracle
2014-10-18 Dagfinn Ilmari Man... Quote table names in 'SHOW CREATE TABLE' in Parser...
2014-10-18 Dagfinn Ilmari Man... Escape quotes in string values in producers
2014-10-16 Dagfinn Ilmari Man... Escape the closing quote character when quoting indenti...
2014-10-16 Dagfinn Ilmari Man... Fix handling of quoted identifiers and strings in Parse...
2014-10-16 Dagfinn Ilmari Man... Fix handling of quoted identifiers and strings in Parse...
2014-10-16 Dagfinn Ilmari Man... Fix handling of quoted identifiers and strings in Parse...
2014-10-16 Dagfinn Ilmari Man... Fix handling of quoted identifiers and strings in Parse...
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-16 Dagfinn Ilmari Man... Factor out quote option handling
2014-10-06 Dagfinn Ilmari Man... Update help/support and contributing POD section
2014-09-22 Dagfinn Ilmari Man... Fix broken POD links found by App::PodLinkChecker
2014-09-16 Alexander Hartmaier Fix Oracle producer
2014-09-02 Dagfinn Ilmari Man... release 0.11020 v0.11020
2014-09-02 Dagfinn Ilmari Man... release 0.11019 v0.11019
2014-09-02 Dagfinn Ilmari Man... Factor out calling of normal diff-production functions
2014-09-02 Dagfinn Ilmari Man... Fix argument documentation for preprocess_schema
2014-09-02 Dagfinn Ilmari Man... Document producer_args in SQL::Translator::Diff
2014-09-02 Dagfinn Ilmari Man... Fix POD syntax for PODed-out code
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-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-24 Dagfinn Ilmari Man... Fix handling of views in MySQL DBI parser
2014-07-24 Wallace Reis Fix warning due uninitialized var
2014-07-23 Wallace Reis Produce DDL for MySQL table field with ref in 'ON UPDATE'
2014-05-07 Arthur Axel 'fREW... Fix DROP TABLE in SQL Server Producer
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-10-31 Dagfinn Ilmari Man... Fix confusingly erroneous variable name
2013-10-31 Arthur Axel 'fREW... release 0.011018 🎃 v0.011018 v0.11018
2013-10-31 Arthur Axel 'fREW... Revert "Fixed autoincrement in primary keys for SQLite"
2013-10-30 Arthur Axel 'fREW... release 0.11017 v0.011017 v0.11017
2013-10-30 rporres Fixed autoincrement in primary keys for SQLite
2013-10-30 Gavin Shelley TTSchema doc fixes
2013-10-30 Larry Leszczynski Suppress "Exiting subroutine via next"
2013-10-30 Jon Jensen Add JSON parser and producer modules
2013-10-30 Jonathan C. Otsuka Add DECIMAL_DIGITS to SQLServer size field for scale...
2013-10-30 Jonathan C. Otsuka Quote table_name to fix tables using reserve words...
2013-09-29 Songmu Add SQL_TINYINT and SQL_BIGINT to %SQL::Translator...
2013-09-14 Dagfinn Ilmari Man... Fix typo in synopsis
2013-09-14 Dagfinn Ilmari Man... Add missing attribute name in header
2013-09-14 Dagfinn Ilmari Man... Remove documentation for field moved to role
2013-09-14 Dagfinn Ilmari Man... Fix typo
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fixes
next