Fix handling of quoted identifiers and strings in Parser::SQLite
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator /
2014-10-16 Dagfinn Ilmari Man... Fix handling of quoted identifiers and strings in Parse...
2014-10-16 Dagfinn Ilmari Man... Clean up option parsing and fix identifier quoting...
2014-10-16 Dagfinn Ilmari Man... Clean up option parsing and identifier quoting in Produ...
2014-10-16 Dagfinn Ilmari Man... Factor out quote option handling
2014-09-22 Dagfinn Ilmari Man... Fix broken POD links found by App::PodLinkChecker
2014-09-16 Alexander Hartmaier Fix Oracle producer
2014-09-02 Dagfinn Ilmari Man... Factor out calling of normal diff-production functions
2014-09-02 Dagfinn Ilmari Man... Fix argument documentation for preprocess_schema
2014-09-02 Dagfinn Ilmari Man... Document producer_args in SQL::Translator::Diff
2014-09-02 Dagfinn Ilmari Man... Fix POD syntax for PODed-out code
2014-09-01 Peter Mottram initial batch_alter_table for ::Producer::PostgreSQL
2014-08-20 Peter Mottram fix Producer::SQLite::batch_alter_table rename field
2014-07-29 Wallace Reis Add more data_types for sql_types mapping
2014-07-29 Wallace Reis Extend Field->equals() for numeric comparison
2014-07-24 Dagfinn Ilmari Man... Fix handling of views in MySQL DBI parser
2014-07-24 Wallace Reis Fix warning due uninitialized var
2014-07-23 Wallace Reis Produce DDL for MySQL table field with ref in 'ON UPDATE'
2014-05-07 Arthur Axel 'fREW... Fix DROP TABLE in SQL Server Producer
2013-12-17 clodeindustrie Add Json and hstore types in the PostgreSQL parser
2013-10-31 Dagfinn Ilmari Man... Fix confusingly erroneous variable name
2013-10-31 Arthur Axel 'fREW... Revert "Fixed autoincrement in primary keys for SQLite"
2013-10-30 rporres Fixed autoincrement in primary keys for SQLite
2013-10-30 Gavin Shelley TTSchema doc fixes
2013-10-30 Larry Leszczynski Suppress "Exiting subroutine via next"
2013-10-30 Jon Jensen Add JSON parser and producer modules
2013-10-30 Jonathan C. Otsuka Add DECIMAL_DIGITS to SQLServer size field for scale...
2013-10-30 Jonathan C. Otsuka Quote table_name to fix tables using reserve words...
2013-09-29 Songmu Add SQL_TINYINT and SQL_BIGINT to %SQL::Translator...
2013-09-14 Dagfinn Ilmari Man... Fix typo in synopsis
2013-09-14 Dagfinn Ilmari Man... Add missing attribute name in header
2013-09-14 Dagfinn Ilmari Man... Remove documentation for field moved to role
2013-09-14 Dagfinn Ilmari Man... Fix typo
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner more typo fixes
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fixes
2013-03-17 Dagfinn Ilmari Man... Document append behaviour of options setters
2013-03-17 Dagfinn Ilmari Man... Fix typos in error messages
2013-03-17 Dagfinn Ilmari Man... Don't reimplement perl's built-in default behaviour
2013-03-17 Dagfinn Ilmari Man... Use accessor for table options in MySQL producer
2013-03-17 Dagfinn Ilmari Man... Use the API to access extra attributes
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-12-09 Peter Rabbitson Properly tag our XML namespace URI - it is not a real...
2012-10-16 Dagfinn Ilmari Man... Fix POD wording
2012-10-05 Arthur Axel 'fREW... Fix stupid missing version number in SQL::Translator...
2012-09-25 Arthur Axel 'fREW... include Moo version in a single place
2012-09-23 Peter Rabbitson No versions in use statements - encourages shit like...
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... Make read-only SQLT::Schema::Table attributes carp...
2012-09-22 Dagfinn Ilmari Man... Carp instead of dying if arguments are passed to read...
2012-09-22 Dagfinn Ilmari Man... Add enum type
2012-09-22 Dagfinn Ilmari Man... Document new roles, types and utility functions
2012-09-22 Dagfinn Ilmari Man... Wrap some over-log has statements
2012-09-22 Dagfinn Ilmari Man... Use quote_sub for trivial coercions
2012-09-22 Dagfinn Ilmari Man... Check Moo version at runtime
2012-09-22 Dagfinn Ilmari Man... Use quote_sub for trivial defaults
2012-09-22 Dagfinn Ilmari Man... Factor list attributes into variant role
2012-09-22 Dagfinn Ilmari Man... Mooify SQL::Translator
2012-09-22 Dagfinn Ilmari Man... Make SQLT::Role::Error internals closer to Class::Base
2012-09-22 Dagfinn Ilmari Man... Reinstate schema object base class
2012-09-22 Dagfinn Ilmari Man... Rename non-schema-specific roles to SQLT::Role::Foo
2012-09-22 Dagfinn Ilmari Man... Use weak refs for schema object attributes
2012-09-22 Dagfinn Ilmari Man... Remove pointless DESTROY methods
2012-09-22 Dagfinn Ilmari Man... Remove unused variables and module import
2012-09-22 Dagfinn Ilmari Man... Filter undef from all constructor args
2012-09-22 Dagfinn Ilmari Man... Remove unused base class
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Field
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Constraint
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Trigger
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::View
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Procedure
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Table
2012-09-22 Dagfinn Ilmari Man... Use 'isa' checks for attribute validation
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Index
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema
next