Refactor the version handling
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Sybase / Microsoft_SQL_Server.pm
2010-04-08 Peter Rabbitson Refactor the version handling
2010-03-25 Rafael Kitover remove _get_mssql_version
2010-01-03 Rafael Kitover fix _rebless into sybase/mssql/nobindvars
2009-11-23 Peter Rabbitson refactor part 2
2009-11-22 Rafael Kitover override _run_connection_actions for internal connectio...
2009-11-10 Rafael Kitover made commit/rollback when disconnected an exception
2009-11-06 Rafael Kitover transactions for MSSQL over DBD::Sybase
2009-09-21 Peter Rabbitson Changes
2009-09-20 Peter Rabbitson Part one of the sybase work by Caelum (mostly reviewed)
2009-09-20 Peter Rabbitson Missed a part of the revert
2009-09-20 Peter Rabbitson Backout sybase changes
2009-09-09 Peter Rabbitson Much simpler
2009-09-09 Rafael Kitover remove unsafe_insert
2009-08-24 Rafael Kitover remove duplicate oracle method and fix an mssql method...
2009-08-23 Peter Rabbitson Rename the common sybase driver
2009-08-16 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-13 Peter Rabbitson Caelum was right to make _get_dbh private - reverting...
2009-08-08 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-08-05 Peter Rabbitson Whoopsie - more renames
2009-08-05 Rafael Kitover update branch after pull
2009-08-05 Rafael Kitover fix a couple minor issues after pull from trunk
2009-08-05 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-28 Rafael Kitover minor refactoring, cleanups, doc updates
2009-07-25 Rafael Kitover move placeholder support detection into ::Sybase::Base
2009-07-24 Rafael Kitover add placeholder support detection for mssql through...
2009-07-24 Rafael Kitover moved code to ::DBI::MSSQL and added DT inflation test
2009-07-19 Rafael Kitover mangling _select_args turned out to be unnecessary
2009-07-17 Rafael Kitover make insertion of blobs into tables with identity colum...
2009-07-09 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-03 Peter Rabbitson Switch to C3 mro throughout the ::Storage hierarchy...
2009-07-02 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-01 Rafael Kitover new connected() for dbd::sybase users
2009-06-04 Rafael Kitover sybase limit count without offset now works
2009-06-04 Rafael Kitover update Sybase docs
2009-06-04 Rafael Kitover fix base for mssql (can't be a sybase anymore)
2009-06-03 Rafael Kitover fix Sybase DT stuff and storage bases
2009-06-03 Rafael Kitover add missing files to sybase branch
2009-05-24 Peter Rabbitson Deprecate ::DBI::Sybase::MSSQL
2009-05-23 Rafael Kitover try not to fuck mssql with the sybase crap
2009-05-23 Rafael Kitover Merge 'trunk' into 'sybase'
2009-05-23 Rafael Kitover revert last Sybase changes
2009-05-23 Rafael Kitover Sybase bindvar and IC::DT support
2009-05-12 Peter Rabbitson Trying to untangle failing merge (whitespace change)
2009-05-05 Justin Hunter add a line to Changes and add a CAVEAT
2009-04-30 Justin Hunter fixes for MSSQL via Sybase