Add trigger support to PostgreSQL producer and parser (including trigger scope)
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator /
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 Aaron Schrab Fix POD for Schema::Index::type method
2011-12-24 Michal Jurosz fix doc typo
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-12-24 Cedric Carree get Postgres table and column descriptions
2011-12-24 Cedric Carree Fix index issue in Parser::DBI::PostgreSQL
2011-12-24 Cedric Carree Patch to get correct SQL data types from Postgres
2011-12-24 Cedric Carree Create unit test for ::Parser::DBI::PostgreSQL, fix...
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
2011-02-28 Peter Rabbitson Parse new SQL Server stuff
2011-02-28 Arthur Axel 'fREW... whitespace changes
2011-02-28 Arthur Axel 'fREW... tear out useless unreserve hash
2011-02-28 Arthur Axel 'fREW... add shim for non-lethal future development
2011-02-28 Peter Rabbitson Better diagnostics
2011-02-28 Peter Rabbitson Make autoinc PKs show up in GraphViz
2011-02-04 Moritz Onken Make Pg producer consistent with the rest in terms...
2011-02-04 Darren Chamberlain Revert last change becuase it broke a bunch of tests.
2011-02-04 Darren Chamberlain Merging patch from ddascalescu+perl@gmail.com, for...
2011-02-04 Jonathan Yu Revert my previous changes (rev 1722 reverted back...
2011-02-04 Jonathan Yu Remove copyright headers from individual scripts
2011-02-04 Peter Rabbitson Correct postgis geography type insertion and linebreak...
2011-02-04 Peter Rabbitson Fix MySQL producer attaching View definitions to a...
2010-11-30 Rafael Kitover Add support for triggers in the MySQL producer (RT...
2010-11-30 Rafael Kitover Fix POD typo in SQL/Translator/Schema/Trigger.pm (RT...
2010-11-20 Stephen Bennett Use CASCADE when dropping a postgres enum type, to...
2010-11-13 Alexander Hartmaier test + fix for Oracle multi-column constraint generation
2010-11-10 Peter Rabbitson Support a custom_type_name hint for Pg enum creation
2010-11-10 Peter Rabbitson Fix some legacy code to stop warning on newer perls
2010-11-10 Peter Rabbitson Add support for PostGIS Geometry and Geography data...
2010-06-03 Peter Rabbitson Awesome non-quoted numeric default patch by Stephen...
2010-06-03 Peter Rabbitson Adjust view production for stupid mysql
2010-06-03 Peter Rabbitson Fix index quoting for mysql
2010-06-02 Peter Rabbitson Make 'default_value' behave like a real accessor
2010-06-02 Rafael Kitover patch from abraxxa (Alexander Hartmaier) to truncate...
2010-06-02 Andrew Rodland Fix SQLite producer create_view so it doesn't generate...
2010-06-01 Rafael Kitover remove unnecessary bit of code
2010-06-01 Rafael Kitover normalize SQLite and Postgres version numbers
2010-03-06 Peter Rabbitson Get SQLite to produce saner output
2010-03-05 Peter Rabbitson Merge 'oracle_datatypes' into 'trunk'
2010-02-27 Jonathan Yu fix a bunch of spelling errors, and add whatis entries...
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-24 Andrew Rodland SQLite parser: handle named constraints, and don't...
2010-02-24 Peter Rabbitson Oracle fix primarily to have it not capitalize but...
2010-02-23 Peter Rabbitson Cleanup tabs/whitespace
2010-02-23 Peter Rabbitson changing SQL::Translator::Diff to use producer_args...
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-07 Ken Youens-Clark When adding the edges, it's necessary to quote the...
2009-10-03 Peter Rabbitson Oracle/SQLite test adjustments to deal with new testdat...
2009-10-03 Peter Rabbitson Fix RT49301
2009-10-03 Peter Rabbitson Add numeric/decimal precision support to DB2 producer
2009-09-24 Peter Rabbitson Enforce XML::LibXML version requirements
2009-09-18 Peter Rabbitson proper pg timestamp parsing (by mo)
2009-09-03 Peter Rabbitson Fix pg matchtype parsing
2009-08-26 Ken Youens-Clark Changed "no_columns" arg to "num_columns" (I used to...
2009-08-18 Peter Rabbitson YAML is a test-dep (or at least it's a good thing to...
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-13 Ken Youens-Clark Just a cleaner version of "next_unused_name."
2009-08-13 Ken Youens-Clark Leave out empty bits.
2009-08-13 Ken Youens-Clark Fixes per RT#37814 (parsing of field/index names with...
2009-08-13 Ken Youens-Clark Some whitespace fixes, resolve RT#42548 (incorrectly...
2009-08-13 Ken Youens-Clark Upping version per RT#43173, fixed my name.
2009-08-12 Ken Youens-Clark Resolves RT#8847.
2009-08-12 Ken Youens-Clark Resolves RT#21065.
2009-08-12 Ken Youens-Clark Resolves RT#35448.
2009-08-12 Ken Youens-Clark Fixed my name, fixed some use of uninitialized vars.
2009-08-12 Ken Youens-Clark Smoother regex (thanks Jim Thomason).
2009-08-12 Ken Youens-Clark Just whitespace changes -- I wouldn't normally commit...
2009-08-12 Ken Youens-Clark Some whitespace changes, create a default index name...
2009-08-12 Ken Youens-Clark Adding patch from user.
2009-08-12 Ken Youens-Clark Added parsing of index types (btree, rtree, hash).
2009-08-12 Ken Youens-Clark Use Readonly for constant value, some aesthetic changes.
next