Translate MS Access memo type to text in Producer::PostgreSQL
[dbsrgits/SQL-Translator.git] / lib /
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-23 Arthur Axel 'fREW... release v0.11013_02 v0.11013_02
2012-09-22 Arthur Axel 'fREW... release 0.11013_01 v0.11013_01
2012-09-22 Dagfinn Ilmari Man... Make read-only SQLT::Schema::Table attributes carp...
2012-09-22 Dagfinn Ilmari Man... Add carping wrapper to SQL::Translator->schema as well
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
2012-09-22 Arthur Axel 'fREW... release 0.11013 v0.11013
2012-09-06 André Walker Make MySQL producer add NULL for every nullable field
2012-08-25 Jonathan C. Otsuka Revert "Adding DECIMAL_DIGITS to SQLServer size field...
2012-08-25 Jonathan C. Otsuka Adding DECIMAL_DIGITS to SQLServer size field for scale...
2012-07-02 Arthur Axel 'fREW... Release 0.11012 v0.11012
2012-06-29 Justin Hunter address some issues with Pg producer and quoting
2012-05-21 Arthur Axel 'fREW... Add missing quote function to SQLServer producer
2012-05-10 Peter Rabbitson Fixor borked docs (we already test for this in t/66...
2012-05-10 Arthur Axel 'fREW... 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 '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-05-01 Arthur Axel 'fREW... assign copyright to my new files
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 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
next