add support for "DEFAULT (\d+)::data_type" in PostgreSQL Parser
[dbsrgits/SQL-Translator.git] / lib /
2012-04-28 Tina Mueller add support for "DEFAULT (\d+)::data_type" in PostgreSQ...
2012-04-28 Peter Rabbitson Fix silly syntax error, introduced in 0c04c5a22
2012-04-28 Peter Rabbitson Stop the DBI parser from disconnecting externally suppl...
2012-04-28 Jonathan Otsuka Honor supplied field order when adding fields to a...
2012-04-27 Peter Rabbitson Incomplete revert in 0eb3b94a5
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... migrate duplicated code into role
2012-02-04 Arthur Axel 'fREW... lazify things
2012-02-04 Arthur Axel 'fREW... better
2012-02-04 Arthur Axel 'fREW... migrate almost all code to Generator::Role::DDL
2012-02-04 Arthur Axel 'fREW... add unique_constraints_multiple and indices
2012-02-04 Arthur Axel 'fREW... add foreign_key_constraints
2012-02-04 Arthur Axel 'fREW... add table_comments
2012-02-04 Arthur Axel 'fREW... add header_comment
2012-02-04 Arthur Axel 'fREW... add drop_tables method
2012-02-04 Arthur Axel 'fREW... refactor table into more methods
2012-02-04 Arthur Axel 'fREW... less accumulators more reduction
2012-02-04 Arthur Axel 'fREW... add remove_table_constraints to future
2012-02-04 Arthur Axel 'fREW... dead
2012-02-04 Arthur Axel 'fREW... migrate drop_table to future
2012-02-04 Arthur Axel 'fREW... rearrange pod
2012-02-04 Arthur Axel 'fREW... delete dead code
2012-02-04 Arthur Axel 'fREW... migrate table to Generator::Role::DDL
2012-02-04 Arthur Axel 'fREW... less accumulators more reduction
2012-02-04 Arthur Axel 'fREW... add enum_constraint
2012-02-04 Arthur Axel 'fREW... add foreign_key_constraint
2012-02-04 Arthur Axel 'fREW... factor out unique constraints
2012-02-04 Arthur Axel 'fREW... factor out some basic constraints
2012-02-04 Arthur Axel 'fREW... use future stuff for SQLite field generation
2012-02-04 Arthur Axel 'fREW... initial SQLite Producer object
2012-02-04 Arthur Axel 'fREW... add comments, better default handling
2012-02-04 Arthur Axel 'fREW... use future stuff for SQL Server field generation
2012-02-04 Arthur Axel 'fREW... start of hardcore refactoring
2012-02-04 Arthur Axel 'fREW... factor quote method out of Generator::Utils
2012-02-04 Peter Rabbitson Move ProducerUtils into the new dir layout
2012-02-04 Peter Rabbitson A set of placeholder directories for future refactoring
2012-01-25 Peter Rabbitson Really fix mysql CURRENT_TIMESTAMP handling (solves...
2012-01-23 Peter Rabbitson Correct SQLite quote-char
2012-01-18 Peter Rabbitson Deprecate SQL::Translator::Schema::Graph, undocument...
2012-01-18 Peter Rabbitson Pod fixage
2012-01-17 Sebatian B. Knapp Fix for mysql producer drop primary key, refs #62250
2012-01-17 Jaime Soriano Bit size can range from 1 to 64, test added for size...
2012-01-17 Peter Rabbitson Fix misleading Diagram POD
2012-01-17 Peter Rabbitson Combined patches from RT#70734 and RT#44769
2012-01-17 Sebatian B. Knapp 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 giftnuss Change mysql parser to throw exceptions on unspecified...
2011-12-25 Jaime Soriano Pastor Integer default sizes are one point smaller if they...
2011-12-25 Jaime Soriano Pastor Name of unique keys are not written if empty
2011-12-25 Jaime Soriano Pastor Names accepted (and ignored) as types of primary keys...
2011-12-25 Jaime Soriano Pastor MySQL parsing fails if a table is defined more than...
2011-12-25 Jaime Soriano Pastor 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 'fREW... quote SQLite identifiers
2011-12-25 Arthur Axel 'fREW... 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 '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-05 Amiri Barksdale... Release 0.11010 v0.11010
2011-10-02 Amiri Barksdale... Fix CREATE VIEW syntax.
2011-09-02 Jess Robinson Update to version 0.011009
2011-09-01 Vincent Bachelier quote properly all table name
2011-08-31 Geistteufel quote reference_table
2011-05-04 Arthur Axel 'fREW... Release 0.11008 v0.11008
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...
next