All expected evals converted to try, except where no test is done,
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Sybase.pm
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)
2009-03-03 Peter Rabbitson Put code back into branch (and fix trunk snafu)
2009-03-03 Peter Rabbitson Backout entire sybase/nobindvars/noquote changeset...
2009-03-03 Peter Rabbitson Clarify sybase/nobindvars problem (should have never...
2009-02-27 Peter Rabbitson Fix some should_quote_data_type problems
2008-08-24 Matt S Trout first cut at vairable bind vars for sybase
2006-06-16 Brandon L. Black further changes to the Sybase / MSSQL storage stuff
2006-06-09 Brandon L. Black NoBindVars + Sybase + MSSQL stuff