Backout sybase changes
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Sybase.pm
2009-09-20 Peter Rabbitson Backout sybase changes
2009-09-18 Peter Rabbitson Cleanup exception handling
2009-09-18 Peter Rabbitson Rollback all bulk insert code before merge
2009-09-18 Rafael Kitover support for blobs in insert_bulk fallback
2009-09-18 Rafael Kitover Merge 'sybase' into 'sybase_bulk_insert'
2009-09-18 Rafael Kitover fix freetds
2009-09-18 Rafael Kitover fix yesterday's stuff, identity_update works, blob...
2009-09-17 Rafael Kitover I'll rewrite this bit tomorrow to be less retarded
2009-09-16 Peter Rabbitson Remove branched changes
2009-09-16 Peter Rabbitson Caelum's work so far
2009-09-16 Rafael Kitover use execute_array for insert_bulk, test insert_bulk...
2009-09-14 Rafael Kitover minor change (fix inverted boolean for warning)
2009-09-14 Rafael Kitover sybase bulk API support stuff (no blobs yet, coming...
2009-09-13 Rafael Kitover allow subclassing of methods proxied to _writer_storage
2009-09-13 Rafael Kitover make sure _init doesn't loop, steal insert_bulk from...
2009-09-13 Rafael Kitover change _insert_dbh to _insert_storage
2009-09-10 Rafael Kitover do blob update over _insert_dbh
2009-09-09 Rafael Kitover remove Sub::Name hack for method dispatch, pass $next...
2009-09-09 Rafael Kitover test multi-row blob update
2009-09-09 Peter Rabbitson This should not have worked - I guess we lack tests?
2009-09-09 Peter Rabbitson Reduce amount of perl-golf :)
2009-09-09 Peter Rabbitson Much simpler
2009-09-09 Rafael Kitover remove unsafe_insert
2009-09-07 Rafael Kitover fix _insert_dbh code to only connect when needed, doc...
2009-09-05 Rafael Kitover pending review by mpeppler
2009-09-03 Peter Rabbitson Minor cleanups
2009-08-30 Peter Rabbitson Rename insert_txn to unsafe_insert
2009-08-30 Rafael Kitover added txn_scope_guards for blob operations
2009-08-29 Rafael Kitover remove extra connection
2009-08-29 Rafael Kitover fix inserts with active cursors
2009-08-29 Rafael Kitover minor changes for tests to pass again
2009-08-29 Peter Rabbitson Varname was absolutely correct
2009-08-29 Peter Rabbitson Cleanup:
2009-08-29 Rafael Kitover switch to ::DBI::AutoCast
2009-08-29 Rafael Kitover update link to Schema::Loader branch
2009-08-24 Rafael Kitover make insert only use a txn if needed, add connect_call_...
2009-08-23 Peter Rabbitson Rename the common sybase driver
2009-08-23 Peter Rabbitson Generalize and hide placeholder support check
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-07 Rafael Kitover add note about where to get Schema::Loader
2009-08-05 Peter Rabbitson Rename last_dbh and turn it into a public method
2009-07-30 Rafael Kitover better test for "smalldatetime" in Sybase
2009-07-28 Rafael Kitover minor refactoring, cleanups, doc updates
2009-07-27 Rafael Kitover better FreeTDS support
2009-07-25 Rafael Kitover add money type support
2009-07-25 Rafael Kitover make insert work as a nested transaction too
2009-07-24 Rafael Kitover code cleanup
2009-07-24 Rafael Kitover fix race condition in last_insert_id with placeholders
2009-07-24 Rafael Kitover savepoint support
2009-07-24 Rafael Kitover add support for IDENTITY_INSERT
2009-07-22 Rafael Kitover remove unnecessary test Result class
2009-07-22 Rafael Kitover minor cleanups
2009-07-20 Rafael Kitover better check for FreeTDS thanks to arcanez
2009-07-20 Rafael Kitover change the (incorrect) version check to a check for...
2009-07-20 Rafael Kitover blob update now works
2009-07-19 Rafael Kitover minor cleanups
2009-07-19 Rafael Kitover mangling _select_args turned out to be unnecessary
2009-07-17 Rafael Kitover some compatibility updated for older DBD::Sybase versio...
2009-07-17 Rafael Kitover make insertion of blobs into tables with identity colum...
2009-07-14 Rafael Kitover set maxConnect in DSN and add docs
2009-07-14 Rafael Kitover substantially reduced ping count, dynamic cursors suppo...
2009-07-09 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-07 Rafael Kitover fix sybase rebless to NoBindVars
2009-07-03 Peter Rabbitson Switch to C3 mro throughout the ::Storage hierarchy...
2009-07-03 Rafael Kitover fix sybase mro
2009-07-03 Rafael Kitover minor changes
2009-07-02 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-01 Rafael Kitover new connected() for dbd::sybase users
2009-06-30 Rafael Kitover code cleanups
2009-06-30 Rafael Kitover merge on_connect_call updates
2009-06-28 Rafael Kitover prototype blob implementation
2009-06-25 Rafael Kitover fixup POD, comment out count
2009-06-23 Rafael Kitover minor changes
2009-06-19 Rafael Kitover cleanups
2009-06-18 Rafael Kitover added connect_call_blob_setup for Sybase
2009-06-17 Rafael Kitover more dt docs reorg
2009-06-17 Rafael Kitover rename and document dt setup method, will be an on_conn...
2009-06-13 Rafael Kitover switch to DateTime::Format::Sybase
2009-06-10 Rafael Kitover Sybase count by first pk, if available
2009-06-05 Rafael Kitover Merge 'trunk' into 'sybase_noquote'
2009-06-04 Rafael Kitover set date format on _rebless correctly
2009-06-04 Rafael Kitover minor sybase count fix
2009-06-04 Rafael Kitover back to counting rows for Sybase LIMIT counts
2009-06-04 Rafael Kitover use TOP for sybase limit count thanks to refactored...
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-05-23 Rafael Kitover minor clean up
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-23 Rafael Kitover Sybase autopk, and a test, no limit support yet
2009-05-22 Rafael Kitover add some support for trying to determine storage driver...
2009-05-05 Justin Hunter add a line to Changes and add a CAVEAT
2009-04-30 Justin Hunter fixes for MSSQL via Sybase
2009-04-30 Justin Hunter jump to ::DBI::Sybase::MSSQL if we are using MSSQL...
2009-03-03 Peter Rabbitson Put code back into branch (and fix trunk snafu)
next