Clear up some legacy cruft and straighten inheritance
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Sybase / NoBindVars.pm
2009-09-18 Peter Rabbitson Rollback all bulk insert code before merge
2009-09-18 Rafael Kitover fix freetds
2009-09-09 Peter Rabbitson Much simpler
2009-09-09 Rafael Kitover remove unsafe_insert
2009-08-30 Peter Rabbitson Rename insert_txn to unsafe_insert
2009-08-30 Peter Rabbitson Change should_quote_value to interpolate_unquoted to...
2009-08-29 Rafael Kitover fix inserts with active cursors
2009-08-29 Peter Rabbitson Cleanup:
2009-08-24 Rafael Kitover make insert only use a txn if needed, add connect_call_...
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 use _resolve_column_info in NoBindVars
2009-07-24 Rafael Kitover fix race condition in last_insert_id with placeholders
2009-07-23 Rafael Kitover doc tweak
2009-07-22 Rafael Kitover fix doc for how to check for FreeTDS
2009-07-20 Rafael Kitover change the (incorrect) version check to a check for...
2009-07-19 Rafael Kitover minor cleanups
2009-07-17 Rafael Kitover make insertion of blobs into tables with identity colum...
2009-06-30 Rafael Kitover code cleanups
2009-06-19 Rafael Kitover cleanups
2009-06-10 Rafael Kitover cache rsrc properly in NoBindVars, return undef if...
2009-06-10 Rafael Kitover handle unknown rsrc in NoBindVars and Sybase::NoBindVars
2009-06-10 Rafael Kitover Sybase::NoBindVars now correctly quotes
2009-06-06 Rafael Kitover temporary sybase noquote hack
2009-06-06 Rafael Kitover tweaks to sybase types
2009-06-05 Rafael Kitover update sybase types which shouldn't be quoted
2009-06-05 Rafael Kitover shit doesn't work yet
2009-06-05 Rafael Kitover Merge 'sybase_noquote' into 'sybase'
2009-06-04 Rafael Kitover sybase limit count without offset now works
2009-06-04 Rafael Kitover update Sybase docs
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-23 Rafael Kitover revert last Sybase changes
2009-05-23 Rafael Kitover hide internal Sybase classes from PAUSE
2009-05-23 Rafael Kitover Sybase bindvar and IC::DT support