fix and regression test for RT #62642
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Sybase /
2010-10-26 Peter Rabbitson Patch up weird MRO fail on 5.8 perls
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...
2010-08-26 Peter Rabbitson SQLA::Limit is no more \o/
2010-08-07 Peter Rabbitson New $dbh capability handling - allows someone to say
2010-06-02 Rafael Kitover use SET ROWCOUNT for Sybase ASE limits without an offset
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-06-01 Rafael Kitover fix uninitialized warning
2010-05-31 Peter Rabbitson Fix RT57467, simplify test
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-04-14 Rafael Kitover datetime millisecond precision for MSSQL
2010-04-08 Rafael Kitover syntax error
2010-04-08 Peter Rabbitson Refactor the version handling
2010-03-25 Rafael Kitover remove _get_mssql_version
2010-03-19 Rafael Kitover POD fixups
2010-02-19 Peter Rabbitson Merge 'trunk' into 'pri_key_refactor'
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-14 Peter Rabbitson Merge 'trunk' into 'pri_key_refactor'
2010-02-02 Rafael Kitover rename ::Sybase::ASA to ::SQLAnywhere, per mst
2010-02-02 Rafael Kitover fix stupid identity bug, test empty insert (works)...
2010-02-02 Rafael Kitover deref table name if needed, check all columns for ident...
2010-02-02 Rafael Kitover ASA last_insert_id and limit support, still needs BLOB...
2010-02-01 Rafael Kitover update POD about Schema::Loader for Sybase
2010-01-31 Rafael Kitover add POD about computed columns and timestamps for Sybase
2010-01-31 Rafael Kitover empty insert into a Sybase table with computed columns...
2010-01-31 Peter Rabbitson Helper primary_columns wrapper to throw if a PK is...
2010-01-03 Rafael Kitover fix _rebless into sybase/mssql/nobindvars
2009-11-23 Peter Rabbitson refactor part 2
2009-11-23 Peter Rabbitson refactor part1
2009-11-22 Rafael Kitover override _run_connection_actions for internal connectio...
2009-11-10 Rafael Kitover made commit/rollback when disconnected an exception
2009-11-06 Rafael Kitover transactions for MSSQL over DBD::Sybase
2009-09-24 Rafael Kitover minor cleanups, test update of blob to NULL
2009-09-21 Peter Rabbitson Changes
2009-09-20 Peter Rabbitson Part one of the sybase work by Caelum (mostly reviewed)
2009-09-20 Peter Rabbitson Missed a part of the revert
2009-09-20 Peter Rabbitson Backout sybase changes
2009-09-18 Peter Rabbitson All of caelum's work so far (not reviewed)
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 Peter Rabbitson Localisation ain't free, we don't do it unless we have to
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 remove duplicate oracle method and fix an mssql method...
2009-08-24 Rafael Kitover make insert only use a txn if needed, add connect_call_...
2009-08-23 Peter Rabbitson Rename the common sybase driver
2009-08-23 Peter Rabbitson Generalize and hide placeholder support check
2009-08-16 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-13 Peter Rabbitson Caelum was right to make _get_dbh private - reverting...
2009-08-10 Rafael Kitover document placeholders_with_type_conversion_supported...
2009-08-08 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-08-05 Peter Rabbitson Whoopsie - more renames
2009-08-05 Rafael Kitover update branch after pull
2009-08-05 Rafael Kitover fix a couple minor issues after pull from trunk
2009-08-05 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-30 Rafael Kitover add missing file
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-25 Rafael Kitover use _resolve_column_info in NoBindVars
2009-07-25 Rafael Kitover add a comment
2009-07-25 Rafael Kitover move placeholder support detection into ::Sybase::Base
2009-07-24 Rafael Kitover fix race condition in last_insert_id with placeholders
2009-07-24 Rafael Kitover add placeholder support detection for mssql through...
2009-07-24 Rafael Kitover moved code to ::DBI::MSSQL and added DT inflation test
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-19 Rafael Kitover mangling _select_args turned out to be unnecessary
2009-07-17 Rafael Kitover make insertion of blobs into tables with identity colum...
2009-07-09 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-03 Peter Rabbitson Switch to C3 mro throughout the ::Storage hierarchy...
2009-07-02 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-01 Rafael Kitover move connection tests into _ping()
2009-07-01 Rafael Kitover fix segfault with old DBD::Sybase
2009-07-01 Rafael Kitover use ->do instead of ->prepare_cached in oracle's connec...
2009-07-01 Rafael Kitover use dbh->do for connected instead of prepare_cached
2009-07-01 Rafael Kitover better connection test
2009-07-01 Rafael Kitover new connected() for dbd::sybase users
2009-06-30 Rafael Kitover code cleanups
2009-06-19 Rafael Kitover cleanups
2009-06-13 Rafael Kitover switch to DateTime::Format::Sybase
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-04 Rafael Kitover fix base for mssql (can't be a sybase anymore)
next