Release commit for 1.62
[dbsrgits/SQL-Translator.git] / t /
2012-04-27 Arthur Axel 'fREW... Default SQLite quoting to off until we are capable...
2012-04-27 Arthur Axel 'fREW... setting the quote accessors separately no longer makes...
2012-04-24 John Napiorkowski fix for when we are adding /dropping columns in sqlite...
2012-02-07 Peter Rabbitson Back out bdf60588b to disable P::RD grammar precompilat...
2012-02-04 Arthur Axel 'fREW... start of hardcore refactoring
2012-02-04 Peter Rabbitson Move ProducerUtils into the new dir layout
2012-01-25 Peter Rabbitson Really fix mysql CURRENT_TIMESTAMP handling (solves...
2012-01-23 Peter Rabbitson Correct SQLite quote-char
2012-01-19 Peter Rabbitson Add forgotten test skip after removed dependency in...
2012-01-18 Peter Rabbitson Fix incorrect ordering in test (fails under unstable...
2012-01-18 Peter Rabbitson Deprecate SQL::Translator::Schema::Graph, undocument...
2012-01-18 Peter Rabbitson Fix spurious whitespace failures in t/17sqlfxml-produce...
2012-01-17 Sebatian B. Knapp Fix for mysql producer drop primary key, refs #62250
2012-01-17 Jaime Soriano Pastor sqlt-diff option to quote names
2012-01-17 Jaime Soriano Bit size can range from 1 to 64, test added for size...
2012-01-17 Peter Rabbitson Combined patches from RT#70734 and RT#44769
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...
2011-12-25 Sebatian B. Knapp Add (now passing) test with file from RT#70473
2011-12-25 giftnuss Change mysql parser to throw exceptions on unspecified...
2011-12-25 Jaime Soriano Pastor Default bits and double quoted strings are parsed now
2011-12-25 Arthur Axel 'fREW... quote SQLite identifiers
2011-12-24 Aaron Schrab Add trigger support to PostgreSQL producer and parser...
2011-12-24 Devin Austin added kaitlyn's patch for mysql->sqlite translation
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-05 Amiri Barksdale... Add test for DROP VIEW IF EXISTS
2011-09-02 Vincent Bachelier test quoted for mysql
2011-08-31 Geistteufel add quoted reference to check if the table name contain...
2011-05-02 Arthur Axel 'fREW... 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-05 Florian Ragwitz PostGIS functions are case-sensitive
2011-03-02 Arthur Axel 'fREW... Create and parse FK constraints in SQLite
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 Fix RT#64728
2011-02-04 Moritz Onken Make Pg producer consistent with the rest in terms...
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 tests for MySQL Producer triggers
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 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-03-06 Peter Rabbitson Get SQLite to produce saner output
2010-02-25 Fabien Wernli I'm not to be trusted with the chainsaw
2010-02-24 Andrew Rodland Forgot to add the test data file for r1676
2010-02-24 Fabien Wernli text back to clob
2010-02-24 Fabien Wernli tests
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-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 Fix Oracle producer creating numeric precision statemen...
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 Fix TT templates and tests
2009-10-03 Peter Rabbitson Add numeric/decimal precision support to DB2 producer
2009-10-03 Peter Rabbitson Add a size/precision field to test file, make sure...
2009-09-28 Peter Rabbitson Dep fixes and changes
2009-09-24 Peter Rabbitson Enforce XML::LibXML version requirements
2009-09-18 Peter Rabbitson proper pg timestamp parsing (by mo)
2009-09-18 Peter Rabbitson Someone claimed this doesn't work
2009-09-03 Peter Rabbitson Fix pg matchtype parsing
2009-08-30 Peter Rabbitson Sanify test
2009-08-18 Jess Robinson Changes + Reverts for 0.11000, see Changes file for...
2009-08-13 Ken Youens-Clark Fixed test.
2009-08-13 Ken Youens-Clark Fixed test.
2009-08-13 Ken Youens-Clark Added tests for RT#37814 (parsing of double quotes...
2009-08-13 Ken Youens-Clark Added patch from user (RT#42548).
2009-08-12 Ken Youens-Clark Added "using btree" for test.
2009-08-11 Ken Youens-Clark Test and data for FK in SQLite.
2009-08-11 Ken Youens-Clark Added tests for check constraint.
2009-08-11 Ken Youens-Clark Added test for list context return.
2009-08-10 Peter Rabbitson Use accessors instead of reaching down object guts
2009-08-07 Ken Youens-Clark Adding.
2009-06-15 Peter Rabbitson Backout teejay's changes to get trunk stable again
2009-06-13 Aaron Trevena added expected trigger and stored procedure output
2009-06-10 Peter Rabbitson (bugfixed) release 0.09006
2009-06-09 Peter Rabbitson Proper support for size in pg timestamp columns (patch...
2009-06-09 Peter Rabbitson More test sanification
2009-06-09 Peter Rabbitson Switch the roundtrip test to the yaml base source....
2009-06-09 Peter Rabbitson Create a YAML copy of the main roundtrip schema - this...
2009-06-09 Peter Rabbitson Teach YAML producer to encode extra attributes
2009-06-08 Peter Rabbitson Fix a couple of tests and add forgotten dependency
next