Unify the MSSQL and DB2 RNO implementations - they are the same
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / MSSQL.pm
2009-12-04 Peter Rabbitson Unify the MSSQL and DB2 RNO implementations - they...
2009-12-04 Peter Rabbitson Add support for unordered limited resultsets
2009-12-04 Peter Rabbitson Smarter implementation of the select top 100pct subsele...
2009-12-04 Peter Rabbitson Variable clash
2009-12-03 Peter Rabbitson The correct top100 mssql solution and test
2009-12-03 Arthur Axel "fREW... Switch to RowNumberOver for MSSQL
2009-10-14 Rafael Kitover Merge 'trunk' into 'ado_mssql'
2009-09-08 Arthur Axel "fREW... Turn IDENTITY_INSERT back off after inserts
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-21 Rafael Kitover something apparently working
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..