The real workaround for txn_scope_guard being called twice
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI.pm
2015-03-12 Peter Rabbitson The real workaround for txn_scope_guard being called...
2015-02-17 Peter Rabbitson Rewrite hot-ish _dbi_attrs_for_bind codepath in a leane...
2014-11-07 Peter Rabbitson Cleanup code in _dbh_columns_info_for, add stresstest...
2014-10-21 Peter Rabbitson Switch all double-optdeps calls to a single invocation...
2014-09-24 Peter Rabbitson After 5268b1da populate remained the sole user of Data...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-21 Peter Rabbitson A massive amount of link fixes (just links, almost...
2014-08-05 Peter Rabbitson S::L tests rely on preserving the sqlmaker between...
2014-08-05 Peter Rabbitson Tighten the 'txn-op on disconnected handle' checks
2014-08-05 Peter Rabbitson Simplify some ::Storage::DBI methods (no tempvars)
2014-08-05 Peter Rabbitson Deprecate insert_bulk - we will be changing its signatu...
2014-08-05 Peter Rabbitson Fix both a dubious test and a regression in populate...
2014-08-05 Peter Rabbitson Cosmetic rearranging/renaming of some parts of the...
2014-07-31 Peter Rabbitson Ensure proper behavior when quoting is *disabled* ...
2014-07-29 Peter Rabbitson The fix in f9b5239ac was both shortsighted and insufficient
2014-07-27 Peter Rabbitson Ensure collapse is respected regardless of selection...
2014-07-21 Peter Rabbitson Replace many closure-based proxy methods with static...
2014-07-19 Peter Rabbitson is_X_value functions introduced in 3705e3b28 migrated...
2014-07-09 Peter Rabbitson Revert optimistic and sloppy changes from 3705e3b2...
2014-07-08 Peter Rabbitson Pass the main rsrc in attrs, instead of trying to fish...
2014-06-10 Peter Rabbitson Revert heading change from 06752a03d, centralize the...
2014-06-04 Peter Rabbitson Consolidate handling of "is this a literal" and "is...
2014-05-22 Peter Rabbitson Fix multi-value literal populate not working with simpl...
2014-04-25 Peter Rabbitson Properly detect and test mysql v3 default JOIN behavior
2014-04-25 Peter Rabbitson Clarify that sql_maker is just a getter at this point
2014-03-09 Peter Rabbitson Fix pesky on_connect_* race condition abraxxa++ ilmari++
2014-01-22 Peter Rabbitson Massive incompatible change of ::BlockRunner internals
2014-01-22 Peter Rabbitson Fix long standing issue with resultset growth on repeat...
2014-01-19 Peter Rabbitson Stop various CLONE-registries from growing indefinitely
2013-12-10 Peter Rabbitson Streamline connection codepath, fix $ENV{DBI_DSN} regre...
2013-11-05 Peter Rabbitson Centralize and sanify generation of synthetic group_by...
2013-10-31 Peter Rabbitson Simplify DBIHacks signatures
2013-10-11 Peter Rabbitson Make the dbh error handler installer `Perl -d` friendly
2013-08-08 David Steinbrunner typo fixes
2013-04-24 Peter Rabbitson Fix very subtle but deadly bug in single()
2013-04-20 Peter Rabbitson deployment_statements() and cursor_class() are storage...
2013-04-20 Peter Rabbitson Cleanup logic of _determine_driver - do not fire unless...
2013-04-20 Peter Rabbitson More robust tests of dependency lazy-loading and delay...
2013-04-19 Brendan Byrd Support for $val === [ {}, $val ] in literal SQL +...
2013-04-19 Peter Rabbitson Store the final calculated select args in the original $rs
2013-04-19 Peter Rabbitson Misc cleanup, no functional changes
2013-04-18 Peter Rabbitson Cut down amount of calls to _resolve_aliastypes_from_se...
2013-04-17 Peter Rabbitson Another blast from the past - fix distinct/order behavi...
2013-04-17 Peter Rabbitson Fix "current rs is always first in from" brainfart...
2013-04-17 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-04-15 Matt Phillips Changes pod references to deprecated SQLT methods
2013-04-02 Peter Rabbitson Work around SQLite's RT#79576
2013-04-01 Peter Rabbitson Simplify _select_args_to_query - contortions not needed...
2013-04-01 Peter Rabbitson Refactor sth preparation/binding - no functional changes
2013-03-10 Peter Rabbitson Radically rethink complex prefetch - make most useful...
2013-03-10 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-02-28 Peter Rabbitson Guard against exceptions in _describe_connection
2013-02-14 Peter Rabbitson Massively optimize ->cursor->next while fixing some...
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-02-01 Peter Rabbitson Revert parts of 6864429a which utterly broke dbh_do...
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...
next