dbsrgits/SQL-Translator.git
2012-01-17 Peter Rabbitson Combined patches from RT#70734 and RT#44769
2012-01-17 Sebatian B... fixed typo reported in rt68912
2012-01-17 Peter Rabbitson Tab/WS crusade
2012-01-17 Peter Rabbitson Use precompiled Parse::RecDescent parsers for moar...
2012-01-04 Cedric Carree SQLT::Parser::PostgreSQL parses table def with default...
2012-01-04 Peter Rabbitson Drop Class::Accessor::Fast in favor of Moo
2011-12-25 Sebatian B... Add (now passing) test with file from RT#70473
2011-12-25 giftnuss Change mysql parser to throw exceptions on unspecified...
2011-12-25 Peter Rabbitson Add giftnuss to contributors, awesome triage work
2011-12-25 Jaime Soriano... Integer default sizes are one point smaller if they...
2011-12-25 Jaime Soriano... Name of unique keys are not written if empty
2011-12-25 Jaime Soriano... Names accepted (and ignored) as types of primary keys...
2011-12-25 Jaime Soriano... MySQL parsing fails if a table is defined more than...
2011-12-25 Jaime Soriano... Default bits and double quoted strings are parsed now
2011-12-25 Peter Rabbitson patch from rt67989 applied, changes dependency from...
2011-12-25 Arthur Axel... quote SQLite identifiers
2011-12-25 Arthur Axel... better error messages for the SQLite parser
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... our > use vars
2011-12-24 Arthur Axel... use warnings
2011-12-24 Arthur Axel... remove commented copyright
2011-12-24 Arthur Axel... take out duplicate docs
2011-12-24 Arthur Axel... 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 binmode STDOUT to not generate garbage in a UTF-8 envir...
2011-12-24 Lukas Mai image is returned, not written w/o out_file (bug #71398)
2011-12-24 Peter Rabbitson gitignoring
2011-12-24 Andreas 'ac0v... added a working mechanism for naming foreign keys
2011-12-24 Andreas 'ac0v... 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-05 Amiri Barksdale... Release 0.11010 v0.11010
2011-10-05 Amiri Barksdale... Add test for DROP VIEW IF EXISTS
2011-10-02 Amiri Barksdale... Fix CREATE VIEW syntax.
2011-09-02 Jess Robinson Add geiststeufel to the AUTHORs list v0.11009
2011-09-02 Jess Robinson Update to version 0.011009
2011-09-02 Vincent Bachelier test quoted for mysql
2011-09-01 Vincent Bachelier quote properly all table name
2011-08-31 Geistteufel add quoted reference to check if the table name contain...
2011-08-31 Geistteufel quote reference_table
2011-05-04 Arthur Axel... Release 0.11008 v0.11008
2011-05-02 Arthur Axel... ignore vim swap files
2011-05-02 Arthur Axel... rename Shim to ProducerUtils for accuracy
2011-04-25 Peter Rabbitson Do not depend on implicit hash ordering in YAML load
2011-04-20 Colin Newell Simple change to make Postgres simple array types produ...
2011-04-19 Arthur Axel... fix repo url
2011-04-05 Florian Ragwitz PostGIS functions are case-sensitive
2011-03-02 Arthur Axel... Create and parse FK constraints in SQLite
2011-03-02 Arthur Axel... Make true unique constraints if needed in SQL Server
2011-03-02 Arthur Axel... Turn off constraints before dropping tables in SQL...
2011-02-28 Arthur Axel... Quote everything in SQL Server
2011-02-28 Peter Rabbitson Parse new SQL Server stuff
2011-02-28 Arthur Axel... whitespace changes
2011-02-28 Arthur Axel... tear out useless unreserve hash
2011-02-28 Arthur Axel... add shim for non-lethal future development
2011-02-28 Peter Rabbitson Better diagnostics
2011-02-28 Peter Rabbitson Fix RT#64728
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 Peter Rabbitson .gitignore
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 Jess Robinson Released 0.11007
2011-02-04 Peter Rabbitson Fix MySQL producer attaching View definitions to a...
2010-11-30 Peter Rabbitson Changes from abraxxa
2010-11-30 Rafael Kitover tests for MySQL Producer triggers
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-17 Peter Rabbitson Fix sqlt options not matching documentation (RT#58318)
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-11-10 Peter Rabbitson Turn the roundtrip source generation fail into a warning
2010-08-13 Peter Rabbitson Bump M::I dep to a version not abusing FindBin
2010-08-13 Peter Rabbitson Even though it is in the depchain due to YAML - just...
2010-06-03 Peter Rabbitson Release 0.11006
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 Peter Rabbitson Changes reformat
2010-06-02 Rafael Kitover update Changes
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 Peter Rabbitson Changes
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
next