Fix incorrect whitespace test outside of checkouts
[dbsrgits/DBIx-Class.git] / lib /
2016-05-24 Peter Rabbitson This piece of doc has been incorrect since c354902c
2016-05-19 Dagfinn Ilmari Man... Harmonize time zone spelling in InflateColumn::DateTime
2016-05-19 Peter Rabbitson Properly fix corner case of non-comparing overload
2016-05-17 Peter Rabbitson Add a few more indirect call guards missed in e5053694
2016-05-17 Peter Rabbitson Rollback some mistaken indirect-call-elisions from...
2016-05-15 Peter Rabbitson Ensure the component_class override require()s its...
2016-05-15 Peter Rabbitson Streamline ::ResultSource::* inheritance, similar to...
2016-05-15 Peter Rabbitson Clean up the mess around $rsrc->sqlt_deploy_callback
2016-05-04 Peter Rabbitson Explicit exception clarifying that $rsrc->from() is...
2016-05-04 Peter Rabbitson In d009cb7d I stupidly created a "double around()"
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
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-20 Peter Rabbitson After 5e0eea35 we can actually test for cleaned namespa...
2016-04-20 Peter Rabbitson Remove Class::Data::Inheritable and use CAG 'inherited...
2016-04-20 Peter Rabbitson Start setting the 'c3' mro unambiguously everywhere
2016-04-20 Peter Rabbitson Reorder a couple stray loads in ResultSource.pm
2016-04-20 Peter Rabbitson Fix obscure failure of CDBICompat accessor install...
2016-04-20 Peter Rabbitson Augment the infinite loop fix 4f52479b with the infra...
2016-04-14 Peter Rabbitson Reduce duplicate ->result_source calls where sensible
2016-04-14 Peter Rabbitson This was commented out in 2008 (5b0b4df8) and never...
2016-04-14 Peter Rabbitson Slightly golf ::ResultSource::DESTROY and several weake...
2016-04-14 Fabrice Gabolde Proxy the 'unsafe' attribute to the internal ::Versione...
2016-04-14 Peter Rabbitson Remove one level of indirection in Versioned on_connect
2016-04-14 Peter Rabbitson Add a weaken() cycle forgotten in d63c9e64
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 Lose another dependency: Class::Inspector
2016-04-12 Peter Rabbitson Remove dead code from DBI::Replicated
2016-04-12 Peter Rabbitson Bring back constants excised in 08a8d8f1. FML.
2016-04-02 Peter Rabbitson Fix another ::FilterColumn bug sigh...
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 Paul Mooney Avoid infinite loop if save point does not exist
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-30 Peter Rabbitson Fix *stupid* silencing of exceptions introduced in...
2016-03-30 Peter Rabbitson Store collapser source in the resultset private metadat...
2016-03-30 Peter Rabbitson Step up the error reporting on unexpected NULLs during...
2016-03-30 Peter Rabbitson First part of changes for better unexpected NULL reporting
2016-03-29 Peter Rabbitson Support one more convoluted case of data-poor collapse
2016-03-29 Dagfinn Ilmari Man... Remove confusing code introduced in 8fc4291e
2016-03-28 Peter Rabbitson More tests and tighter code with better error reporting...
2016-03-28 Peter Rabbitson Fix incorrect data returned in a corner case of partial...
2016-03-28 Peter Rabbitson Lose yet another dep (Data::Dumper::Concise)
2016-03-28 Peter Rabbitson Remove some old forgotten pieces of code in collapse...
2016-03-23 Peter Rabbitson Make sure handling of exception_action is recursion...
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 Several cosmetic fixups, making next commit easier...
2016-03-01 Peter Rabbitson Stop loading Time::HiRes in the base test schema -...
2016-03-01 Peter Rabbitson Untangle strictly-DBICTest constant from the main const...
2016-03-01 Peter Rabbitson Move tmpdir() to DBICTest::Util where it belongs
2016-02-29 Peter Rabbitson Move find_co_root into DBICTest::Util
2016-02-29 Peter Rabbitson (optdep) last-from-block is a compile-time warning...
2016-02-26 Peter Rabbitson Switch the main dev branch back to 'master'
2016-02-13 gregor herrmann Apply debian downstream spelling patch 481e21bf
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 Cleaner assertion envvar handling
2016-02-03 Peter Rabbitson Fix test failure with DBD::mysql < 4.023 introduced...
2016-02-03 Peter Rabbitson Detect and very loudly warn about Return::Multilevel...
2016-02-03 Peter Rabbitson Remove gratuituous use of eval
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-02-03 Peter Rabbitson Remove Config::Any from the core dep set
2016-02-03 Peter Rabbitson Remove dead code commented out since 2006 ( 953a18ef )
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-22 Peter Rabbitson Remove all uses of Scope::Guard from the tests, use...
2016-01-13 Peter Rabbitson The complete fix for intermittent t/750firebird.t failu...
2015-11-13 Vadim Pushtaev Fix POD typo
2015-11-09 Zoffix Znet Fix typo
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-11-03 Peter Rabbitson Fix bizarre segfault on older perls, not seen on CI...
2015-10-15 Peter Rabbitson Stop using bare $] throughout - protects the codebase...
2015-10-15 Peter Rabbitson Add comprehensive concurrent-test-locking logging to...
2015-10-15 Peter Rabbitson Switch several caller() invocations to explicit CORE...
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_...
next