2012-12-09 |
Brendan Byrd |
AUTHORS mass update; mst doesn't have to take credit... |
tree | commitdiff |
2012-05-15 |
Rafael Kitover |
add more docs on software_limit resultset attr |
tree | commitdiff |
2012-04-03 |
Rafael Kitover |
Fix auto-pk for Sybase ASE, broken by refactoring in... |
tree | commitdiff |
2012-03-24 |
Rafael Kitover |
Fix thinkos from bfec318f and 3edfebff |
tree | commitdiff |
2012-03-23 |
Rafael Kitover |
support FreeTDS 0.91 with Sybase ASE + DBD::Sybase |
tree | commitdiff |
2012-03-23 |
Rafael Kitover |
Appease DBD::Sybase compiled with new freetds |
tree | commitdiff |
2012-03-23 |
Peter Rabbitson |
Centralize (and privatize) handling of freetds driver... |
tree | commitdiff |
2012-03-20 |
Rafael Kitover |
Factor out IDENTITY_INSERT for Sybase ASE and MSSQL... |
tree | commitdiff |
2012-02-14 |
Peter Rabbitson |
Switch from using execute_array to execute_for_fetch... |
tree | commitdiff |
2012-02-14 |
Peter Rabbitson |
Fix ASE bulk_insert for bind changes in 0e773352 |
tree | commitdiff |
2012-01-05 |
Peter Rabbitson |
Trailing WS crusade - got to save them bits |
tree | commitdiff |
2011-11-25 |
Peter Rabbitson |
Fix uninitializied warnings in ::Storage::Sybase::ASE... |
tree | commitdiff |
2011-10-25 |
Peter Rabbitson |
Fixxor pause indexing |
tree | commitdiff |
2011-06-05 |
Peter Rabbitson |
Extra cleanup of leftovers from 70171cd7 |
tree | commitdiff |
2011-05-18 |
Rafael Kitover |
add DateTime parser for Sybase ASE |
tree | commitdiff |
2011-05-17 |
Rafael Kitover |
change FreeTDS related warnings to carp_once |
tree | commitdiff |
2011-05-02 |
Rafael Kitover |
Fix assumption in Sybase::ASE blob updater: cond is... |
tree | commitdiff |
2011-04-29 |
Peter Rabbitson |
Another overhaul of transaction/savepoint handling |
tree | commitdiff |
2011-04-09 |
Rafael Kitover |
Refactor/improve support of DBD::Sybase compiled agains... |
tree | commitdiff |
2011-03-30 |
Peter Rabbitson |
Massive rewrite of bind handling, and overall simplific... |
tree | commitdiff |
2011-03-27 |
Peter Rabbitson |
Ditch Carp::Clan for our own thing |
tree | commitdiff |
2011-03-22 |
Peter Rabbitson |
Cleanup that namespacing mess |
tree | commitdiff |
2011-03-01 |
Peter Rabbitson |
Switch sql_maker_class and datetime_parser_type to... |
tree | commitdiff |
2011-02-25 |
Peter Rabbitson |
Cleanup C3 handling, require updated Class::C3::Compone... |
tree | commitdiff |
2011-02-21 |
Rafael Kitover |
Cleanup/extend blob/clob detection/checks |
tree | commitdiff |
2011-02-03 |
Rafael Kitover |
add quote_names connect_info option |
tree | commitdiff |
2010-12-15 |
Rafael Kitover |
merge and improve _is_lob_type from Sybase::ASE into... |
tree | commitdiff |
2010-12-02 |
Peter Rabbitson |
Indulge in some microoptimization |
tree | commitdiff |
2010-12-01 |
Peter Rabbitson |
Quieter Sybase tests |
tree | commitdiff |
2010-11-23 |
Rafael Kitover |
Fix multiple storage regressions from 52416317 |
tree | commitdiff |
2010-11-10 |
Peter Rabbitson |
Introduce columns_info, switch a large portion of the... |
tree | commitdiff |
2010-10-26 |
Peter Rabbitson |
Patch up weird MRO fail on 5.8 perls |
tree | commitdiff |
2010-08-27 |
Peter Rabbitson |
Rename SQLAHacks to SQLMaker, shuffle around files... |
tree | commitdiff |
2010-08-26 |
Peter Rabbitson |
SQLA::Limit is no more \o/ |
tree | commitdiff |
2010-08-07 |
Peter Rabbitson |
New $dbh capability handling - allows someone to say |
tree | commitdiff |
2010-06-02 |
Rafael Kitover |
use SET ROWCOUNT for Sybase ASE limits without an offset |
tree | commitdiff |
2010-06-01 |
Rafael Kitover |
use namespace::cleaned out imports for some common... |
tree | commitdiff |
2010-06-01 |
Rafael Kitover |
fix uninitialized warning |
tree | commitdiff |
2010-05-31 |
Peter Rabbitson |
Fix RT57467, simplify test |
tree | commitdiff |
2010-05-31 |
Arthur Axel "fREW... |
use namespace::clean w/ Try::Tiny |
tree | commitdiff |
2010-05-25 |
Peter Rabbitson |
More try::tiny conversions |
tree | commitdiff |
2010-05-15 |
Ton Voon |
All expected evals converted to try, except where no... |
tree | commitdiff |
2010-04-14 |
Rafael Kitover |
datetime millisecond precision for MSSQL |
tree | commitdiff |
2010-04-08 |
Rafael Kitover |
syntax error |
tree | commitdiff |
2010-04-08 |
Peter Rabbitson |
Refactor the version handling |
tree | commitdiff |
2010-03-25 |
Rafael Kitover |
remove _get_mssql_version |
tree | commitdiff |
2010-03-19 |
Rafael Kitover |
POD fixups |
tree | commitdiff |
2010-02-19 |
Peter Rabbitson |
Merge 'trunk' into 'pri_key_refactor' |
tree | commitdiff |
2010-02-15 |
Nuba Princigalli |
spelling fixes in the documaentation, sholud be gud... |
tree | commitdiff |
2010-02-14 |
Peter Rabbitson |
Merge 'trunk' into 'pri_key_refactor' |
tree | commitdiff |
2010-02-02 |
Rafael Kitover |
rename ::Sybase::ASA to ::SQLAnywhere, per mst |
tree | commitdiff |
2010-02-02 |
Rafael Kitover |
fix stupid identity bug, test empty insert (works)... |
tree | commitdiff |
2010-02-02 |
Rafael Kitover |
deref table name if needed, check all columns for ident... |
tree | commitdiff |
2010-02-02 |
Rafael Kitover |
ASA last_insert_id and limit support, still needs BLOB... |
tree | commitdiff |
2010-02-01 |
Rafael Kitover |
update POD about Schema::Loader for Sybase |
tree | commitdiff |
2010-01-31 |
Rafael Kitover |
add POD about computed columns and timestamps for Sybase |
tree | commitdiff |
2010-01-31 |
Rafael Kitover |
empty insert into a Sybase table with computed columns... |
tree | commitdiff |
2010-01-31 |
Peter Rabbitson |
Helper primary_columns wrapper to throw if a PK is... |
tree | commitdiff |
2010-01-03 |
Rafael Kitover |
fix _rebless into sybase/mssql/nobindvars |
tree | commitdiff |
2009-11-23 |
Peter Rabbitson |
refactor part 2 |
tree | commitdiff |
2009-11-23 |
Peter Rabbitson |
refactor part1 |
tree | commitdiff |
2009-11-22 |
Rafael Kitover |
override _run_connection_actions for internal connectio... |
tree | commitdiff |
2009-11-10 |
Rafael Kitover |
made commit/rollback when disconnected an exception |
tree | commitdiff |
2009-11-06 |
Rafael Kitover |
transactions for MSSQL over DBD::Sybase |
tree | commitdiff |
2009-09-24 |
Rafael Kitover |
minor cleanups, test update of blob to NULL |
tree | commitdiff |
2009-09-21 |
Peter Rabbitson |
Changes |
tree | commitdiff |
2009-09-20 |
Peter Rabbitson |
Part one of the sybase work by Caelum (mostly reviewed) |
tree | commitdiff |
2009-09-20 |
Peter Rabbitson |
Missed a part of the revert |
tree | commitdiff |
2009-09-20 |
Peter Rabbitson |
Backout sybase changes |
tree | commitdiff |
2009-09-18 |
Peter Rabbitson |
All of caelum's work so far (not reviewed) |
tree | commitdiff |
2009-09-18 |
Peter Rabbitson |
Rollback all bulk insert code before merge |
tree | commitdiff |
2009-09-18 |
Rafael Kitover |
fix freetds |
tree | commitdiff |
2009-09-09 |
Peter Rabbitson |
Much simpler |
tree | commitdiff |
2009-09-09 |
Peter Rabbitson |
Localisation ain't free, we don't do it unless we have to |
tree | commitdiff |
2009-09-09 |
Rafael Kitover |
remove unsafe_insert |
tree | commitdiff |
2009-08-30 |
Peter Rabbitson |
Rename insert_txn to unsafe_insert |
tree | commitdiff |
2009-08-30 |
Peter Rabbitson |
Change should_quote_value to interpolate_unquoted to... |
tree | commitdiff |
2009-08-29 |
Rafael Kitover |
fix inserts with active cursors |
tree | commitdiff |
2009-08-29 |
Peter Rabbitson |
Cleanup: |
tree | commitdiff |
2009-08-24 |
Rafael Kitover |
remove duplicate oracle method and fix an mssql method... |
tree | commitdiff |
2009-08-24 |
Rafael Kitover |
make insert only use a txn if needed, add connect_call_... |
tree | commitdiff |
2009-08-23 |
Peter Rabbitson |
Rename the common sybase driver |
tree | commitdiff |
2009-08-23 |
Peter Rabbitson |
Generalize and hide placeholder support check |
tree | commitdiff |
2009-08-16 |
Rafael Kitover |
Merge 'trunk' into 'sybase' |
tree | commitdiff |
2009-08-13 |
Peter Rabbitson |
Caelum was right to make _get_dbh private - reverting... |
tree | commitdiff |
2009-08-10 |
Rafael Kitover |
document placeholders_with_type_conversion_supported... |
tree | commitdiff |
2009-08-08 |
Peter Rabbitson |
Merge 'trunk' into 'sybase' |
tree | commitdiff |
2009-08-05 |
Peter Rabbitson |
Whoopsie - more renames |
tree | commitdiff |
2009-08-05 |
Rafael Kitover |
update branch after pull |
tree | commitdiff |
2009-08-05 |
Rafael Kitover |
fix a couple minor issues after pull from trunk |
tree | commitdiff |
2009-08-05 |
Rafael Kitover |
Merge 'trunk' into 'sybase' |
tree | commitdiff |
2009-07-30 |
Rafael Kitover |
add missing file |
tree | commitdiff |
2009-07-28 |
Rafael Kitover |
minor refactoring, cleanups, doc updates |
tree | commitdiff |
2009-07-27 |
Rafael Kitover |
better FreeTDS support |
tree | commitdiff |
2009-07-25 |
Rafael Kitover |
add money type support |
tree | commitdiff |
2009-07-25 |
Rafael Kitover |
make insert work as a nested transaction too |
tree | commitdiff |
2009-07-25 |
Rafael Kitover |
use _resolve_column_info in NoBindVars |
tree | commitdiff |
2009-07-25 |
Rafael Kitover |
add a comment |
tree | commitdiff |
2009-07-25 |
Rafael Kitover |
move placeholder support detection into ::Sybase::Base |
tree | commitdiff |
2009-07-24 |
Rafael Kitover |
fix race condition in last_insert_id with placeholders |
tree | commitdiff |
next |