Release commit for 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / SQLServer.pm
2020-09-14 Dagfinn Ilmari Man... Bumping version to 1.62
2020-04-06 Matt S Trout Bumping version to 1.61
2019-05-29 Dagfinn Ilmari Man... Bumping version to 1.60
2019-04-28 Dagfinn Ilmari Man... Bumping version to 1.59_01
2014-05-07 Arthur Axel 'fREW... Fix DROP TABLE in SQL Server Producer
2012-05-10 Peter Rabbitson Moar documentation, shape up license/copyright notices
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... 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 SQL Server field generation
2012-02-04 Peter Rabbitson Move ProducerUtils into the new dir layout
2011-12-24 Arthur Axel 'fREW... our > use vars
2011-12-24 Arthur Axel 'fREW... use warnings
2011-12-24 Arthur Axel 'fREW... remove commented copyright
2011-12-24 Arthur Axel 'fREW... take out duplicate docs
2011-05-02 Arthur Axel 'fREW... rename Shim to ProducerUtils for accuracy
2011-03-02 Arthur Axel 'fREW... Make true unique constraints if needed in SQL Server
2011-03-02 Arthur Axel 'fREW... Turn off constraints before dropping tables in SQL...
2011-02-28 Arthur Axel 'fREW... Quote everything in SQL Server
2011-02-28 Peter Rabbitson Parse new SQL Server stuff
2011-02-28 Arthur Axel 'fREW... tear out useless unreserve hash
2011-02-04 Jonathan Yu Revert my previous changes (rev 1722 reverted back...
2011-02-04 Jonathan Yu Remove copyright headers from individual scripts
2010-06-03 Peter Rabbitson Awesome non-quoted numeric default patch by Stephen...
2009-08-18 Jess Robinson Changes + Reverts for 0.11000, see Changes file for...
2009-08-13 Ken Youens-Clark Upped version numbers, cleaned up code, fixed my name.
2009-06-24 Peter Rabbitson MSSQL fixes and improvements
2009-06-18 Peter Rabbitson Mssql does not understand ON DELETE RESTRICT
2009-06-07 Peter Rabbitson Make perlpod happy
2009-06-07 Peter Rabbitson Multiple fixes for the SQLServer producer/parser combo
2009-02-13 Peter Rabbitson Downgrade global version - highest version in 9002...
2009-02-12 Peter Rabbitson Remove all expansion $XX tags (isolated commit, easily...
2009-02-12 Peter Rabbitson Reduce $Id to its normal form
2009-02-12 Peter Rabbitson Force everything to 1.99, hopefully will work
2009-02-11 Peter Rabbitson Strip evil svn:keywords
2009-01-17 Jonathan Yu - Removed use of $Revision$ SVN keyword to generate...
2009-01-17 Jonathan Yu - Added some stuff to MANIFEST.SKIP
2008-10-09 Jess Robinson Now supporting scalar refs as default values! (rjbs)
2007-03-14 Chris Hilton Added GO to output after views and procedures
2007-01-15 Chris Hilton Added linefeeds so beginning of create view/procedure...
2006-05-05 Chris Hilton Added ON DELETE and ON UPDATE clauses to FK output
2006-05-04 Chris Hilton Fix field default value output bug I introduced
2005-07-11 Chris Hilton Re-arranged to put null/not null before default value...
2005-06-27 Chris Hilton Added to fields that do not require size argument
2005-01-13 Mark Addison A SQLServer producer. (They made me do it! :(