Fix mssql pod
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / MSSQL.pm
2009-09-06 Peter Rabbitson Fix mssql pod
2009-09-06 Peter Rabbitson Clearer MSSQL error message
2009-09-06 Peter Rabbitson Centralize identity insert control for mssql (it seems...
2009-09-01 Arthur Axel "fREW... pod describing strife with MSSQL
2009-08-20 Arthur Axel "fREW... add some basic guards to get rid of warnings
2009-08-13 Peter Rabbitson Caelum was right to make _get_dbh private - reverting...
2009-08-05 Peter Rabbitson Whoopsie - more renames
2009-08-05 Rafael Kitover update branch after pull
2009-08-03 Peter Rabbitson Simplify code and add some comments
2009-07-30 Rafael Kitover fix syntax error
2009-07-30 Rafael Kitover add missing file
2009-07-30 Rafael Kitover MSSQL GUID support
2009-07-26 Rafael Kitover SAVEPOINT methods for MSSQL
2009-07-24 Rafael Kitover minor doc clarification
2009-07-24 Rafael Kitover merge in some more MSSQL code, including odbc dynamic...
2009-07-24 Rafael Kitover moved code to ::DBI::MSSQL and added DT inflation test
2009-07-03 Peter Rabbitson Switch to C3 mro throughout the ::Storage hierarchy...
2009-07-03 Peter Rabbitson Fix some mssql shortcommings when confronted with the...
2009-06-09 Arthur Axel "fREW... Added AmbiguousGlob.pm for silly servers like mssql...
2009-05-24 Peter Rabbitson Switch around inheritance of MSSQL drivers, remove...
2009-01-16 Peter Rabbitson Proper MSSQL last_insert_id() scoping patch by abraxxa
2006-08-24 Brandon L. Black clean up the way dbh_do is used in Storage::* so that...
2006-07-23 Brandon L. Black infect the storage subdrivers
2006-06-16 Brandon L. Black further changes to the Sybase / MSSQL storage stuff
2006-06-09 Brandon L. Black NoBindVars + Sybase + MSSQL stuff
2006-05-20 Matt S Trout added datetime parser for MSSQL (ta LTJake)
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-02-09 Jess Robinson Shovelling PK::Auto stuff where it belongs..