Add SQL_TINYINT and SQL_BIGINT to %SQL::Translator::Schema::Field::type_mapping
[dbsrgits/SQL-Translator.git] / t /
2013-03-17 Dagfinn Ilmari Man... Clean up properly after Parser::DBI::PostgreSQL tests
2013-03-09 Fabrice Gabolde Support for SET NULL, SET DEFAULT and NO ACTION in...
2013-03-09 William Wolf Fix Pg diff issue with drop constraint on primary keys
2013-03-09 Tina Mueller produce_diff_sql(): list context
2013-03-09 Tina Mueller fix diff for altering two things per column - add ...
2013-03-09 Ken Youens-Clark Allow VALUEs to be enclosed in double and single quotes...
2012-10-09 Mateu X Hunter Test Str and ArrayRef input for SQLT->filename
2012-09-23 Peter Rabbitson Lose one more useless dependency
2012-09-23 Peter Rabbitson Remove SQL::Translator::Schema::Graph as announced...
2012-09-22 Dagfinn Ilmari Man... Fix broken reset attempt
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Field
2012-09-22 Arthur Axel 'fREW... fix a test broken by ad071409cb8f526337abbe025a63aa1e67...
2012-09-06 André Walker Make MySQL producer add NULL for every nullable field
2012-06-29 Justin Hunter address some issues with Pg producer and quoting
2012-05-10 Peter Rabbitson This seems to no longer be used anywhere...?
2012-05-09 Peter Rabbitson Resurrect the DB2 precompiled grammar to which we lost...
2012-05-07 Arthur Axel 'fREW... fix excepted and scalarref quoting for DEFAULTS in...
2012-05-07 Arthur Axel 'fREW... fix sizeless types and typemap for SQLite
2012-05-07 Arthur Axel 'fREW... fix list of numeric types for SQLite
2012-04-28 Peter Rabbitson Fix broken plan
2012-04-28 Ken Youens-Clark Added "tables" and "options" methods to Schema::View
2012-04-28 Ken Youens-Clark Some aesthetic changes
2012-04-28 Ken Youens-Clark MySQL Parser now handles views more completely
2012-04-28 Tina Mueller add support for "DEFAULT (\d+)::data_type" in PostgreSQ...
2012-04-28 Peter Rabbitson Stop the DBI parser from disconnecting externally suppl...
2012-04-28 Peter Rabbitson Switch to sane subcommand launch in tests
2012-04-28 Jonathan Otsuka Honor supplied field order when adding fields to a...
2012-04-27 Peter Rabbitson Silence prove -w warnings
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
next