Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI.pm
2016-09-30 Peter Rabbitson Tighten up select list processing in ::SQLMaker
2016-09-26 Peter Rabbitson Extract couple more stateless functions from DBIHacks...
2016-09-19 Peter Rabbitson With time couple DBIHacks methods became single-callsit...
2016-09-19 Peter Rabbitson Centralize specification of expected Result class base...
2016-09-13 Peter Rabbitson Remove use of Try::Tiny entirely (the missing part...
2016-09-13 Peter Rabbitson Fix silent failures on autoinc PK without an is_auto_in...
2016-07-25 Peter Rabbitson Revert C3-fication d009cb7d and fixups 7f068248 and...
2016-07-20 Peter Rabbitson Fix misleading error on deployment_statements in void ctx
2016-07-03 Peter Rabbitson Audit all local() calls within lib/ and t/lib
2016-05-26 Peter Rabbitson Prevent CLONE from potentially running more than once
2016-05-19 Peter Rabbitson Properly fix corner case of non-comparing overload
2016-04-12 Peter Rabbitson And lose yet another dependency: List::Util (yes, I...
2016-04-02 Fabrice Gabolde Fix parsing DSN when the driver part includes DBI attri...
2016-03-28 Peter Rabbitson Lose yet another dep (Data::Dumper::Concise)
2016-03-23 Peter Rabbitson Expand ASSERT_NO_SPURIOUS_EXCEPTION_ACTION to set a...
2016-03-03 Peter Rabbitson Do not load DBIC::Optional::Dependencies at runtime...
2016-03-02 Peter Rabbitson Get rid of Path::Class ( that *does* feel good )
2016-02-11 Dagfinn Ilmari Man... Proper fix for the lazy workaround in 7e1774f7
2016-02-04 Peter Rabbitson Silence more spurious warnings (this one is a serious...
2016-02-04 Peter Rabbitson Do our best to disconnect on request (goes with 45792de6)
2016-02-04 Peter Rabbitson Remove statement cache eviction before disconnect
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2016-01-27 Peter Rabbitson Ensure the $storage state reflects the current connecti...
2016-01-27 Peter Rabbitson Another overhaul (hopefully one of the last ones) of...
2016-01-27 Peter Rabbitson Consolidate various $storage state resets in $storage...
2016-01-13 Peter Rabbitson The complete fix for intermittent t/750firebird.t failu...
2015-11-05 Peter Rabbitson Move the rows/offset sanity checks from DBI to _resolve...
2015-11-04 Peter Rabbitson Replace \D with [^0-9] in sensitive spots
2015-11-03 Peter Rabbitson Fix oversight in 096ab902 breaking { -value => $array...
2015-11-03 Peter Rabbitson Stop requiring explicit bindtype specification for...
2015-09-08 Peter Rabbitson Switch the ::Sybase family to _determine_connector_driv...
2015-08-12 Peter Rabbitson Redo badly named constant folding arg introduced in...
2015-08-12 Peter Rabbitson Fix missing handling of on_(dis)connect* failures
2015-08-12 Peter Rabbitson Minor code reformat, to shorten the diff of next commit
2015-07-16 Peter Rabbitson Redo badly named constant folding arg introduced in...
2015-04-04 Peter Rabbitson Fix missing handling of on_(dis)connect* failures
2015-04-04 Peter Rabbitson Minor code reformat, to shorten the diff of next commit
2015-03-20 Alastair McGowan... Inflators are not respected by find() (being a ResultSe...
2015-03-20 Alastair McGowan... Inflators are not respected by find() (being a ResultSe...
2015-03-18 Peter Rabbitson 'undef =>' isn't what one would want
2015-03-18 Peter Rabbitson Workaround for double-call of destructors (based on...
2015-03-17 Peter Rabbitson Clarify name of guard function from 3d56e026, add it...
2015-03-16 Peter Rabbitson 'undef =>' isn't what one would want
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...
next