- Removed use of $Revision$ SVN keyword to generate VERSION variables; now sub-module...
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer /
2009-01-17 Jonathan Yu - Removed use of $Revision$ SVN keyword to generate...
2009-01-17 Jonathan Yu - Updated copyright, added myself to contributors list
2009-01-17 Jonathan Yu - Merged some changes by myself, and also from ribasushi
2009-01-17 Jonathan Yu - Added some stuff to MANIFEST.SKIP
2009-01-14 Jonathan Yu - Fixed POD producer
2009-01-14 Jonathan Yu - Add support for 'extended' friendly ints (the nonstan...
2009-01-14 Jonathan Yu - Fixes a bug where _apply_default_value is not found...
2009-01-10 Jonathan Yu - Added a show_index_name parameter which determines...
2009-01-09 Jonathan Yu - Updated GraphViz producer module per the modification...
2008-12-29 Jess Robinson Support for temporary tables in Pg, from nachos
2008-12-05 Johannes Plunien removed semicolon from CREATE VIEW in oracle producer
2008-12-04 Ash Berlin PgSQL diff patch from wries
2008-12-02 John Goulah reverting r1413 and r1414 in favor of passing a scalar...
2008-12-01 John Goulah add param to _apply_default_value so that certain value...
2008-11-04 Johannes Plunien added notes about changed behaviour when calling oracle...
2008-11-01 Ash Berlin Removed source_db and target_db accessors from Diff...
2008-11-01 Johannes Plunien If wantarray is set we have to omit the last "/" in...
2008-11-01 Johannes Plunien triggers may NOT end with a semicolon
2008-11-01 Johannes Plunien using unreserved table name for FK alter statements...
2008-11-01 Johannes Plunien add semicolon to CREATE TRIGGER after END which i have...
2008-11-01 Johannes Plunien ensure to not exceed max allowed size for oracle data...
2008-11-01 Johannes Plunien using unreserved table name for drop statements in...
2008-11-01 Johannes Plunien delayed adding semicolon in oracle producer
2008-10-22 Jess Robinson Patch from jgoulah for mysqls UNION (merge engine)...
2008-10-21 Jess Robinson Default sqlite_version so we dont get uninitialised...
2008-10-09 Jess Robinson Now supporting scalar refs as default values! (rjbs)
2008-10-09 Jess Robinson lukes' patch: drop if exists under sqlite 3.3+
2008-10-08 Jess Robinson By royal decree, produced statements in list context...
2008-09-17 Jess Robinson Pg views and sqlite views, patch from wreis
2008-08-28 Jess Robinson Enormous patch from Peter Rabbitson making mysql versio...
2008-08-26 Jess Robinson Added patch from wreis, view support for pg producer
2008-08-26 Jess Robinson Added patch from groditi to support views in sqlite
2008-08-19 Ash Berlin Only create views for mysql on v5 and up
2008-08-19 Jess Robinson Add views to mysql producer, thanks groditi
2008-07-28 Ben Faga Applied patches written by Nigel Metheringham. His...
2008-07-01 Jess Robinson Added patch from groditi adding SET type support to...
2008-06-12 Jess Robinson Patch from ribasushi: Correctly graph self-referential...
2008-06-03 Jess Robinson Applied patch from Ryan to uniqify index names sanely...
2008-04-23 Daniel Ruoso Implemented add_field, only the field is added, nothing...
2008-04-21 Daniel Ruoso Small fix in delay_constraints (missing ;).
2008-04-14 Daniel Ruoso Fix ORA-01442: column to be modified to NOT NULL is...
2008-04-14 Daniel Ruoso alter_field implemented. alter_field test Pass.
2008-04-14 Daniel Ruoso Define a name for pk constraint when delay_constraints...
2008-04-14 Daniel Ruoso Document delay_constraints producer_args option
2008-04-14 Daniel Ruoso producer_args->{delay_constraints} can be used to add...
2008-04-14 Daniel Ruoso implements options in oracle indexes
2008-04-14 Daniel Ruoso waiting for patch to be applied
2008-04-01 Ash Berlin Fix suprious diff on cols with charsets/collates (MySQL)
2008-03-26 Jess Robinson Add support for proper boolean fields in the mysql...
2008-03-17 Ash Berlin Fix false-diffing due to order of table options
2008-03-05 Jess Robinson Added support for proper enums under pg (as of 8.3...
2008-03-03 Ash Berlin Allow quote and other option to be passed to the producers.
2008-02-06 Ash Berlin Fix drop indexes for uniq constraints
2008-02-01 Jess Robinson Fix syntax for index dropping in sqlite producer
2008-01-31 Ash Berlin Document significance of preproces_schema method
2008-01-29 Jess Robinson Update oracle producer, patch from plu.
2008-01-21 Ash Berlin Better tests (and fix bug) in batch alter with renamed...
2008-01-16 Ash Berlin Work round MySQL/InnoDB bug bugs.mysql.com/bug.php...
2008-01-15 Ash Berlin Add renamed_from to tables.
2008-01-12 Ash Berlin Fix after typo in merge
2008-01-12 Ash Berlin Added an 'alter sequence' line to the parser grammer...
2008-01-10 Ash Berlin Move more normalization changes to preprocess_schema
2008-01-10 Ash Berlin Correct constraint names in preprocess for MySQL producer
2007-12-20 Ben Faga Applied patch submitted by Nathan Gray
2007-12-20 Ash Berlin Fix some more normalization problems
2007-12-13 Ash Berlin Some work on sanely normalizing fields
2007-11-27 Ash Berlin MAss diff changes imported from Ash's local diff-refact...
2007-11-19 Ben Faga Added fixes submitted by Peter Rabbitson:
2007-11-10 Ben Faga Changed the name of unnamed foreign key constraints...
2007-10-24 Jess Robinson 0.0899_01 diffing fixes
2007-09-26 Jess Robinson Ignore all TT test while TT is broken
2007-06-04 Ben Faga Committing patches sent by Florian Helmberger. Here...
2007-05-07 Ben Faga Applied Hilmar's patches.
2007-03-14 Chris Hilton Added GO to output after views and procedures
2007-01-15 Chris Hilton Added linefeeds so beginning of create view/procedure...
2006-11-27 Jess Robinson Patched mysql producer to name constraints sanely
2006-11-20 Jess Robinson Cascade drop pg tables to overcome key constraints...
2006-11-10 Ben Faga Applied patch sent in by Daniel Westermann-Clark on...
2006-11-09 Jess Robinson Make the DROP commands a separate item in arrary contex...
2006-11-09 Jess Robinson Add default timestamp support to Postgres producer
2006-09-19 Jess Robinson Make TTSchema work with TT 2.15, somehow
2006-08-26 Jess Robinson Fix typo, no_comments arg wasnt getting passed. Thanks...
2006-08-26 Jess Robinson Default auto-inc fields to start at one, and increase...
2006-08-09 Jess Robinson Add quoting support to the mysql producer, thanks ash!
2006-08-04 Jess Robinson Add timestamp tests, make postgres produce timestamp...
2006-07-23 Jess Robinson Splitting of MySQL, Postgres and SQLite producers into...
2006-07-16 Jess Robinson Improvements to MySQL producers foreign key and comment...
2006-06-07 Jess Robinson Produce either a list of statements or a string
2006-06-07 Jess Robinson Producers can now return individual statements as s...
2006-05-24 Jess Robinson More DB2 producing
2006-05-13 Ken Youens-Clark Added use of graph.
2006-05-05 Chris Hilton Added ON DELETE and ON UPDATE clauses to FK output
2006-05-04 Chris Hilton Fix field default value output bug I introduced
2006-03-21 Chris Mungall new: makes tables in latex format
2006-03-06 Mark Addison Backed out M::B ConfigData based installed templates...
2006-02-16 Ken Youens-Clark Changes to make more efficient use of memory with large...
2006-01-20 Mark Addison Intial code for Dia producer
2005-12-16 Mark Addison Added mysql_character_set for 4.1+
2005-11-17 Ben Faga Applied changes submitted by Paul Makepeace <sourceforg...
2005-09-18 Jess Robinson produce DB2 tables
next