Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage /
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 Remove non-functional part of ::Storage::DBI::Sybase...
2016-09-13 Peter Rabbitson Fix silent failures on autoinc PK without an is_auto_in...
2016-08-22 Peter Rabbitson Centralize loading of DBIx::Class::Exception
2016-08-21 Peter Rabbitson Extract two stateless DBIHacks routines into a utility...
2016-07-25 Peter Rabbitson Fold column_info() into columns_info()
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-06-18 Peter Rabbitson Slight POD correction
2016-05-26 Peter Rabbitson Prevent CLONE from potentially running more than once
2016-05-24 Peter Rabbitson Remove last active reference to List::Util from lib/
2016-05-24 Peter Rabbitson This piece of doc has been incorrect since c354902c
2016-05-19 Peter Rabbitson Properly fix corner case of non-comparing overload
2016-04-28 Peter Rabbitson Centralize remaining uses of Sub::Name within _Util
2016-04-21 Dagfinn Ilmari Man... Fix ordering by 1:M prefetched boolean columns in Pg
2016-04-21 Dagfinn Ilmari Man... Use prepared statement from the start for populate...
2016-04-21 Dagfinn Ilmari Man... Fix Oracle _dbh_execute_for_fetch warning suppression
2016-04-14 Peter Rabbitson Slightly golf ::ResultSource::DESTROY and several weake...
2016-04-12 Peter Rabbitson Fix forgotten finally{} in Sybase::ASE (missed in ddcc0...
2016-04-12 Peter Rabbitson And lose yet another dependency: List::Util (yes, I...
2016-04-12 Peter Rabbitson Remove dead code from DBI::Replicated
2016-04-02 Fabrice Gabolde Fix parsing DSN when the driver part includes DBI attri...
2016-04-01 Peter Rabbitson Fix annoying warnings on innocent looking MSSQL code
2016-03-30 Peter Rabbitson Really fix SQLite savepoints unlike the shortsighted...
2016-03-30 Peter Rabbitson Fix incorrect exception propagation in ::Replicated...
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-03-01 Peter Rabbitson Untangle strictly-DBICTest constant from the main const...
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-04 Peter Rabbitson Streamline couple code paths/texts, no func changes...
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2016-02-03 Peter Rabbitson Remove last remaining accesses to ->VERSION in lib
2016-02-03 Peter Rabbitson Streamline BYTEA (binary) Pg optdeps using the new...
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 Remove useless try{} and rename some variables in ...
2016-01-27 Peter Rabbitson Consolidate various $storage state resets in $storage...
2016-01-22 Peter Rabbitson Relax overly aggressive exception-well-formedness check...
2016-01-22 Peter Rabbitson Microoptimize various "is this string empty" checks
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 spurious ROLLBACK statements when a TxnScopeGuard...
2015-11-03 Peter Rabbitson Fix oversight in 096ab902 breaking { -value => $array...
2015-11-03 Peter Rabbitson Stop requiring explicit bindtype specification for...
2015-10-15 Peter Rabbitson Clarify comments/documentation regarding DBIC/SQLA...
2015-10-06 Peter Rabbitson Even more aggressive streamline of SQL scanning in...
2015-09-28 Peter Rabbitson Save one _resolve_aliastypes in the case of a subquerie...
2015-09-28 Peter Rabbitson Instead of assembling many small regexes scan all the...
2015-09-28 Peter Rabbitson A little more golfing - this time ::DBIHacks::_resolve_...
2015-09-23 Peter Rabbitson Scanning strings piecemeal makes no sense - join them up
2015-09-23 Peter Rabbitson Another rewrap in ::DBIHacks::_resolve_aliastypes_from_...
2015-09-23 Peter Rabbitson Simplify DBIHacks order_by scan generator
2015-09-23 Peter Rabbitson The weird scan-for-binds-before-scan was obviated by...
2015-09-23 Dagfinn Ilmari Man... Simplify debugfh rebuilding after clearing
2015-09-10 Peter Rabbitson Trap exact condition of reported, yet undiagnosed IDENT...
2015-09-10 Tina Mueller Fix ::Sybase::ASE incorrect attempt to retrieve an...
2015-09-10 Peter Rabbitson Greatly simplify the ::Sybase::ASE::insert() override
2015-09-10 Peter Rabbitson First pass on Sybase::ASE - reformats and minor cleanup...
2015-09-08 Peter Rabbitson Trap expected t/746sybase.t warnings, use LC_ALL instea...
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 Fix exception on complex update/delete under a replicat...
2015-03-18 Peter Rabbitson 'undef =>' isn't what one would want
2015-03-18 Peter Rabbitson Fix exception on complex update/delete under a replicat...
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-03-02 Peter Rabbitson At last a safer Moo (lots of kludges undone)
2015-03-02 Peter Rabbitson Remove warning introduced in 75a1d824d
2015-02-17 Peter Rabbitson Rewrite hot-ish _dbi_attrs_for_bind codepath in a leane...
2015-02-15 Peter Rabbitson Revert 2131aa2, cf52a9a and 2aa3f4c
2015-02-15 Kevin L. Kane Fix updating multiple CLOB/BLOB columns on Oracle
2014-12-22 Dagfinn Ilmari Man... Take a copy instead of weakening in 5.8 leak workaround
2014-11-18 Kevin L. Kane Fix updating multiple CLOB/BLOB columns on Oracle
2014-11-07 Peter Rabbitson Cleanup code in _dbh_columns_info_for, add stresstest...
2014-10-24 Peter Rabbitson Replace a couple useless string evals with their equivalent
2014-10-22 Peter Rabbitson Revert prematurely merged default insert support for...
2014-10-21 Dagfinn Ilmari Man... Weaken $self to avoid leaks with nested closures on 5.8
2014-10-21 Peter Rabbitson Cherry picks from current/for_cpan_index (flux due...
2014-10-21 Peter Rabbitson Switch all double-optdeps calls to a single invocation...
2014-10-18 Dagfinn Ilmari Man... Silence with_deferred_fk_checks() warning on PostgreSQL 9.4
next