Only output trigger 'scope' if it's set in YAML and JSON producers
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer /
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)
2015-11-05 Andrew Beverley Fix incorrect serial instead of bigserial in PG
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-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-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 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-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-10-27 Nick Wellnhofer Fix erroneous PostgreSQL floating point type translatio...
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... Clean up option parsing and fix identifier quoting...
2014-10-16 Dagfinn Ilmari Man... Clean up option parsing and identifier quoting in Produ...
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... Factor out calling of normal diff-production functions
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-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-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-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
2013-09-13 David Steinbrunner more typo fixes
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fix
2013-03-17 Dagfinn Ilmari Man... Use accessor for table options in MySQL producer
2013-03-17 Dagfinn Ilmari Man... Use the API to access extra attributes
2013-03-09 William Wolf Fix Pg diff issue with drop constraint on primary keys
2012-09-23 Peter Rabbitson Lose one more useless dependency
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 Moar documentation, shape up license/copyright notices
2012-04-28 Peter Rabbitson Fix silly syntax error, introduced in 0c04c5a22
2012-04-27 Arthur Axel 'fREW... Default SQLite quoting to off until we are capable...
2012-04-24 John Napiorkowski fix for when we are adding /dropping columns in sqlite...
2012-02-04 Arthur Axel 'fREW... migrate almost all code to Generator::Role::DDL
2012-02-04 Arthur Axel 'fREW... add unique_constraints_multiple and indices
2012-02-04 Arthur Axel 'fREW... add foreign_key_constraints
2012-02-04 Arthur Axel 'fREW... add table_comments
2012-02-04 Arthur Axel 'fREW... add header_comment
2012-02-04 Arthur Axel 'fREW... add drop_tables method
2012-02-04 Arthur Axel 'fREW... less accumulators more reduction
2012-02-04 Arthur Axel 'fREW... add remove_table_constraints to future
2012-02-04 Arthur Axel 'fREW... dead
2012-02-04 Arthur Axel 'fREW... migrate drop_table to future
2012-02-04 Arthur Axel 'fREW... rearrange pod
2012-02-04 Arthur Axel 'fREW... delete dead code
2012-02-04 Arthur Axel 'fREW... migrate table to Generator::Role::DDL
2012-02-04 Arthur Axel 'fREW... less accumulators more reduction
2012-02-04 Arthur Axel 'fREW... add enum_constraint
2012-02-04 Arthur Axel 'fREW... add foreign_key_constraint
2012-02-04 Arthur Axel 'fREW... factor out unique constraints
2012-02-04 Arthur Axel 'fREW... factor out some basic constraints
2012-02-04 Arthur Axel 'fREW... use future stuff for SQLite field generation
2012-02-04 Arthur Axel 'fREW... use future stuff for SQL Server field generation
2012-02-04 Peter Rabbitson Move ProducerUtils into the new dir layout
2012-01-23 Peter Rabbitson Correct SQLite quote-char
2012-01-17 Sebatian B. Knapp Fix for mysql producer drop primary key, refs #62250
2012-01-17 Peter Rabbitson Fix misleading Diagram POD
2012-01-17 Peter Rabbitson Combined patches from RT#70734 and RT#44769
2012-01-17 Peter Rabbitson Tab/WS crusade
2011-12-25 Jaime Soriano Pastor Name of unique keys are not written if empty
2011-12-25 Arthur Axel 'fREW... quote SQLite identifiers
2011-12-24 Aaron Schrab Add trigger support to PostgreSQL producer and parser...
2011-12-24 Aaron Schrab Avoid warning about exiting sub with next
next