Resolve $rsrc instance duality on metadata traversal
[dbsrgits/DBIx-Class.git] / lib /
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_...
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 Man... Simplify debugfh rebuilding after clearing
2015-09-19 Dagfinn Ilmari Man... Fix invalid variable names in ResultSource::View examples
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-07 Peter Rabbitson Not sure what I was thinking, but 18637ebb never worked :/
2015-08-13 Konstantin A. Pust... Ensure the stack properly deals and warns on Null-Patte...
2015-08-13 Peter Rabbitson Add is_exception check to the result of exception_actio...
2015-08-13 Peter Rabbitson Convert the m2m helper generation to Sub::Quote (as...
2015-08-13 Peter Rabbitson More reshuffling of the m2m helper code - no functional...
2015-08-13 Peter Rabbitson Add missing deprecation warnings on m2m set_*, tighten...
2015-08-13 Peter Rabbitson Convert the m2m helper generation to Sub::Quote (as...
2015-08-13 Peter Rabbitson More reshuffling of the m2m helper code - no functional...
2015-08-13 Peter Rabbitson Add missing deprecation warnings on m2m set_*, tighten...
2015-08-12 Peter Rabbitson Multiple common sense fixes for m2m accessors
2015-08-12 Peter Rabbitson Rewrite incredibly overcomplicated add_X m2m helper
2015-08-12 Peter Rabbitson Redo badly named constant folding arg introduced in...
2015-08-12 Peter Rabbitson Streamline (logic-wise, not syntax-wise) handling of...
2015-08-12 Peter Rabbitson Even though I personally added these in 4f8c9678 I...
2015-08-12 Peter Rabbitson Switch a couple 'no-brainer' spots to _resolve_relation...
2015-08-12 Peter Rabbitson Remove ability to hand an explicit condition to resolve...
2015-08-12 Peter Rabbitson Make sure array-relconds edge case is handled properly
2015-08-12 Peter Rabbitson Bring in line behavior of related_resultset() on both...
2015-08-12 Peter Rabbitson Minor op reorder in ::ResultSet::related_resultset
2015-08-12 Peter Rabbitson Remove no longer needed try{} block in related rel...
2015-08-12 Peter Rabbitson Remove dead code from CDBICompat::ImaDBI
2015-08-12 Peter Rabbitson Simplify and rename _resolve_prefetch
2015-08-12 Peter Rabbitson Move prefetch selector injection a bit further down...
2015-08-12 Peter Rabbitson Replace all instances of ; in the rowparser loop with...
2015-08-12 Peter Rabbitson Rewrite collapsing parser while loop (mere op-level...
2015-08-12 Peter Rabbitson The encode-and-substitute in the generator is not neces...
2015-08-12 Peter Rabbitson Rewrite the collapsing rowparser pigeonholing logic
2015-08-12 Peter Rabbitson (travis) Multiple fixups to the CI lifted from blead:
2015-08-12 Peter Rabbitson This is no longer necessary after 4068e05f
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-08-12 Peter Rabbitson Fix corner case of stringify-only overloaded values
2015-08-12 Peter Rabbitson Rewrite dependency lister - now produces *much* easier...
2015-08-12 Peter Rabbitson Add an explicit DateTime::TimeZone::OlsonDB optdep
2015-08-12 Peter Rabbitson (optdeps) Explicitly force group names to lower-case...
2015-08-12 Peter Rabbitson (optdeps) Rename an inconsistent 'icdt' marker to ...
2015-08-12 Peter Rabbitson (optdeps) Skip-spec brainfart in offline mysql/pg test...
2015-08-12 Peter Rabbitson (optdeps) Fix incorrect optdep output introduced in...
2015-07-16 Peter Rabbitson Redo badly named constant folding arg introduced in...
next