Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / ODBC /
2016-09-13 Peter Rabbitson Remove use of Try::Tiny entirely (the missing part...
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-04-25 Peter Rabbitson Fix missing true return lost during e5a62c46f
2014-01-30 Peter Rabbitson Fix datetimes in ODBC/Firebird (merge identical code...
2013-08-08 David Steinbrunner typo fixes
2013-03-29 David Steinbrunner DESCRIPTION typo fix
2012-11-05 Peter Rabbitson Switch vestigial warn() calls to carp()
2012-06-05 Rafael Kitover fix debian mssql/odbc setup docs for multiarch
2012-04-07 Rafael Kitover add a link to doc on MAS for MSSQL+ODBC
2012-04-07 Peter Rabbitson Better detection/synchronization of MSSQL dynamic curso...
2012-04-07 Peter Rabbitson Revert 796acb6a - latest FreeTDS does not support MARs...
2012-04-04 Rafael Kitover check DBD::ODBC version when disabling array ops
2012-03-24 Rafael Kitover Fix thinkos from bfec318f and 3edfebff
2012-03-24 Rafael Kitover Disable ODBC batch ops for Access, they are broken
2012-03-23 Rafael Kitover disable batch ops for firebird ODBC driver
2012-03-23 Rafael Kitover As shitty as freetds is, it seems they at least got...
2012-03-23 Peter Rabbitson Centralize (and privatize) handling of freetds driver...
2012-03-22 Peter Rabbitson Multiple cleanups to accommodate broken FreeTDS driver
2012-03-22 Peter Rabbitson Remove all "magic number" DBI get_info calls from the...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-05-02 Rafael Kitover fix MSSQL on_connect_call => 'use_dynamic_cursors'...
2011-04-29 Peter Rabbitson Another overhaul of transaction/savepoint handling
2011-04-14 Rafael Kitover make a proper storage base class for Firebird
2011-04-14 Rafael Kitover support sub-second precision for TIMESTAMPs for Firebir...
2011-04-01 Rafael Kitover Comprehensive MSAccess support over both DBD::ODBC...
2011-03-31 Rafael Kitover make the DB2/AS400 storage a subclass of DB2, do RNO...
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-08 Rafael Kitover fixup Firebird ODBC driver for DBD::ODBC 1.29
2011-03-01 Peter Rabbitson Switch sql_maker_class and datetime_parser_type to...
2011-02-24 Rafael Kitover rewrite SQLAnywhere GUID normalizing as a cursor_class...
2011-02-21 Rafael Kitover Use a safer $dbh->get_info
2011-02-03 Rafael Kitover add quote_names connect_info option
2011-01-25 Rafael Kitover improve MSSQL+ODBC initialization, clarify docs on...
2011-01-20 Rafael Kitover improve bare ODBC dsn warning
2011-01-19 Rafael Kitover Examples/instructions for connecting to MSSQL over...
2011-01-19 Rafael Kitover Improvements for MSSQL+ODBC multiple active resultset...
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
next