Backout sybase changes
[dbsrgits/DBIx-Class.git] / t / 746sybase.t
2009-09-20 Peter Rabbitson Backout sybase changes
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 column no longer necessary in test
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 add another test for sybase bulk stuff (passes)
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-09 Rafael Kitover test multi-row blob update
2009-09-09 Rafael Kitover remove unsafe_insert
2009-09-07 Peter Rabbitson Whoops this should not have committed
2009-09-07 Peter Rabbitson Release 0.08111 tag
2009-09-05 Rafael Kitover pending review by mpeppler
2009-08-30 Peter Rabbitson Rename insert_txn to unsafe_insert
2009-08-29 Rafael Kitover test correlated subquery
2009-08-29 Rafael Kitover remove extra connection
2009-08-29 Rafael Kitover fix inserts with active cursors
2009-08-24 Rafael Kitover use debugobj->callback instead of local *_query_start...
2009-08-24 Rafael Kitover add test for IDENTITY_INSERT
2009-08-10 Rafael Kitover rename get_connected_schema to get_schema in sybase...
2009-08-10 Rafael Kitover fix and test redispatch to reblessed storage insert...
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 add support for IDENTITY_INSERT
2009-07-22 Rafael Kitover minor cleanups
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-03 Rafael Kitover fix sybase mro
2009-07-03 Rafael Kitover minor changes
2009-07-02 Rafael Kitover add sybase reconnect test
2009-07-01 Rafael Kitover better connection test
2009-07-01 Rafael Kitover add a couple of dbd::sybase reconnection tests
2009-06-30 Rafael Kitover code cleanups
2009-06-30 Rafael Kitover merge on_connect_call updates
2009-06-29 Rafael Kitover branch pushed, removing
2009-06-28 Rafael Kitover prototype blob implementation
2009-06-19 Rafael Kitover cleanups
2009-06-18 Rafael Kitover todo tests for text/image columns in sybase
2009-06-13 Rafael Kitover switch to DateTime::Format::Sybase
2009-06-06 Rafael Kitover temporary sybase noquote hack
2009-06-04 Rafael Kitover test sybase group_by count, works
2009-06-04 Rafael Kitover minor sybase count fix
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 test sybase SMALLDATETIME inflation
2009-06-03 Rafael Kitover fix Sybase DT stuff and storage bases
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