Added CREATE VIEW subrules for mysql parser
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator /
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-30 Ash Berlin Fix warning messages
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-16 Ash Berlin Start transactions in a portable manner
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 Remove breakpoints
2007-12-20 Ash Berlin Fix some more normalization problems
2007-12-20 Ben Faga Added a select section to the parser. This is to handl...
2007-12-18 Ben Faga Added an 'alter sequence' line to the parser grammer...
2007-12-16 Ash Berlin Some SQL_TYPE mapping stuff
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-13 Ben Faga Allows schema-qualified table names.
2007-11-10 Ben Faga Changed the name of unnamed foreign key constraints...
2007-11-09 Ben Faga Fixed a problem where the deferrable definition require...
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-04-12 Chris Hilton Ignore views and procedures with no text (weeds out...
2007-03-21 Chris Hilton Added options for ignoring the differences in SQL for...
2007-03-19 Chris Hilton Added cursory parsing of views and procedures
2007-03-19 Chris Hilton Added cursory parsing of view, functions, and procedure...
2007-03-19 Chris Hilton Removed unused rules procedure_body and view_body
2007-03-19 Chris Hilton Small change to ordering of view and procedure diffs
2007-03-14 Chris Hilton Added diff comparison of views and procedures
2007-03-14 Chris Hilton Hacks for comparing sql attribute in equals() to ignore...
2007-03-14 Chris Hilton Removed mistakenly checked in debug code
2007-03-14 Chris Hilton Added cursory parsing of procedures, functions, and...
2007-03-14 Chris Hilton Added GO to output after views and procedures
2007-03-06 Chris Hilton Added output_db option
2007-03-06 Chris Hilton Made fields check in equals() ignore ordering
2007-03-06 Chris Hilton Corrected index parsing on Oracle so every index is...
2007-03-05 Chris Hilton Skip constraint and index comparison shortcuts when...
2007-03-05 Chris Hilton Don't test is_valid in equals()
2007-03-01 Chris Hilton Added options to sqlt-diff to ignore index and/or const...
2007-02-27 Chris Hilton Changed Constraint.equals() to ignore ordering of field...
2007-02-19 Chris Hilton Tweak previous comment parsing tweak for multiple lines
2007-02-19 Chris Hilton Slight change to comment parsing to allow asterisks...
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 Added a semicolon at the end of the create trigger...
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-10-30 Chris Hilton Added comment to diff output if target database is...
2006-10-10 Chris Hilton Added MySQL 5.0 DELIMITER functionality
2006-10-10 Chris Hilton Remove row requirement for returning indices
2006-09-19 Jess Robinson Make TTSchema work with TT 2.15, somehow
2006-08-26 Jess Robinson Also collect function objects. Thanks Gordon!
2006-08-26 Jess Robinson Fix typo, no_comments arg wasnt getting passed. Thanks...
2006-08-26 Jess Robinson Support Pg timestamp type followed by an optional size...
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-29 Ken Youens-Clark Fixed handling of NULLs.
2006-06-22 Ben Faga Fixed a problem with the trigger_steps where it used...
2006-06-09 Jess Robinson Allow skipped insert statements and trigger bodies...
2006-06-08 Jess Robinson SQLite and YAML tests broken, fixed
2006-06-07 Jess Robinson Typo fixing
2006-06-07 Jess Robinson Update Trigger to insist on a valid table for on_table
2006-06-07 Jess Robinson Produce either a list of statements or a string
2006-06-07 Jess Robinson Document producer methods
2006-06-07 Jess Robinson Recognise & skip DROP statements when parsing
2006-06-07 Jess Robinson Producers can now return individual statements as s...
2006-05-24 Jess Robinson More DB2 producing
2006-05-24 Chris Hilton Ignore Oracle system constraints on source DB schema...
2006-05-24 Chris Hilton Modified parse() to instantiate a separate RecDescent...
2006-05-24 Chris Hilton Removed conflict markers
2006-05-24 Jess Robinson Use DB2 Parser
2006-05-20 Jess Robinson Initial devision of sqlt-diff: Most of the functionalit...
2006-05-13 Ken Youens-Clark Added use of graph.
2006-05-13 Ken Youens-Clark Commiting.
2006-05-05 Chris Hilton Fixed up ON DELETE parsing for FKs
2006-05-05 Chris Hilton Added ON DELETE and ON UPDATE clauses to FK output
2006-05-04 Chris Hilton Added 'default null' parsing
2006-05-04 Chris Hilton Fix field default value output bug I introduced
2006-05-04 Chris Hilton Minor refactor to avoid uninitialized value warning
2006-05-03 Chris Hilton Fixed preservation of function call as field in functio...
2006-05-03 Chris Hilton Parser changes to accomodate function-based indexes...
2006-04-07 Mark Addison Globals filter now copies extra
2006-03-21 Chris Mungall new: makes tables in latex format
2006-03-21 Ben Faga Applying the patch submitted with this bug report
2006-03-16 Ken Youens-Clark Added grammar for handling "unique" and "key" qualifier...
2006-03-10 Mark Addison Added constraint copy to Globals filter. (Seem to be...
2006-03-10 Mark Addison Fixed warning for tables with no order attrib
2006-03-09 Earl Cahill -O::Is, accidentally committed some debug, thanks to...
2006-03-09 Earl Cahill adding in Oracle driver support and making the DRIVER...
next