Remove empty =over blocks
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer /
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
2011-12-24 Arthur Axel 'fREW... our > use vars
2011-12-24 Arthur Axel 'fREW... use warnings
2011-12-24 Arthur Axel 'fREW... remove commented copyright
2011-12-24 Arthur Axel 'fREW... take out duplicate docs
2011-12-24 Arthur Axel 'fREW... Whitespace
2011-12-24 Robert Bohne Handle on_delete => 'restrict' in Producer::Oracle
2011-12-24 Robert Bohne Call ->on_delete ...
2011-12-24 Devin Austin added kaitlyn's patch for mysql->sqlite translation
2011-12-24 Lukas Mai image is returned, not written w/o out_file (bug #71398)
2011-12-24 Andreas 'ac0v' Specht added a working mechanism for naming foreign keys
2011-12-24 Andreas 'ac0v' Specht fixed alter_drop_constraint for foreign keys and applyi...
2011-10-02 Amiri Barksdale... Fix CREATE VIEW syntax.
2011-09-01 Vincent Bachelier quote properly all table name
2011-08-31 Geistteufel quote reference_table
2011-05-02 Arthur Axel 'fREW... rename Shim to ProducerUtils for accuracy
2011-04-20 Colin Newell Simple change to make Postgres simple array types produ...
2011-04-05 Florian Ragwitz PostGIS functions are case-sensitive
2011-03-02 Arthur Axel 'fREW... Create and parse FK constraints in SQLite
2011-03-02 Arthur Axel 'fREW... Make true unique constraints if needed in SQL Server
2011-03-02 Arthur Axel 'fREW... Turn off constraints before dropping tables in SQL...
2011-02-28 Arthur Axel 'fREW... Quote everything in SQL Server
next