projects
/
dbsrgits/DBIx-Class-Historic.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Silence with_deferred_fk_checks() warning on PostgreSQL 9.4
[dbsrgits/DBIx-Class-Historic.git]
/
t
/
2014-10-18
Dagfinn Ilmari Man...
Silence with_deferred_fk_checks() warning on PostgreSQL 9.4
tree
|
commitdiff
2014-09-30
Dagfinn Ilmari Man...
Only load DBICTest::Schema when needed in tests
tree
|
commitdiff
2014-09-30
Dagfinn Ilmari Man...
Use Optional::Dependencies for CDBICompat and its tests
tree
|
commitdiff
2014-09-30
Lasse Makholm
Unbreak $rs->create() with empty hashref on Oracle
tree
|
commitdiff
2014-09-25
Peter Rabbitson
Kill leaktest on smokers with 1.3xx Test::More alphas
tree
|
commitdiff
2014-09-25
Peter Rabbitson
SQLA 1.79 shipped - revert tempextlib hack from d0435d75
tree
|
commitdiff
2014-09-25
Peter Rabbitson
Edit leaktracer diag texts to be ilmary-compliant :)
tree
|
commitdiff
2014-09-24
Peter Rabbitson
Accomodate broken Test::More trials a bit better
tree
|
commitdiff
2014-09-24
Peter Rabbitson
After 5268b1da populate remained the sole user of Data...
tree
|
commitdiff
2014-09-24
Peter Rabbitson
Viciously deal with more strictures fallout
tree
|
commitdiff
2014-09-19
Peter Rabbitson
Properly handle empty group_by/order_by
tree
|
commitdiff
2014-09-19
Peter Rabbitson
Revert e9f71ab2 - it ends up breaking a declared API
tree
|
commitdiff
2014-09-16
Peter Rabbitson
Multilevel find_or_(multi)create got inadvertently...
tree
|
commitdiff
2014-09-16
Peter Rabbitson
Yet another loose end on the cond collapser
tree
|
commitdiff
2014-09-15
Peter Rabbitson
Put in place deprecation forgotten for several years
tree
|
commitdiff
2014-09-15
Peter Rabbitson
Split DBIC from SQLMaker test (deprecated in next commit)
tree
|
commitdiff
2014-09-15
Peter Rabbitson
Ensure the custom rel cond resolver does not trigger...
tree
|
commitdiff
2014-09-15
Peter Rabbitson
Ensure undef_on_null_fk does not affect non-introspecta...
tree
|
commitdiff
2014-09-15
Peter Rabbitson
Yet another missed sanity check in the relcond resolver
tree
|
commitdiff
2014-09-15
Peter Rabbitson
Fix copy() assuming all columns are native
tree
|
commitdiff
2014-09-15
Peter Rabbitson
Adjust for SQLA's API change 966200cc8
tree
|
commitdiff
2014-09-10
Peter Rabbitson
Fix incorrect cond construction in _minimal_valueset_sa...
tree
|
commitdiff
2014-09-10
Peter Rabbitson
Ensure ::Schema::Versioned connects only once by reusin...
tree
|
commitdiff
2014-09-08
Peter Rabbitson
Stop using Sys::SigAction in pg tests
tree
|
commitdiff
2014-09-08
Peter Rabbitson
Fix for gut-reaching travesty as reported by gbjk
tree
|
commitdiff
2014-09-08
Peter Rabbitson
No longer use rel_info($rel)->{class} in the cond resolver
tree
|
commitdiff
2014-09-05
Peter Rabbitson
Make sure IO::Handle is loaded - missing stubs on older...
tree
|
commitdiff
2014-09-04
Peter Rabbitson
Add one more spot of unroll
tree
|
commitdiff
2014-09-04
Peter Rabbitson
One more fail-case missed in 135ac69dd
tree
|
commitdiff
2014-09-04
Peter Rabbitson
Better optional diag in t/sqlmaker/dbihacks_internals.t
tree
|
commitdiff
2014-09-03
Peter Rabbitson
Fix condition collapser corrupting -X operators
tree
|
commitdiff
2014-09-03
Peter Rabbitson
Make sure empty cond collapser works on all positions
tree
|
commitdiff
2014-09-01
Peter Rabbitson
Make sure cond collapser works case insensitively
tree
|
commitdiff
2014-09-01
Peter Rabbitson
Deduplicate (and stabilize) the result of _collapse_cond
tree
|
commitdiff
2014-08-05
Peter Rabbitson
S::L tests rely on preserving the sqlmaker between...
tree
|
commitdiff
2014-08-05
Dagfinn Ilmari Man...
Fix $rs->populate with column name array but no row...
tree
|
commitdiff
2014-08-05
Peter Rabbitson
Deprecate insert_bulk - we will be changing its signatu...
tree
|
commitdiff
2014-08-05
Peter Rabbitson
Fix both a dubious test and a regression in populate...
tree
|
commitdiff
2014-07-31
Fitz Elliott
strip schema name from ADD CONSTRAINT / CREATE INDEX
tree
|
commitdiff
2014-07-31
Peter Rabbitson
"Fix" symptoms described in ba7892a8c4 (I still do...
tree
|
commitdiff
2014-07-31
Peter Rabbitson
Ensure proper behavior when quoting is *disabled* ...
tree
|
commitdiff
2014-07-29
Peter Rabbitson
The fix in f9b5239ac was both shortsighted and insufficient
tree
|
commitdiff
2014-07-29
Peter Rabbitson
Check relationship declarations more consistently
tree
|
commitdiff
2014-07-29
Peter Rabbitson
Revert improved test added in b6b8f72f, replace with...
tree
|
commitdiff
2014-07-29
Peter Rabbitson
More diag from t/53lean_startup.t when under smoker env
tree
|
commitdiff
2014-07-29
Peter Rabbitson
A little cleanup of ->id callsites (incomplete)
tree
|
commitdiff
2014-07-29
Peter Rabbitson
Properly throw on FC with find (it can never work anyway)
tree
|
commitdiff
2014-07-29
Peter Rabbitson
Deprecate _build_unique_cond, move its guts to ::Result...
tree
|
commitdiff
2014-07-27
Peter Rabbitson
Fix set_column on non-native (+columns) selections...
tree
|
commitdiff
2014-07-27
Peter Rabbitson
Tighten even more inflate_result() invocations, for...
tree
|
commitdiff
2014-07-27
Peter Rabbitson
Ensure collapse is respected regardless of selection...
tree
|
commitdiff
2014-07-27
Peter Rabbitson
Upgrade the "too many args on customcond" warning from...
tree
|
commitdiff
2014-07-25
Peter Rabbitson
This was an embarrassing close call - entirely redo...
tree
|
commitdiff
2014-07-24
Mike Francis
Added support for handling Class::DBI::Column in CDBICompat
tree
|
commitdiff
2014-07-24
Mike Francis
Added handling for implicit inflate/deflate of CDBI...
tree
|
commitdiff
2014-07-24
Peter Rabbitson
Bundle trial SQLA for the trial of DBIC (reuse dq techn...
tree
|
commitdiff
2014-07-24
Peter Rabbitson
Document and add example of foreign_related_object
tree
|
commitdiff
2014-07-23
Peter Rabbitson
Change once more the signature of the custom cond coder...
tree
|
commitdiff
2014-07-23
Peter Rabbitson
Entirely and utterly rewrite populate(), fixing the...
tree
|
commitdiff
2014-07-22
Peter Rabbitson
Rebase Oracle datetime inflation test on top of DBICTes...
tree
|
commitdiff
2014-07-21
Peter Rabbitson
Replace many closure-based proxy methods with static...
tree
|
commitdiff
2014-07-21
Peter Rabbitson
Standardize the Moo import block, move quote_sub/qsub...
tree
|
commitdiff
2014-07-21
Peter Rabbitson
Replace B::perlstring with our own implmentation thereof
tree
|
commitdiff
2014-07-20
Peter Rabbitson
Greatly improve diagnostic messages of _resolve_relatio...
tree
|
commitdiff
2014-07-19
Peter Rabbitson
Remove duplicate arg-check in create(), adjust exceptio...
tree
|
commitdiff
2014-07-19
Peter Rabbitson
is_X_value functions introduced in 3705e3b28 migrated...
tree
|
commitdiff
2014-07-17
Peter Rabbitson
Better, consistent handling of -literal/-value in the...
tree
|
commitdiff
2014-07-17
Peter Rabbitson
Move the "special loading" check to DBICTest::Util
tree
|
commitdiff
2014-07-17
Peter Rabbitson
Skip the namespace tests on plain install
tree
|
commitdiff
2014-07-17
Peter Rabbitson
Add one extra is_exception check (missed a spot during...
tree
|
commitdiff
2014-07-17
Peter Rabbitson
Consolidate bits and pieces under ::_Util::refdesc
tree
|
commitdiff
2014-07-12
Peter Rabbitson
Another heavy refactor of the rel resolver prototype...
tree
|
commitdiff
2014-07-12
Peter Rabbitson
Refactor ::DBIHacks::_extract_fixed_condition_columns...
tree
|
commitdiff
2014-07-09
Peter Rabbitson
Older perls get confused by this construct - rewrap
tree
|
commitdiff
2014-07-09
Peter Rabbitson
Revert optimistic and sloppy changes from 3705e3b2...
tree
|
commitdiff
2014-07-09
Brendan Byrd
Initial (now passing) tests prompting the order_by...
tree
|
commitdiff
2014-07-08
Peter Rabbitson
Switch DBIC::Storage::Statistics to Moo (for trial...
tree
|
commitdiff
2014-07-08
Peter Rabbitson
Break out the test tracer into a standalone file
tree
|
commitdiff
2014-07-07
Peter Rabbitson
IFF debug goes to STDERR by default - silence possible...
tree
|
commitdiff
2014-07-07
Peter Rabbitson
Stop permanently enabling autoflush on the debug filehandle
tree
|
commitdiff
2014-07-07
Peter Rabbitson
Expand closed STDERR test, check actual exception
tree
|
commitdiff
2014-06-19
Dagfinn Ilmari Man...
Populate caches for related result sets even if they...
tree
|
commitdiff
2014-06-17
Peter Rabbitson
Add a self-explanatory *compile-time* $ENV{DBIC_SHUFFLE...
tree
|
commitdiff
2014-06-17
Peter Rabbitson
Fix ::Ordered in combination with delete_all
tree
|
commitdiff
2014-06-12
Peter Rabbitson
Fix test tripping on external warnings
tree
|
commitdiff
2014-06-11
Karen Etheridge
replace all remaining uses of self_rowobj with self_res...
tree
|
commitdiff
2014-06-11
Gerda Shank
Add (now passing) tests for set_from_related() via...
tree
|
commitdiff
2014-06-11
Peter Rabbitson
Add foreign_resultobj to the customrel signature
tree
|
commitdiff
2014-06-11
Peter Rabbitson
Rename (with a silent compat shim) couple of badly...
tree
|
commitdiff
2014-06-11
Peter Rabbitson
Centralize custom rel args check, be more thorough
tree
|
commitdiff
2014-06-11
Peter Rabbitson
Adjust error messages - joinfrees can be returned from...
tree
|
commitdiff
2014-06-11
Peter Rabbitson
Fix incorrect handling of custom relationship condition...
tree
|
commitdiff
2014-06-04
Peter Rabbitson
Fix grave resultset-level delete/update bug
tree
|
commitdiff
2014-06-04
Peter Rabbitson
Do not skip running from_storage filter when a NULL...
tree
|
commitdiff
2014-06-04
Peter Rabbitson
Use a nullable column for the ::FC test
tree
|
commitdiff
2014-06-04
Peter Rabbitson
Teach FC about literals
tree
|
commitdiff
2014-06-04
Peter Rabbitson
A number of equivalent-logic ::FC refactors
tree
|
commitdiff
2014-06-04
Peter Rabbitson
Rename some variables and reformat the FC/IC codepaths...
tree
|
commitdiff
2014-06-04
Peter Rabbitson
Clarify FC/IC conflict exception
tree
|
commitdiff
2014-06-04
Peter Rabbitson
Call mro reinit in tests only on 5.8
tree
|
commitdiff
next