2009-09-10 |
Rafael Kitover |
do blob update over _insert_dbh |
blob | commitdiff |
2009-09-09 |
Rafael Kitover |
remove Sub::Name hack for method dispatch, pass $next... |
blob | commitdiff | diff to current |
2009-09-09 |
Rafael Kitover |
test multi-row blob update |
blob | commitdiff | diff to current |
2009-09-09 |
Peter Rabbitson |
This should not have worked - I guess we lack tests? |
blob | commitdiff | diff to current |
2009-09-09 |
Peter Rabbitson |
Reduce amount of perl-golf :) |
blob | commitdiff | diff to current |
2009-09-09 |
Peter Rabbitson |
Much simpler |
blob | commitdiff | diff to current |
2009-09-09 |
Rafael Kitover |
remove unsafe_insert |
blob | commitdiff | diff to current |
2009-09-07 |
Rafael Kitover |
fix _insert_dbh code to only connect when needed, doc... |
blob | commitdiff | diff to current |
2009-09-05 |
Rafael Kitover |
pending review by mpeppler |
blob | commitdiff | diff to current |
2009-09-03 |
Peter Rabbitson |
Minor cleanups |
blob | commitdiff | diff to current |
2009-08-30 |
Peter Rabbitson |
Rename insert_txn to unsafe_insert |
blob | commitdiff | diff to current |
2009-08-30 |
Rafael Kitover |
added txn_scope_guards for blob operations |
blob | commitdiff | diff to current |
2009-08-29 |
Rafael Kitover |
remove extra connection |
blob | commitdiff | diff to current |
2009-08-29 |
Rafael Kitover |
fix inserts with active cursors |
blob | commitdiff | diff to current |
2009-08-29 |
Rafael Kitover |
minor changes for tests to pass again |
blob | commitdiff | diff to current |
2009-08-29 |
Peter Rabbitson |
Varname was absolutely correct |
blob | commitdiff | diff to current |
2009-08-29 |
Peter Rabbitson |
Cleanup: |
blob | commitdiff | diff to current |
2009-08-29 |
Rafael Kitover |
switch to ::DBI::AutoCast |
blob | commitdiff | diff to current |
2009-08-29 |
Rafael Kitover |
update link to Schema::Loader branch |
blob | commitdiff | diff to current |
2009-08-24 |
Rafael Kitover |
make insert only use a txn if needed, add connect_call_... |
blob | commitdiff | diff to current |
2009-08-23 |
Peter Rabbitson |
Rename the common sybase driver |
blob | commitdiff | diff to current |
2009-08-23 |
Peter Rabbitson |
Generalize and hide placeholder support check |
blob | commitdiff | diff to current |
2009-08-16 |
Rafael Kitover |
Merge 'trunk' into 'sybase' |
blob | commitdiff | diff to current |
2009-08-13 |
Peter Rabbitson |
Caelum was right to make _get_dbh private - reverting... |
blob | commitdiff | diff to current |
2009-08-08 |
Peter Rabbitson |
Merge 'trunk' into 'sybase' |
blob | commitdiff | diff to current |
2009-08-07 |
Rafael Kitover |
add note about where to get Schema::Loader |
blob | commitdiff | diff to current |
2009-08-05 |
Peter Rabbitson |
Rename last_dbh and turn it into a public method |
blob | commitdiff | diff to current |
2009-07-30 |
Rafael Kitover |
better test for "smalldatetime" in Sybase |
blob | commitdiff | diff to current |
2009-07-28 |
Rafael Kitover |
minor refactoring, cleanups, doc updates |
blob | commitdiff | diff to current |
2009-07-27 |
Rafael Kitover |
better FreeTDS support |
blob | commitdiff | diff to current |
2009-07-25 |
Rafael Kitover |
add money type support |
blob | commitdiff | diff to current |
2009-07-25 |
Rafael Kitover |
make insert work as a nested transaction too |
blob | commitdiff | diff to current |
2009-07-24 |
Rafael Kitover |
code cleanup |
blob | commitdiff | diff to current |
2009-07-24 |
Rafael Kitover |
fix race condition in last_insert_id with placeholders |
blob | commitdiff | diff to current |
2009-07-24 |
Rafael Kitover |
savepoint support |
blob | commitdiff | diff to current |
2009-07-24 |
Rafael Kitover |
add support for IDENTITY_INSERT |
blob | commitdiff | diff to current |
2009-07-22 |
Rafael Kitover |
remove unnecessary test Result class |
blob | commitdiff | diff to current |
2009-07-22 |
Rafael Kitover |
minor cleanups |
blob | commitdiff | diff to current |
2009-07-20 |
Rafael Kitover |
better check for FreeTDS thanks to arcanez |
blob | commitdiff | diff to current |
2009-07-20 |
Rafael Kitover |
change the (incorrect) version check to a check for... |
blob | commitdiff | diff to current |
2009-07-20 |
Rafael Kitover |
blob update now works |
blob | commitdiff | diff to current |
2009-07-19 |
Rafael Kitover |
minor cleanups |
blob | commitdiff | diff to current |
2009-07-19 |
Rafael Kitover |
mangling _select_args turned out to be unnecessary |
blob | commitdiff | diff to current |
2009-07-17 |
Rafael Kitover |
some compatibility updated for older DBD::Sybase versio... |
blob | commitdiff | diff to current |
2009-07-17 |
Rafael Kitover |
make insertion of blobs into tables with identity colum... |
blob | commitdiff | diff to current |
2009-07-14 |
Rafael Kitover |
set maxConnect in DSN and add docs |
blob | commitdiff | diff to current |
2009-07-14 |
Rafael Kitover |
substantially reduced ping count, dynamic cursors suppo... |
blob | commitdiff | diff to current |
2009-07-09 |
Rafael Kitover |
Merge 'trunk' into 'sybase' |
blob | commitdiff | diff to current |
2009-07-07 |
Rafael Kitover |
fix sybase rebless to NoBindVars |
blob | commitdiff | diff to current |
2009-07-03 |
Peter Rabbitson |
Switch to C3 mro throughout the ::Storage hierarchy... |
blob | commitdiff | diff to current |
2009-07-03 |
Rafael Kitover |
fix sybase mro |
blob | commitdiff | diff to current |
2009-07-03 |
Rafael Kitover |
minor changes |
blob | commitdiff | diff to current |
2009-07-02 |
Rafael Kitover |
Merge 'trunk' into 'sybase' |
blob | commitdiff | diff to current |
2009-07-01 |
Rafael Kitover |
new connected() for dbd::sybase users |
blob | commitdiff | diff to current |
2009-06-30 |
Rafael Kitover |
code cleanups |
blob | commitdiff | diff to current |
2009-06-30 |
Rafael Kitover |
merge on_connect_call updates |
blob | commitdiff | diff to current |
2009-06-28 |
Rafael Kitover |
prototype blob implementation |
blob | commitdiff | diff to current |
2009-06-25 |
Rafael Kitover |
fixup POD, comment out count |
blob | commitdiff | diff to current |
2009-06-23 |
Rafael Kitover |
minor changes |
blob | commitdiff | diff to current |
2009-06-19 |
Rafael Kitover |
cleanups |
blob | commitdiff | diff to current |
2009-06-18 |
Rafael Kitover |
added connect_call_blob_setup for Sybase |
blob | commitdiff | diff to current |
2009-06-17 |
Rafael Kitover |
more dt docs reorg |
blob | commitdiff | diff to current |
2009-06-17 |
Rafael Kitover |
rename and document dt setup method, will be an on_conn... |
blob | commitdiff | diff to current |
2009-06-13 |
Rafael Kitover |
switch to DateTime::Format::Sybase |
blob | commitdiff | diff to current |
2009-06-10 |
Rafael Kitover |
Sybase count by first pk, if available |
blob | commitdiff | diff to current |
2009-06-05 |
Rafael Kitover |
Merge 'trunk' into 'sybase_noquote' |
blob | commitdiff | diff to current |
2009-06-04 |
Rafael Kitover |
set date format on _rebless correctly |
blob | commitdiff | diff to current |
2009-06-04 |
Rafael Kitover |
minor sybase count fix |
blob | commitdiff | diff to current |
2009-06-04 |
Rafael Kitover |
back to counting rows for Sybase LIMIT counts |
blob | commitdiff | diff to current |
2009-06-04 |
Rafael Kitover |
use TOP for sybase limit count thanks to refactored... |
blob | commitdiff | diff to current |
2009-06-04 |
Rafael Kitover |
sybase limit count without offset now works |
blob | commitdiff | diff to current |
2009-06-04 |
Rafael Kitover |
update Sybase docs |
blob | commitdiff | diff to current |
2009-06-04 |
Rafael Kitover |
fix base for mssql (can't be a sybase anymore) |
blob | commitdiff | diff to current |
2009-06-03 |
Rafael Kitover |
fix Sybase DT stuff and storage bases |
blob | commitdiff | diff to current |
2009-05-23 |
Rafael Kitover |
minor clean up |
blob | commitdiff | diff to current |
2009-05-23 |
Rafael Kitover |
Merge 'trunk' into 'sybase' |
blob | commitdiff | diff to current |
2009-05-23 |
Rafael Kitover |
revert last Sybase changes |
blob | commitdiff | diff to current |
2009-05-23 |
Rafael Kitover |
Sybase bindvar and IC::DT support |
blob | commitdiff | diff to current |
2009-05-23 |
Rafael Kitover |
Sybase autopk, and a test, no limit support yet |
blob | commitdiff | diff to current |
2009-05-22 |
Rafael Kitover |
add some support for trying to determine storage driver... |
blob | commitdiff | diff to current |
2009-05-05 |
Justin Hunter |
add a line to Changes and add a CAVEAT |
blob | commitdiff | diff to current |
2009-04-30 |
Justin Hunter |
fixes for MSSQL via Sybase |
blob | commitdiff | diff to current |
2009-04-30 |
Justin Hunter |
jump to ::DBI::Sybase::MSSQL if we are using MSSQL... |
blob | commitdiff | diff to current |
2009-03-03 |
Peter Rabbitson |
Put code back into branch (and fix trunk snafu) |
blob | commitdiff | diff to current |
2009-03-03 |
Peter Rabbitson |
Put code back into branch (and fix trunk snafu) |
blob | commitdiff | diff to current |
2009-03-03 |
Peter Rabbitson |
Backout entire sybase/nobindvars/noquote changeset... |
blob | commitdiff |
2009-03-03 |
Peter Rabbitson |
Clarify sybase/nobindvars problem (should have never... |
blob | commitdiff | diff to current |
2009-02-27 |
Peter Rabbitson |
Fix some should_quote_data_type problems |
blob | commitdiff | diff to current |
2008-08-24 |
Matt S Trout |
first cut at vairable bind vars for sybase |
blob | commitdiff | diff to current |
2006-06-16 |
Brandon L. Black |
further changes to the Sybase / MSSQL storage stuff |
blob | commitdiff | diff to current |
2006-06-09 |
Brandon L. Black |
NoBindVars + Sybase + MSSQL stuff |
blob | commitdiff | diff to current |
|