2016-04-12 |
Peter Rabbitson |
Fix forgotten finally{} in Sybase::ASE (missed in ddcc0... |
tree | commitdiff |
2016-04-12 |
Peter Rabbitson |
And lose yet another dependency: List::Util (yes, I... |
tree | commitdiff |
2016-04-12 |
Peter Rabbitson |
Lose another dependency: Class::Inspector |
tree | commitdiff |
2016-04-12 |
Peter Rabbitson |
Remove dead code from DBI::Replicated |
tree | commitdiff |
2016-04-12 |
Peter Rabbitson |
Bring back constants excised in 08a8d8f1. FML. |
tree | commitdiff |
2016-04-02 |
Peter Rabbitson |
Fix another ::FilterColumn bug sigh... |
tree | commitdiff |
2016-04-02 |
Fabrice Gabolde |
Fix parsing DSN when the driver part includes DBI attri... |
tree | commitdiff |
2016-04-01 |
Peter Rabbitson |
Fix annoying warnings on innocent looking MSSQL code |
tree | commitdiff |
2016-03-30 |
Paul Mooney |
Avoid infinite loop if save point does not exist |
tree | commitdiff |
2016-03-30 |
Peter Rabbitson |
Really fix SQLite savepoints unlike the shortsighted... |
tree | commitdiff |
2016-03-30 |
Peter Rabbitson |
Fix incorrect exception propagation in ::Replicated... |
tree | commitdiff |
2016-03-30 |
Peter Rabbitson |
Fix *stupid* silencing of exceptions introduced in... |
tree | commitdiff |
2016-03-30 |
Peter Rabbitson |
Store collapser source in the resultset private metadat... |
tree | commitdiff |
2016-03-30 |
Peter Rabbitson |
Step up the error reporting on unexpected NULLs during... |
tree | commitdiff |
2016-03-30 |
Peter Rabbitson |
First part of changes for better unexpected NULL reporting |
tree | commitdiff |
2016-03-29 |
Peter Rabbitson |
Support one more convoluted case of data-poor collapse |
tree | commitdiff |
2016-03-29 |
Dagfinn Ilmari Man... |
Remove confusing code introduced in 8fc4291e |
tree | commitdiff |
2016-03-28 |
Peter Rabbitson |
More tests and tighter code with better error reporting... |
tree | commitdiff |
2016-03-28 |
Peter Rabbitson |
Fix incorrect data returned in a corner case of partial... |
tree | commitdiff |
2016-03-28 |
Peter Rabbitson |
Lose yet another dep (Data::Dumper::Concise) |
tree | commitdiff |
2016-03-28 |
Peter Rabbitson |
Remove some old forgotten pieces of code in collapse... |
tree | commitdiff |
2016-03-23 |
Peter Rabbitson |
Make sure handling of exception_action is recursion... |
tree | commitdiff |
2016-03-23 |
Peter Rabbitson |
Expand ASSERT_NO_SPURIOUS_EXCEPTION_ACTION to set a... |
tree | commitdiff |
2016-03-03 |
Peter Rabbitson |
Do not load DBIC::Optional::Dependencies at runtime... |
tree | commitdiff |
2016-03-02 |
Peter Rabbitson |
Get rid of Path::Class ( that *does* feel good ) |
tree | commitdiff |
2016-03-01 |
Peter Rabbitson |
Several cosmetic fixups, making next commit easier... |
tree | commitdiff |
2016-03-01 |
Peter Rabbitson |
Stop loading Time::HiRes in the base test schema -... |
tree | commitdiff |
2016-03-01 |
Peter Rabbitson |
Untangle strictly-DBICTest constant from the main const... |
tree | commitdiff |
2016-03-01 |
Peter Rabbitson |
Move tmpdir() to DBICTest::Util where it belongs |
tree | commitdiff |
2016-02-29 |
Peter Rabbitson |
Move find_co_root into DBICTest::Util |
tree | commitdiff |
2016-02-29 |
Peter Rabbitson |
(optdep) last-from-block is a compile-time warning... |
tree | commitdiff |
2016-02-26 |
Peter Rabbitson |
Switch the main dev branch back to 'master' |
tree | commitdiff |
2016-02-13 |
gregor herrmann |
Apply debian downstream spelling patch 481e21bf |
tree | commitdiff |
2016-02-11 |
Dagfinn Ilmari Man... |
Proper fix for the lazy workaround in 7e1774f7 |
tree | commitdiff |
2016-02-04 |
Peter Rabbitson |
Silence more spurious warnings (this one is a serious... |
tree | commitdiff |
2016-02-04 |
Peter Rabbitson |
Do our best to disconnect on request (goes with 45792de6) |
tree | commitdiff |
2016-02-04 |
Peter Rabbitson |
Remove statement cache eviction before disconnect |
tree | commitdiff |
2016-02-04 |
Peter Rabbitson |
Streamline couple code paths/texts, no func changes... |
tree | commitdiff |
2016-02-03 |
Peter Rabbitson |
Protect DBIC as best we can from the failure mode in... |
tree | commitdiff |
2016-02-03 |
Peter Rabbitson |
Cleaner assertion envvar handling |
tree | commitdiff |
2016-02-03 |
Peter Rabbitson |
Fix test failure with DBD::mysql < 4.023 introduced... |
tree | commitdiff |
2016-02-03 |
Peter Rabbitson |
Detect and very loudly warn about Return::Multilevel... |
tree | commitdiff |
2016-02-03 |
Peter Rabbitson |
Remove gratuituous use of eval |
tree | commitdiff |
2016-02-03 |
Peter Rabbitson |
Remove last remaining accesses to ->VERSION in lib |
tree | commitdiff |
2016-02-03 |
Peter Rabbitson |
Streamline BYTEA (binary) Pg optdeps using the new... |
tree | commitdiff |
2016-02-03 |
Peter Rabbitson |
Remove Config::Any from the core dep set |
tree | commitdiff |
2016-02-03 |
Peter Rabbitson |
Remove dead code commented out since 2006 ( 953a18ef ) |
tree | commitdiff |
2016-01-27 |
Peter Rabbitson |
Ensure the $storage state reflects the current connecti... |
tree | commitdiff |
2016-01-27 |
Peter Rabbitson |
Another overhaul (hopefully one of the last ones) of... |
tree | commitdiff |
2016-01-27 |
Peter Rabbitson |
Remove useless try{} and rename some variables in ... |
tree | commitdiff |
2016-01-27 |
Peter Rabbitson |
Consolidate various $storage state resets in $storage... |
tree | commitdiff |
2016-01-22 |
Peter Rabbitson |
Relax overly aggressive exception-well-formedness check... |
tree | commitdiff |
2016-01-22 |
Peter Rabbitson |
Microoptimize various "is this string empty" checks |
tree | commitdiff |
2016-01-22 |
Peter Rabbitson |
Remove all uses of Scope::Guard from the tests, use... |
tree | commitdiff |
2016-01-13 |
Peter Rabbitson |
The complete fix for intermittent t/750firebird.t failu... |
tree | commitdiff |
2015-11-13 |
Vadim Pushtaev |
Fix POD typo |
tree | commitdiff |
2015-11-09 |
Zoffix Znet |
Fix typo |
tree | commitdiff |
2015-11-05 |
Peter Rabbitson |
Move the rows/offset sanity checks from DBI to _resolve... |
tree | commitdiff |
2015-11-04 |
Peter Rabbitson |
Replace \D with [^0-9] in sensitive spots |
tree | commitdiff |
2015-11-03 |
Peter Rabbitson |
Fix spurious ROLLBACK statements when a TxnScopeGuard... |
tree | commitdiff |
2015-11-03 |
Peter Rabbitson |
Fix oversight in 096ab902 breaking { -value => $array... |
tree | commitdiff |
2015-11-03 |
Peter Rabbitson |
Stop requiring explicit bindtype specification for... |
tree | commitdiff |
2015-11-03 |
Peter Rabbitson |
Fix bizarre segfault on older perls, not seen on CI... |
tree | commitdiff |
2015-10-15 |
Peter Rabbitson |
Stop using bare $] throughout - protects the codebase... |
tree | commitdiff |
2015-10-15 |
Peter Rabbitson |
Add comprehensive concurrent-test-locking logging to... |
tree | commitdiff |
2015-10-15 |
Peter Rabbitson |
Switch several caller() invocations to explicit CORE... |
tree | commitdiff |
2015-10-15 |
Peter Rabbitson |
Clarify comments/documentation regarding DBIC/SQLA... |
tree | commitdiff |
2015-10-06 |
Peter Rabbitson |
Even more aggressive streamline of SQL scanning in... |
tree | commitdiff |
2015-09-28 |
Peter Rabbitson |
Save one _resolve_aliastypes in the case of a subquerie... |
tree | commitdiff |
2015-09-28 |
Peter Rabbitson |
Instead of assembling many small regexes scan all the... |
tree | commitdiff |
2015-09-28 |
Peter Rabbitson |
A little more golfing - this time ::DBIHacks::_resolve_... |
tree | commitdiff |
2015-09-23 |
Peter Rabbitson |
Scanning strings piecemeal makes no sense - join them up |
tree | commitdiff |
2015-09-23 |
Peter Rabbitson |
Another rewrap in ::DBIHacks::_resolve_aliastypes_from_... |
tree | commitdiff |
2015-09-23 |
Peter Rabbitson |
Simplify DBIHacks order_by scan generator |
tree | commitdiff |
2015-09-23 |
Peter Rabbitson |
Normalize _parse_rs_attrs - no functional changes |
tree | commitdiff |
2015-09-23 |
Peter Rabbitson |
The weird scan-for-binds-before-scan was obviated by... |
tree | commitdiff |
2015-09-23 |
Dagfinn Ilmari Man... |
Simplify debugfh rebuilding after clearing |
tree | commitdiff |
2015-09-19 |
Dagfinn Ilmari Man... |
Fix invalid variable names in ResultSource::View examples |
tree | commitdiff |
2015-09-10 |
Peter Rabbitson |
Trap exact condition of reported, yet undiagnosed IDENT... |
tree | commitdiff |
2015-09-10 |
Tina Mueller |
Fix ::Sybase::ASE incorrect attempt to retrieve an... |
tree | commitdiff |
2015-09-10 |
Peter Rabbitson |
Greatly simplify the ::Sybase::ASE::insert() override |
tree | commitdiff |
2015-09-10 |
Peter Rabbitson |
First pass on Sybase::ASE - reformats and minor cleanup... |
tree | commitdiff |
2015-09-08 |
Peter Rabbitson |
Trap expected t/746sybase.t warnings, use LC_ALL instea... |
tree | commitdiff |
2015-09-08 |
Peter Rabbitson |
Switch the ::Sybase family to _determine_connector_driv... |
tree | commitdiff |
2015-09-07 |
Peter Rabbitson |
Not sure what I was thinking, but 18637ebb never worked :/ |
tree | commitdiff |
2015-08-13 |
Konstantin A. Pust... |
Ensure the stack properly deals and warns on Null-Patte... |
tree | commitdiff |
2015-08-13 |
Peter Rabbitson |
Add is_exception check to the result of exception_actio... |
tree | commitdiff |
2015-08-13 |
Peter Rabbitson |
Convert the m2m helper generation to Sub::Quote (as... |
tree | commitdiff |
2015-08-13 |
Peter Rabbitson |
More reshuffling of the m2m helper code - no functional... |
tree | commitdiff |
2015-08-13 |
Peter Rabbitson |
Add missing deprecation warnings on m2m set_*, tighten... |
tree | commitdiff |
2015-08-13 |
Peter Rabbitson |
Convert the m2m helper generation to Sub::Quote (as... |
tree | commitdiff |
2015-08-13 |
Peter Rabbitson |
More reshuffling of the m2m helper code - no functional... |
tree | commitdiff |
2015-08-13 |
Peter Rabbitson |
Add missing deprecation warnings on m2m set_*, tighten... |
tree | commitdiff |
2015-08-12 |
Peter Rabbitson |
Multiple common sense fixes for m2m accessors |
tree | commitdiff |
2015-08-12 |
Peter Rabbitson |
Rewrite incredibly overcomplicated add_X m2m helper |
tree | commitdiff |
2015-08-12 |
Peter Rabbitson |
Redo badly named constant folding arg introduced in... |
tree | commitdiff |
2015-08-12 |
Peter Rabbitson |
Streamline (logic-wise, not syntax-wise) handling of... |
tree | commitdiff |
2015-08-12 |
Peter Rabbitson |
Even though I personally added these in 4f8c9678 I... |
tree | commitdiff |
2015-08-12 |
Peter Rabbitson |
Switch a couple 'no-brainer' spots to _resolve_relation... |
tree | commitdiff |
2015-08-12 |
Peter Rabbitson |
Remove ability to hand an explicit condition to resolve... |
tree | commitdiff |
next |