Release commit for 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / Oracle.pm
2020-09-14 Dagfinn Ilmari Man... Bumping version to 1.62
2020-04-06 Matt S Trout Bumping version to 1.61
2019-05-29 Dagfinn Ilmari Man... Bumping version to 1.60
2019-04-28 Dagfinn Ilmari Man... Bumping version to 1.59_01
2019-04-28 Alexander Hartmaier Add support for materialized views in Oracle producer
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-09-16 Alexander Hartmaier Fix Oracle producer
2012-01-17 Peter Rabbitson Tab/WS crusade
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-02-04 Jonathan Yu Revert my previous changes (rev 1722 reverted back...
2011-02-04 Jonathan Yu Remove copyright headers from individual scripts
2010-11-13 Alexander Hartmaier test + fix for Oracle multi-column constraint generation
2010-06-02 Rafael Kitover patch from abraxxa (Alexander Hartmaier) to truncate...
2010-02-25 Fabien Wernli float doesn't need to be forced to 126 either
2010-02-25 Fabien Wernli I'm not to be trusted with the chainsaw
2010-02-24 Fabien Wernli text back to clob
2010-02-24 Fabien Wernli fix committed
2010-02-24 Fabien Wernli double and float thou shall now be float
2010-02-23 Peter Rabbitson Cleanup tabs/whitespace
2010-02-11 Fabien Wernli missed some quotes and added tests to avoid that
2010-02-10 Fabien Wernli text -> varchar2(4000) instead of clob, get rid of...
2010-02-10 Fabien Wernli initial things don't look at this yet
2009-12-17 Alexander Hartmaier added myself to the list of authors
2009-12-17 Alexander Hartmaier Fix Oracle producer creating numeric precision statemen...
2009-10-03 Peter Rabbitson Oracle/SQLite test adjustments to deal with new testdat...
2009-08-18 Jess Robinson Changes + Reverts for 0.11000, see Changes file for...
2009-08-13 Ken Youens-Clark Upped version numbers, cleaned up code, fixed my name.
2009-08-07 Ken Youens-Clark Fixing my name (is this vain?).
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
2008-12-05 Johannes Plunien removed semicolon from CREATE VIEW in oracle producer
2008-11-04 Johannes Plunien added notes about changed behaviour when calling oracle...
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-09 Jess Robinson Now supporting scalar refs as default values! (rjbs)
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-01-29 Jess Robinson Update oracle producer, patch from plu.
2005-08-10 Chris Hilton Added negative sign possibility to default number values.
2005-05-25 Ben Faga Applied Eric Just's changes to the Oracle producer...
2004-12-20 Ken Youens-Clark Accepted changes from Eric Just.
2004-06-04 Ken Youens-Clark Fixed problems with non-unique names.
2004-02-09 Ken Youens-Clark Fixed copyrights.
2004-01-25 Ken Youens-Clark Various bug fixen.
2003-11-05 Ken Youens-Clark Fixing default datatype if unknown.
2003-10-15 Ken Youens-Clark Be stricter about no comments.
2003-10-15 Ken Youens-Clark Fixes to POD, mention DDL::Oracle.
2003-10-04 Ken Youens-Clark Don't make up unnecessary monikers, added support for...
2003-08-27 Ken Youens-Clark Added some Oracle datatypes so you can translate Oracle...
2003-08-21 Ken Youens-Clark Wasn't adding check constraints! Fixed.
2003-08-20 Ken Youens-Clark Bug fixes prompted by Gail Binkley:
2003-08-19 Ken Youens-Clark Changed "tinytext" to convert to "varchar2," undef...
2003-08-18 Ken Youens-Clark Use of "map," emit warning when changing PK from CLOB...
2003-08-17 Ross Smith II Fixed ORA-02329 and ORA-00907 errors.
2003-08-17 Ross Smith II Added quotes around ENUM values in CONSTRAINT for Oracl...
2003-08-15 Ken Youens-Clark Fixed bug in timestamp trigger syntax.
2003-08-15 Ken Youens-Clark Added "integer" conversion.
2003-08-04 Ken Youens-Clark FK defs were leaving out the field name.
2003-07-18 Ken Youens-Clark Print out field comments using Oracle "comment on field...
2003-06-11 Ken Youens-Clark Modified producers to quite looking for the data struct...
2003-06-09 Ken Youens-Clark Removed debugging warning.
2003-06-09 Ken Youens-Clark Cleaned up "translate" hash a bit, changed to use schem...
2003-04-25 Darren Chamberlain Added refactored comment producing using header_comment.
2003-01-27 Darren Chamberlain Documentation fixes; added Chris' name to copyright...
2002-12-11 Ken Youens-Clark Fixed problem with truncating an identifier when it...
2002-12-04 Ken Youens-Clark Fixed a bug in Oracle producer that allowed for identif...
2002-11-26 Ken Youens-Clark Added "show_warnings" and "add_drop_table" options...
2002-11-23 Ken Youens-Clark Fixed spelling of "indices" in various files, finished...
2002-11-22 Ken Youens-Clark Rolled in Darren's new list_[producers|parsers], lots...
2002-11-20 Ken Youens-Clark Fixed a lot of little things in modules, docs, etc...
2002-03-21 Darren Chamberlain Merged changes from darren-1_0 tag into HEAD branch...
2002-03-18 Darren Chamberlain Added note of a bug
2002-03-15 Darren Chamberlain Added copyright notices to top of files.
2002-03-01 Ken Youens-Clark Initial checkin.