spelling fixes in the documaentation, sholud be gud now ;)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / MSSQL.pm
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-05 Peter Rabbitson Refactor some evil code
2010-01-10 Peter Rabbitson rename as per mst
2010-01-10 Peter Rabbitson Rename subquery to subselect and rewrite POD (per castaway)
2010-01-09 Peter Rabbitson Changes and typos
2010-01-09 Peter Rabbitson Close the book on mssql ordered subqueries
2009-12-16 Peter Rabbitson This is horrific but the tests pass... maybe someone...
2009-12-09 Arthur Axel "fREW... fail nicely if user doesn't have perms for xp_msver
2009-12-09 Arthur Axel "fREW... fix mssql version check so it's lazier
2009-12-08 Arthur Axel "fREW... real exception instead of die
2009-12-08 Arthur Axel "fREW... add version check for mssql 2005 and greater
2009-12-05 Peter Rabbitson Wrap mssql selects in yet another subquery to make...
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..