dbsrgits/DBIx-Class.git
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)
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-27 Peter Rabbitson Make sure Win32-like DBICTest checks are not tripped...
2016-01-27 Peter Rabbitson Even more elaborate txnguard testing, augmenting 6e102c8f
2016-01-22 Peter Rabbitson Throw away remnant commented out in 36099e8c
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-20 Peter Rabbitson Add the repository-specific git config include (git...
2016-01-20 Dagfinn Ilmari... (travis) Add DB2 to the CI lineup
2016-01-20 Peter Rabbitson (travis) Instead of polluting the log on failure, just...
2016-01-20 Peter Rabbitson (travis) Install extra deps for the t/52leaks.t persist...
2016-01-20 Peter Rabbitson Audit/simplify various ->is_* runmode specs
2016-01-13 Peter Rabbitson Revert sloppy workaround in dabde0bc5, addressed by...
2016-01-13 Peter Rabbitson The complete fix for intermittent t/750firebird.t failu...
2016-01-13 Peter Rabbitson (deplist) Make it clear which non-existent yet known...
2016-01-07 Peter Rabbitson (travis) Make sure we really test everything when using...
2016-01-07 Peter Rabbitson (travis) Work around RT#110882
2016-01-07 Peter Rabbitson (travis) Adjust test infrastructure for recent extensiv...
2015-12-02 Peter Rabbitson (travis) Fix version check on non-module-named dists...
2015-12-01 Peter Rabbitson (travis) Work around RT#107392
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-04 Peter Rabbitson (travis) Do not run the git authorship check within...
2015-11-03 Peter Rabbitson Really make sure xt/ tests run on non-plain installs...
2015-11-03 Peter Rabbitson Adjust view-dependency tests to work on newer libsqlite
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 failures and protect the suite from spurious VERSIO...
2015-11-03 Peter Rabbitson Fix bizarre segfault on older perls, not seen on CI...
2015-11-03 Peter Rabbitson Fix test failure on 5.8.x with DBIC_TRACE=1 (introduced...
2015-11-03 Peter Rabbitson Skip spurious compiler-related error with old DBD:...
2015-11-03 Peter Rabbitson FINALLY find and fix the elusive parallel test deadlock
2015-11-02 Peter Rabbitson Fix fail with DBICTEST_DEBUG_CONCURRENCY_LOCKS set...
2015-10-15 Peter Rabbitson Stop using bare $] throughout - protects the codebase...
2015-10-15 Peter Rabbitson (travis) One more addition to the smoke-devrel family...
2015-10-15 Peter Rabbitson (travis) Now that File:Path is fixed, test the distbuil...
2015-10-15 Peter Rabbitson Add comprehensive concurrent-test-locking logging to...
2015-10-15 Peter Rabbitson (travis) Minimize MySQL config further - even less...
2015-10-15 Peter Rabbitson (travis) Stop using the ramdisk for MySQL/Pg data
2015-10-15 Peter Rabbitson (travis) When running under CI make t/storage/quote_nam...
2015-10-15 Peter Rabbitson Reduce amount of initial connects during non-SQLite...
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_...
2015-09-23 Peter Rabbitson Simplify DBIHacks order_by scan generator
2015-09-23 Peter Rabbitson Normalize _parse_rs_attrs - no functional changes
2015-09-23 Peter Rabbitson The weird scan-for-binds-before-scan was obviated by...
2015-09-23 Dagfinn Ilmari... Simplify debugfh rebuilding after clearing
2015-09-19 Dagfinn Ilmari... Fix invalid variable names in ResultSource::View examples
2015-09-10 Peter Rabbitson (travis) Add a dev-rel non-clean test (with distbuildin...
2015-09-10 Peter Rabbitson (travis) Revert pin of Sub::Identify (57947c1e)
2015-09-10 Peter Rabbitson (travis) Enhance checks (and diag) whether a core modul...
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-09-08 Peter Rabbitson Fix failing tests with DBICTEST_SYBASE_DSN set
2015-09-07 Peter Rabbitson Silence warning introduced in sloppy workaround e9505615
2015-09-07 Peter Rabbitson Not sure what I was thinking, but 18637ebb never worked :/
2015-09-07 Peter Rabbitson (travis) Pin Sub::Identify until RT#106929 is fixed
2015-09-07 Peter Rabbitson Work around EUMM 7.06 creating an empty blib/ dir,...
2015-08-13 Konstantin... Ensure the stack properly deals and warns on Null-Patte...
2015-08-13 Konstantin... Enhance exception action test (no functional changes)
2015-08-13 Peter Rabbitson Add is_exception check to the result of exception_actio...
2015-08-13 Peter Rabbitson Merge branch 'current/for_cpan_index' into current...
next