Fix DROP TABLE in SQL Server Producer
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Generator / DDL / SQLServer.pm
2014-05-07 Arthur Axel 'fREW... Fix DROP TABLE in SQL Server Producer
2012-05-21 Arthur Axel 'fREW... Add missing quote function to SQLServer producer
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-01 Arthur Axel 'fREW... assign copyright to my new files
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 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... migrate drop_table to future
2012-02-04 Arthur Axel 'fREW... migrate table to Generator::Role::DDL
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... add comments, better default handling
2012-02-04 Arthur Axel 'fREW... start of hardcore refactoring