dbsrgits/DBIx-Class.git
2016-05-17 Dagfinn Ilmari... Fix and simplify datetime method selection people/ilmari/icdt-method-fix
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 Pull apart a test section (no functional changes)
2016-05-04 Peter Rabbitson In d009cb7d I stupidly created a "double around()"
2016-04-29 Peter Rabbitson Bump Sub::Uplevel dep - too much breaks on <= 0.18
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-28 Peter Rabbitson Missed test spewing odd debug after fd2c6658f (slave...
2016-04-28 Sebastian Riedel Silly GitHub, Perl6 is not a real language :trollface:
2016-04-25 Peter Rabbitson (travis) Work around RT#113740
2016-04-25 Peter Rabbitson (travis) Make more helper functions available to subexecs
2016-04-25 Peter Rabbitson Fix last remaining tests with -T under < 5.10
2016-04-21 Dagfinn Ilmari... Fix ordering by 1:M prefetched boolean columns in Pg
2016-04-21 Dagfinn Ilmari... Use prepared statement from the start for populate...
2016-04-21 Dagfinn Ilmari... 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-13 Peter Rabbitson Fix thinko from 10dd5c05 - make sure we actually sleep
2016-04-13 Tina Mueller Add a proof of concept test for copy() with assymetric...
2016-04-12 Peter Rabbitson Fix t/746sybase.t failing under -T
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 Harmonize DBICTEST_VIA_REPLICATED detection in tests
2016-04-12 Peter Rabbitson Bring back constants excised in 08a8d8f1. FML.
2016-04-12 Peter Rabbitson (travis) Add a CLEANTEST run of RURBAN's cperl in the...
2016-04-12 Peter Rabbitson (travis) Add 5.22.1 with quadmath testing
2016-04-12 Peter Rabbitson (travis) Reorganize POISON_ENV mode
2016-04-11 Peter Rabbitson (travis) Enhance the 'broken compiler' test
2016-04-02 Peter Rabbitson Fix another ::FilterColumn bug sigh...
2016-04-02 Peter Rabbitson Test with explicitly readonly 'replicants' under DBICTE...
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-04-01 Peter Rabbitson Silence spurious warnings from todoified test
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... 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-23 Peter Rabbitson Better testing that RT#63874 being fully fixed by ddcc02d1
2016-03-10 Peter Rabbitson Fix failing test case missed during da9346a03
2016-03-10 Peter Rabbitson Really work around RT#108390 (630e2ea8a)
2016-03-10 Peter Rabbitson Move expensive test to xt/, add malloc-canary preventin...
2016-03-09 Peter Rabbitson (travis) Strangely `cpan .` does not work in certain...
2016-03-09 Peter Rabbitson (travis) Make sure DEVREL_DEPS + CLEANTEST-false behave...
2016-03-08 Matthew Horsfall Much simpler sure-flush on dirty exit ( ribasushi-...
2016-03-08 Peter Rabbitson Restructure thread/fork tests to run with maximum concu...
2016-03-07 Dagfinn Ilmari... Fix erroneous use of multidimensional array emulation...
2016-03-06 Peter Rabbitson (optdeps) _gen_pod can *very much* fail, not sure what...
2016-03-05 Peter Rabbitson These files are not used by anything - remnants from...
2016-03-05 Peter Rabbitson Apparently -i and -jN do not work on win32, what the...
2016-03-04 Peter Rabbitson More robust behavior of ANFANG.pm, also guard against...
2016-03-03 Peter Rabbitson Do not load DBIC::Optional::Dependencies at runtime...
2016-03-03 Peter Rabbitson (optdeps) One last pass through tests, streamline skip...
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-03-01 Peter Rabbitson Revert ab340f7f - it no longer makes sense given the...
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2016-02-29 Peter Rabbitson Move find_co_root into DBICTest::Util
2016-02-29 Peter Rabbitson Revert part of bbcc1fe8 - the 'queue unstick hack'...
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-18 Peter Rabbitson (travis) Display TAP directives on single threaded... current/blead current/for_cpan_index
2016-02-18 Peter Rabbitson (travis) Fix INC-poison thinko from 6d74b82cc
2016-02-18 Peter Rabbitson (travis) Revert version.pm workaround dd94f6ef
2016-02-13 Peter Rabbitson Eeeeep /x doesn't affect the insides of [...]
2016-02-13 gregor herrmann Apply debian downstream spelling patch 481e21bf
2016-02-13 Peter Rabbitson Adjust Changes to reflect what was shipped in 0.082821
2016-02-11 Peter Rabbitson Add experimental meta flags signifying the status of...
2016-02-11 Peter Rabbitson Add explicit patronage listing (should have done this...
2016-02-11 Dagfinn Ilmari... 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)
next