Extra sanity check of a fresh DBI handle
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI.pm
2013-01-29 Peter Rabbitson Extra sanity check of a fresh DBI handle
2013-01-21 Peter Rabbitson Some cleanups around loading/use of DBIx::Class::Except...
2013-01-21 Peter Rabbitson Simplify dbh_do invocation, and only alias @_ when...
2013-01-12 Peter Rabbitson deployment_statements() is not storage-dependent -...
2013-01-12 Peter Rabbitson Reduce amount of calls to $rsrc->columns_info where...
2013-01-12 Peter Rabbitson _resolve_bindattrs already expects colinfo - just pass...
2013-01-12 Peter Rabbitson Optimize populate(), especially bind handling in comple...
2013-01-12 Peter Rabbitson Ensure _dbi_attrs_for_bind/bind_attribute_by_data_type...
2013-01-12 Peter Rabbitson Remove support for source_bind_attributes() as promised...
2012-12-11 Brendan Byrd Various other POD fixes
2012-12-10 Peter Rabbitson Use legacy File::Path API - avoid a dependency (see...
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2012-11-18 Peter Rabbitson Rewrite 461c7168 solving Oracle silent connection failures
2012-11-14 Peter Rabbitson More robust behavior under heavily threaded environments
2012-11-05 Peter Rabbitson Better diagnostics in the case of missing drivers,...
2012-11-03 Peter Rabbitson Reorganize constants handling, add escapes for fork...
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-07-11 Arthur Axel 'fREW... release v0.08198 v0.08198
2012-07-10 Rafael Kitover fix silent Oracle connection failures
2012-07-10 Rafael Kitover better type check for mssql+ado binary null strip
2012-04-16 Matt S Trout No join pruning on a SINGLE TABLE FROM CLAUSE
2012-04-16 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-04-14 Peter Rabbitson Document software_limit and properly throw on related...
2012-03-22 Peter Rabbitson Remove all "magic number" DBI get_info calls from the...
2012-03-22 Peter Rabbitson Replace all use of wantarray tri-calls with explicit...
2012-03-20 Rafael Kitover Factor out IDENTITY_INSERT for Sybase ASE and MSSQL...
2012-03-18 Peter Rabbitson Make sure do_query retries on potentially disconnected...
2012-03-12 Peter Rabbitson Rewrite txn_do and dbh_do to use a (hidden for now...
2012-02-18 Peter Rabbitson Fix rogue child disconnecting a parent $dbh - no idea...
2012-02-14 Peter Rabbitson Majorly cleanup $rs->update/delete (no $rs-aware code...
2012-02-14 Peter Rabbitson Overhaul of variable \[] handling in populate, and...
2012-02-14 Peter Rabbitson Switch from using execute_array to execute_for_fetch...
2012-02-14 Peter Rabbitson Factor out bindattr resolver and tighten code a bit
2012-02-14 Peter Rabbitson Allow users to disable the "DT in search" warning intro...
2012-01-18 Graham Knop use more correct subsection links in POD
2012-01-18 Graham Knop remove ::Storage::DBI::sth from POD as it should never...
2012-01-18 Rafael Kitover issue warning for DateTimes passed to ->search
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-11-25 Peter Rabbitson Start caching the result of various bind_attribute_by_d...
2011-10-26 Dagfinn Ilmari Man... Mark ->with_deferred_fk_checks as RDBMS-specific
2011-05-02 Rafael Kitover Cleanup Oracle's 00a28188 / add support for update...
2011-04-29 Peter Rabbitson Another overhaul of transaction/savepoint handling
2011-04-16 Rafael Kitover handle BLOB and CLOB columns in WHERE for Oracle
2011-04-16 Robert Bohne Add retrieve_on_insert column_info flag, to autoretriev...
2011-04-04 Peter Rabbitson Overhaul populate code - fix \[] support and exotic...
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-29 Peter Rabbitson Privatize _sth
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-01 Peter Rabbitson Switch sql_maker_class and datetime_parser_type to...
2011-02-27 Jonathan Yu Minor POD spelling and link fixes
2011-02-25 Peter Rabbitson Lazy-load as many of the non-essential modules as possible
2011-02-25 Peter Rabbitson Cleanup C3 handling, require updated Class::C3::Compone...
2011-02-22 milki Patch to schema->deploy against a file
2011-02-21 Rafael Kitover Cleanup/extend blob/clob detection/checks
2011-02-21 Rafael Kitover Use a safer $dbh->get_info
2011-02-03 Peter Rabbitson Better exception when things get really really bad...
2011-02-03 Rafael Kitover add quote_names connect_info option
2011-01-19 Peter Rabbitson DBIC now warns on explicit false AutoCommit, and when...
2011-01-19 Peter Rabbitson Fix incorrect error detection during populate() on...
2011-01-14 Peter Rabbitson Reduce to a warning the commit-without-apparent-begin...
2011-01-13 Peter Rabbitson Cleanup ResultSourceHandle handling after M.A.D. introd...
2011-01-05 Peter Rabbitson Make sure unaliased selectors and prefetch coexist...
2010-12-15 Rafael Kitover merge and improve _is_lob_type from Sybase::ASE into...
2010-12-15 Alexander Hartmaier support INSERT ... RETURNING in Oracle 8i and later
2010-12-02 Peter Rabbitson Indulge in some microoptimization
2010-12-02 Fabien Wernli Get Storage::Oracle to behave when quoting is enabled
2010-12-01 Peter Rabbitson Fix the DBI-destroy-warning silencer
2010-11-23 Rafael Kitover Fix multiple storage regressions from 52416317
2010-11-18 Peter Rabbitson Overhaul thread handling
2010-11-18 Peter Rabbitson Stop showing __BULK_INSERT__ during populate() without...
2010-11-18 Peter Rabbitson Fix a forgotten nested try::tiny usage
2010-11-18 Peter Rabbitson Attach a storage debugobj lazily instead of at new...
2010-11-18 Peter Rabbitson Unqualify imported functions
2010-11-10 Peter Rabbitson Refactor insert logic (Row should not handle SQLA options)
2010-11-10 Peter Rabbitson Introduce columns_info, switch a large portion of the...
2010-11-10 Arthur Axel 'fREW... Don't quote NULL for debug output
2010-10-27 Peter Rabbitson Add undocumented ability to disable the join optimizer
2010-10-22 Peter Rabbitson Massive cleanup of transaction handlers
2010-10-14 Peter Rabbitson Set name_sep by default (even if unused). Simplify...
2010-09-18 Peter Rabbitson Fix leak of $sth during populate() on perls < 5.10
2010-09-17 Peter Rabbitson No longer explicitly disconnect on ::Storage DESTROY
2010-09-17 Peter Rabbitson Remove bogus pre-txn_begin first-connect call
2010-09-17 Peter Rabbitson Make _server_info() _determine_driver-bound
2010-08-31 Peter Rabbitson Fix mysterious ::Storage::DBI goto-shim failures on...
2010-08-31 Peter Rabbitson Remove forgotten frame from Storage-method overrides...
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-08-04 Peter Rabbitson Merge 'trunk' into 'prefetch'
2010-08-04 Peter Rabbitson Now collapse is a flag, not a list
2010-07-12 Peter Rabbitson Rewrite the DBI connector to use Try::Tiny, avoid a...
2010-07-11 Peter Rabbitson Fix bulk-insert trace
2010-06-11 Peter Rabbitson Stop using Try::Tiny until the perl refcounting problem...
2010-06-02 Peter Rabbitson Make sure ddl_dir is created even if a dir-object is...
2010-06-02 Peter Rabbitson Do not use 2**32 directly - causes %u differences betwe...
2010-06-01 Peter Rabbitson Preserve @_ aliasing semantics on coderefs within try...
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-05-31 Peter Rabbitson Fix Schema::Versioned borkage
2010-05-31 Peter Rabbitson Fix Top-limit problem of missed bindvars
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
next