dbsrgits/SQL-Translator.git
2012-04-28 Peter Rabbitson Dependency cleanup
2012-04-27 Peter Rabbitson Incomplete revert in 0eb3b94a5
2012-04-27 Peter Rabbitson Silence prove -w warnings
2012-04-27 Arthur Axel... Default SQLite quoting to off until we are capable...
2012-04-27 Arthur Axel... 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 Peter Rabbitson Merge branch 'people/frew/mega-refactor'
2012-02-04 Arthur Axel... migrate duplicated code into role
2012-02-04 Arthur Axel... lazify things
2012-02-04 Arthur Axel... better
2012-02-04 Arthur Axel... migrate almost all code to Generator::Role::DDL
2012-02-04 Arthur Axel... add unique_constraints_multiple and indices
2012-02-04 Arthur Axel... add foreign_key_constraints
2012-02-04 Arthur Axel... add table_comments
2012-02-04 Arthur Axel... add header_comment
2012-02-04 Arthur Axel... add drop_tables method
2012-02-04 Arthur Axel... refactor table into more methods
2012-02-04 Arthur Axel... less accumulators more reduction
2012-02-04 Arthur Axel... add remove_table_constraints to future
2012-02-04 Arthur Axel... dead
2012-02-04 Arthur Axel... migrate drop_table to future
2012-02-04 Arthur Axel... rearrange pod
2012-02-04 Arthur Axel... delete dead code
2012-02-04 Arthur Axel... migrate table to Generator::Role::DDL
2012-02-04 Arthur Axel... less accumulators more reduction
2012-02-04 Arthur Axel... add enum_constraint
2012-02-04 Arthur Axel... add foreign_key_constraint
2012-02-04 Arthur Axel... factor out unique constraints
2012-02-04 Arthur Axel... factor out some basic constraints
2012-02-04 Arthur Axel... use future stuff for SQLite field generation
2012-02-04 Arthur Axel... initial SQLite Producer object
2012-02-04 Arthur Axel... add comments, better default handling
2012-02-04 Arthur Axel... use future stuff for SQL Server field generation
2012-02-04 Arthur Axel... start of hardcore refactoring
2012-02-04 Arthur Axel... 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-19 Peter Rabbitson Add forgotten test skip after removed dependency in...
2012-01-19 Peter Rabbitson Forgotten dependency used in bdf60588
2012-01-19 Peter Rabbitson Quote all dep versions (preserve trailing 0's and whatnot)
2012-01-18 Peter Rabbitson Fix MANIFEST.SKIP (MYMETA fail)
2012-01-18 Peter Rabbitson Fix incorrect ordering in test (fails under unstable...
2012-01-18 Peter Rabbitson Add a git mailmap
2012-01-18 Peter Rabbitson Deprecate SQL::Translator::Schema::Graph, undocument...
2012-01-18 Peter Rabbitson Pod fixage
2012-01-18 Peter Rabbitson Fix spurious whitespace failures in t/17sqlfxml-produce...
2012-01-18 Peter Rabbitson Add forgotten contributors from various patches:
2012-01-17 Sebatian B... Fix for mysql producer drop primary key, refs #62250
2012-01-17 Jaime Soriano sqlt-diff arguments parsing reimplemented using Getopt
2012-01-17 Jaime Soriano... 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 Changes for a1afcdb6
2012-01-17 Peter Rabbitson Fix ignored option to script/sqlt-diagram (RT#5992)
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... 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
next