fix and regression test for RT #62642
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / ODBC /
2010-08-26 Peter Rabbitson Drop-in legacy code for DB2-AS/400
2010-08-26 Peter Rabbitson SQLA::Limit is no more \o/
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-25 Rafael Kitover fix odbc/mssql dynamic cursors
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-03-26 Rafael Kitover a bit cleaner warning suppression for DBD::InterBase...
2010-03-26 Rafael Kitover move warning suppression into ::DBI::InterBase
2010-03-25 Rafael Kitover remove _get_mssql_version
2010-03-24 Rafael Kitover collect _server_info on connection
2010-03-19 Rafael Kitover POD fixups
2010-03-12 Rafael Kitover update Firebird docs
2010-02-19 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-11 Rafael Kitover support the DATE data type for Firebird
2010-02-10 Rafael Kitover fix savepoints for Firebird ODBC
2010-02-10 Rafael Kitover turn on ib_softcommit, savepoint tests now pass for...
2010-02-10 Rafael Kitover default to sql dialect 3 unless overridden
2010-02-08 Rafael Kitover better DT inflation for Firebird and _ping
2010-02-06 Rafael Kitover Firebird: add POD, fix BLOB tests
2010-02-06 Rafael Kitover move Firebird ODBC override for RETURNING to a SQLAHack...
2010-02-05 Rafael Kitover rename a couple of variables
2010-02-05 Rafael Kitover fix up my Row code for non-pk autoincs, add pretty...
2010-02-04 Rafael Kitover override quoting columns for RETURNING in Firebird...
2010-02-04 Rafael Kitover Firebird: fix test cleanup, add ODBC wrapper
2010-02-03 Rafael Kitover support for Sybase SQL Anywhere through ODBC
2009-12-09 Peter Rabbitson Merge 'mssql_rno_pagination' into 'trunk'
2009-12-09 Rafael Kitover fix _get_mssql_version for ODBC
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-09-21 Peter Rabbitson All sybase bulk-insert code by Caelum
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-17 Rafael Kitover Merge 'trunk' into 'reduce_pings'
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
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 eol adjustments
2009-05-24 Peter Rabbitson SUPER is so last century
2009-05-24 Peter Rabbitson MSSQL through ODBC does not like unfinished statements...
2009-03-09 Peter Rabbitson Strip bogus Data::Dump requires
2008-11-20 Jess Robinson Fix pod errors so that some storage subclasses show...
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-03-26 Matt S Trout fix pod fail
2008-03-06 Øystein Torget Added the function bind_attributes_by_data_type to...
2008-02-05 Øystein Torget Initial import of storage class for MS Acccess
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...
2007-09-05 Marc Mims Updated email address
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-07-18 Marc Mims Use _sql_maker_opts, now.
2006-05-09 Marc Mims - Factored out sql_maker arguments so they can be custo...
2006-05-08 Marc Mims Generalized the loading of subclasses for specfic ODBC...