dbsrgits/SQL-Translator.git
2012-05-12 Arthur Axel... make these actions actually syntactically correct sqlserver-diff
2012-05-12 Arthur Axel... Beginning of actually tested SQL Server diff
2012-05-12 Arthur Axel... missing typemap entry
2012-05-10 Peter Rabbitson Fixor borked docs (we already test for this in t/66...
2012-05-10 Arthur Axel... FINALLY A RELEASE! v0.11011
2012-05-10 Peter Rabbitson Moar documentation, shape up license/copyright notices
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-09 Peter Rabbitson Hide deprecated stuff
2012-05-07 Arthur Axel... fix excepted and scalarref quoting for DEFAULTS in...
2012-05-07 Arthur Axel... fix sizeless types and typemap for SQLite
2012-05-07 Arthur Axel... fix list of numeric types for SQLite
2012-05-01 Arthur Axel... assign copyright to my new files
2012-04-28 Peter Rabbitson Fix broken plan
2012-04-28 Peter Rabbitson Add Jess as authority for new namespaces
2012-04-28 Ken Youens... Added "tables" and "options" methods to Schema::View
2012-04-28 Ken Youens... Some aesthetic changes
2012-04-28 Ken Youens... MySQL Parser now handles views more completely
2012-04-28 Ken Youens... sqlt-graph now has a --trace option.
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 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-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
next