Backout sybase changes
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage /
2009-09-20 Peter Rabbitson Backout sybase changes
2009-09-18 Peter Rabbitson Clear up some legacy cruft and straighten inheritance
2009-09-18 Peter Rabbitson This code belogs in Storage::DBI
2009-09-18 Peter Rabbitson Cleanup exception handling
2009-09-18 Peter Rabbitson Rollback all bulk insert code before merge
2009-09-18 Rafael Kitover support for blobs in insert_bulk fallback
2009-09-18 Rafael Kitover Merge 'sybase' into 'sybase_bulk_insert'
2009-09-18 Rafael Kitover fix freetds
2009-09-18 Rafael Kitover fix yesterday's stuff, identity_update works, blob...
2009-09-17 Rafael Kitover I'll rewrite this bit tomorrow to be less retarded
2009-09-16 Peter Rabbitson Remove branched changes
2009-09-16 Peter Rabbitson Caelum's work so far
2009-09-16 Rafael Kitover use execute_array for insert_bulk, test insert_bulk...
2009-09-14 Rafael Kitover remove @args from DBI::sth, use full arg list
2009-09-14 Rafael Kitover minor change (fix inverted boolean for warning)
2009-09-14 Rafael Kitover sybase bulk API support stuff (no blobs yet, coming...
2009-09-13 Rafael Kitover allow subclassing of methods proxied to _writer_storage
2009-09-13 Rafael Kitover make sure _init doesn't loop, steal insert_bulk from...
2009-09-13 Rafael Kitover Merge 'trunk' into 'sybase'
2009-09-13 Rafael Kitover change _insert_dbh to _insert_storage
2009-09-12 Peter Rabbitson Even better localization of $@, and don't use Test...
2009-09-11 Peter Rabbitson Final scopeguard tweak (?)
2009-09-11 Peter Rabbitson scopeguard almost done
2009-09-11 Peter Rabbitson This is how the txnguard should really work
2009-09-11 Peter Rabbitson Fixed minor problem with txn scope guard - rollback...
2009-09-10 Peter Rabbitson The real fix
2009-09-10 Rafael Kitover do blob update over _insert_dbh
2009-09-09 Rafael Kitover remove Sub::Name hack for method dispatch, pass $next...
2009-09-09 Rafael Kitover Merge 'trunk' into 'sybase'
2009-09-09 Rafael Kitover test multi-row blob update
2009-09-09 Peter Rabbitson This should not have worked - I guess we lack tests?
2009-09-09 Peter Rabbitson Reduce amount of perl-golf :)
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-09-08 Arthur Axel "fREW... Turn IDENTITY_INSERT back off after inserts
2009-09-07 Rafael Kitover fix _insert_dbh code to only connect when needed, doc...
2009-09-07 Peter Rabbitson Whoops - last_insert_id allows for multiple autoinc...
2009-09-07 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-09-06 Peter Rabbitson Fix mssql pod
2009-09-06 Peter Rabbitson Clearer MSSQL error message
2009-09-06 Peter Rabbitson Centralize identity insert control for mssql (it seems...
2009-09-06 Peter Rabbitson Stop eating exceptions in ::Storage::DBI::DESTROY
2009-09-05 Rafael Kitover pending review by mpeppler
2009-09-04 Robert Buels oops, DBD::Pg 2.15.1 should be included in working...
2009-09-04 Robert Buels tweaked comment
2009-09-04 Robert Buels added code to use DBD::Pg column_info to fetch column...
2009-09-04 Robert Buels added big block comment explaining Pg sequence discover...
2009-09-04 Robert Buels tweaked pg sequence discovery error message a bit more
2009-09-04 Robert Buels refactored how Pg storage driver calls sequence search...
2009-09-04 Robert Buels moved search_path querying function from Pg storage...
2009-09-04 Peter Rabbitson Rewrite selector using sqla
2009-09-04 Peter Rabbitson Merge 'trunk' into 'pg_unqualified_schema'
2009-09-04 Peter Rabbitson Stop connecting to determine dt-parser (test is in...
2009-09-04 Robert Buels clarified the POD in Pg storage driver regarding multi...
2009-09-04 Robert Buels couple of comment/documentation tweaks to pg storage...
2009-09-04 Robert Buels rewrote autoinc fetcher as a query into the pg_catalog...
2009-09-03 Robert Buels added __END__ before pod in Pg storage
2009-09-03 Peter Rabbitson Minor cleanups
2009-09-03 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-09-03 Peter Rabbitson Consolidate _verify_pid calls
2009-09-03 Peter Rabbitson Storable sanification
2009-09-02 Robert Buels POD patch, corrected erroneous usage of dbh_do in Stora...
2009-09-02 Peter Rabbitson Merge 'trunk' into 'pg_unqualified_schema'
2009-09-02 Peter Rabbitson Make pg sequence autodetect deterministic (or throw...
2009-09-02 Peter Rabbitson Mysql v3 support (ick)
2009-09-02 Peter Rabbitson Centralize handling of minimum sqlt version to DBIx...
2009-09-01 Arthur Axel "fREW... pod describing strife with MSSQL
2009-09-01 Peter Rabbitson Fix insert_bulk with rebless
2009-09-01 Robert Buels in Pg storage, added a warning for case when the nextva...
2009-08-31 Rafael Kitover fix case where repelicant coderef dsn does not connect
2009-08-31 Rafael Kitover make replicant dsn detection a bit nicer
2009-08-31 Rafael Kitover support coderef connect_infos for repicated storage
2009-08-30 Peter Rabbitson Rename insert_txn to unsafe_insert
2009-08-30 Rafael Kitover added txn_scope_guards for blob operations
2009-08-30 Peter Rabbitson Change should_quote_value to interpolate_unquoted to...
2009-08-30 Peter Rabbitson Put the ocmment back
2009-08-30 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-08-30 Peter Rabbitson Minor cleanup and test enhancement
2009-08-30 Rafael Kitover add dbh_maker option to connect_info hash
2009-08-29 Rafael Kitover remove extra connection
2009-08-29 Rafael Kitover fix inserts with active cursors
2009-08-29 Rafael Kitover minor changes for tests to pass again
2009-08-29 Peter Rabbitson Varname was absolutely correct
2009-08-29 Peter Rabbitson Cleanup:
2009-08-29 Rafael Kitover switch to ::DBI::AutoCast
2009-08-29 Peter Rabbitson Reduce the number of heavy dbh_do calls
2009-08-29 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-29 Rafael Kitover rename _map_data_type to _native_data_type
2009-08-29 Peter Rabbitson Make sure arrays work
2009-08-29 Rafael Kitover rename method and add docs
2009-08-29 Rafael Kitover update link to Schema::Loader branch
2009-08-27 Rafael Kitover Merge 'trunk' into 'autocast'
2009-08-26 Peter Rabbitson Make sure sqlt_type gets called after determining driver
2009-08-25 Peter Rabbitson Merge 'grouped_has_many_join' into 'trunk'
2009-08-25 Peter Rabbitson Actual autocast code
2009-08-24 Peter Rabbitson Seems like abraxxa's bug is fixed
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-24 Rafael Kitover Merge 'trunk' into 'sybase'
next