Force everything to 1.99, hopefully will work
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / DBI / SQLServer.pm
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
2007-04-12 Chris Hilton Ignore views and procedures with no text (weeds out...
2006-10-10 Chris Hilton Remove row requirement for returning indices
2006-08-26 Jess Robinson Also collect function objects. Thanks Gordon!
2006-05-04 Chris Hilton Minor refactor to avoid uninitialized value warning
2005-07-07 Ben Faga Changed the second "my $h" to just "$h" because it...
2005-06-27 Chris Hilton A DBI Parser for SQL Server, mostly copied from DBI...