Cleanup exception handling
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / ODBC / Microsoft_SQL_Server.pm
2009-09-18 Peter Rabbitson Cleanup exception handling
2009-09-09 Peter Rabbitson Much simpler
2009-08-18 Rafael Kitover minor change
2009-08-18 Rafael Kitover always reconnect in odbc:mssql:connect_call_use_dynamic...
2009-08-13 Peter Rabbitson Caelum was right to make _get_dbh private - reverting...
2009-08-05 Rafael Kitover rename connect_call_use_mars to connect_call_use_MARS
2009-08-03 Rafael Kitover check that dynamic cursors are functional if enabled
2009-07-24 Rafael Kitover merge in some more MSSQL code, including odbc dynamic...
2009-07-24 Rafael Kitover revert odbc/mssql code to trunk and move it to another...
2009-07-24 Rafael Kitover moved code to ::DBI::MSSQL and added DT inflation test
2009-07-24 Rafael Kitover Merge 'trunk' into 'reduce_pings'
2009-07-23 Rafael Kitover add test for updating money value to NULL
2009-07-23 Rafael Kitover minor change
2009-07-23 Rafael Kitover fix money columns
2009-07-15 Rafael Kitover rename _scope_identity to _identity for odbc/mssql
2009-07-14 Rafael Kitover unfuck ensure_connected for odbc/mssql
2009-07-14 Rafael Kitover a couple more options for odbc/mssql
2009-07-14 Rafael Kitover substantially reduced ping count, dynamic cursors suppo...
2009-07-03 Peter Rabbitson Switch to C3 mro throughout the ::Storage hierarchy...
2009-06-30 Peter Rabbitson Fix borked next invocation
2009-06-30 Peter Rabbitson Some fixes after review
2009-06-12 Arthur Axel "fREW... silly warns.
2009-06-12 Arthur Axel "fREW... Insert Identity works!
2009-06-12 Arthur Axel "fREW... Now I just need to check if the actual values are set...
2009-06-11 Arthur Axel "fREW... updated _resolve_column_source to _resolve_column_info...
2009-06-11 Arthur Axel "fREW... Use new _resolve_column_sources method and begin insert...
2009-06-11 Arthur Axel "fREW... still busted :-(
2009-06-10 Arthur Axel "fREW... beginning of DWIM for IDENTITY_INSERT
2009-05-24 Peter Rabbitson Switch around inheritance of MSSQL drivers, remove...
2009-05-24 Peter Rabbitson SUPER is so last century
2009-05-24 Peter Rabbitson MSSQL through ODBC does not like unfinished statements...
2008-08-12 Marc Mims ODBC fixes: superfluous connection in rebless; undef...
2008-05-05 Matt S Trout restore debolaz's cleanup patch since it's not what...
2008-05-05 Matt S Trout reverse r4290 since we -do- -not- currently want these...
2008-04-24 Anders Nor Berle Fix PAUSE indexing of packages
2008-01-22 Marc Mims Added build_datetime_parser method for MSSQL over ODBC.
2008-01-03 Yuval Kogman pod coverage for Storage::DBI::ODBC::Microsoft_SQL_Server
2008-01-02 Marc Mims Added Storage::DBI subclass for MSSQL auto PK over...