Changes to handle a constraint like:
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / Oracle.pm
2009-08-11 Ken Youens-Clark Changes to handle a constraint like:
2009-02-13 Peter Rabbitson Downgrade global version - highest version in 9002...
2009-02-12 Peter Rabbitson Remove all expansion $XX tags (isolated commit, easily...
2009-02-12 Peter Rabbitson Reduce $Id to its normal form
2009-02-12 Peter Rabbitson Force everything to 1.99, hopefully will work
2009-02-11 Peter Rabbitson Strip evil svn:keywords
2009-01-17 Jonathan Yu - Removed use of $Revision$ SVN keyword to generate...
2009-01-17 Jonathan Yu - Added some stuff to MANIFEST.SKIP
2009-01-10 Jonathan Yu Since Oracle understands a double precision floating...
2007-03-19 Chris Hilton Added cursory parsing of views and procedures
2007-03-14 Chris Hilton Removed mistakenly checked in debug code
2007-03-06 Chris Hilton Corrected index parsing on Oracle so every index is...
2006-06-29 Ken Youens-Clark Fixed handling of NULLs.
2006-05-24 Chris Hilton Modified parse() to instantiate a separate RecDescent...
2006-05-05 Chris Hilton Fixed up ON DELETE parsing for FKs
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...
2005-08-10 Chris Hilton Modified "create anything else" rule to not include...
2005-06-28 Ben Faga Changed references to on_delete_do to on_delete and...
2004-09-17 Ken Youens-Clark Bug fix to keep FK constraints from being created twice...
2004-04-22 Ken Youens-Clark Added alternate way to declare unique constraints.
2004-02-11 Ken Youens-Clark Added rules (REM, prompt) to help parse output of DDL...
2004-02-09 Ken Youens-Clark Fixed copyrights.
2004-02-03 Ken Youens-Clark Changed index creation to better handle output of DDL...
2003-10-15 Ken Youens-Clark Notes about DDL::Oracle.
2003-09-26 Ken Youens-Clark Removed unnecessary code.
2003-09-26 Ken Youens-Clark Added some rules to better handle the output of DDL...
2003-09-09 Ken Youens-Clark Added alternate form of comments "/* ... */."
2003-08-27 Ken Youens-Clark Added rule for "create index" and fine tuned "default_v...
2003-08-26 Ken Youens-Clark Fixed bug in comment rule.
2003-08-26 Ken Youens-Clark Added drop table rule, saving of table comments.
2003-08-21 Ken Youens-Clark Got rid of "our."
2003-08-16 Ross Smith II Applied CPAN patch #3247: Missing ora_data_type dec...
2003-08-12 Ken Youens-Clark Fixed spelling error of "deferrable."
2003-06-11 Ken Youens-Clark Modified all filed to quit returning the data structure...
2003-06-09 Ken Youens-Clark Added "alter" to be able to parse output of Oracle...
2003-06-06 Ken Youens-Clark Quit putting PK defs as indices, cosmetic changes to...
2003-04-10 Ken Youens-Clark Hey, new Oracle parser!