projects
/
dbsrgits/DBIx-Class.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Skip thread tests under Devel::Cover
[dbsrgits/DBIx-Class.git]
/
t
/
2013-04-17
Peter Rabbitson
Fix test description (DrHyde++)
tree
|
commitdiff
2013-04-17
Peter Rabbitson
Merge branch 'master' into topic/constructor_rewrite
tree
|
commitdiff
2013-04-17
Peter Rabbitson
Remove idiotic RowCountOrGenericSubQ - it will never...
tree
|
commitdiff
2013-04-11
Peter Rabbitson
Add a TODO to catch when Text::Balanced RT#74994 is...
tree
|
commitdiff
2013-04-09
Peter Rabbitson
Fix oversight in subqueried MySQL update/delete
tree
|
commitdiff
2013-04-04
Peter Rabbitson
Make sure external DBIC envvars do not cause tests...
tree
|
commitdiff
2013-04-04
Peter Rabbitson
Fix incorrect warning/exception originator
tree
|
commitdiff
2013-04-04
Peter Rabbitson
Do not repeatedly trace test schema populate under...
tree
|
commitdiff
2013-04-04
Peter Rabbitson
Extra TODO tests for a txn_guard silencing problem
tree
|
commitdiff
2013-04-02
Peter Rabbitson
Work around SQLite's RT#79576
tree
|
commitdiff
2013-04-01
Peter Rabbitson
Saner check for non-integer values bound as integers...
tree
|
commitdiff
2013-04-01
Peter Rabbitson
Refactor sth preparation/binding - no functional changes
tree
|
commitdiff
2013-03-25
Peter Rabbitson
Fix test warnings left in by 11343b34
tree
|
commitdiff
2013-03-20
Darius Jokilehto
Add deprecation warnings for cols/include_columns
tree
|
commitdiff
2013-03-19
Peter Rabbitson
Fix test failing with some tracing envvars (and smoke...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Properly wrap a subquery around grouped resultsets...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Radically rethink complex prefetch - make most useful...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
There is no point of ordering the insides of a complex...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Consider unselected order_by during complex subqueried...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Warn in case of iterative collapse being upgraded to...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Still do null-branch pruning when we are using our...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Forgotten cruft after 52864fbd5
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Rename some private methods/attributes to align with...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Simplify more - remove loop and cleanup the while cond
tree
|
commitdiff
2013-03-10
Peter Rabbitson
An underdefined root has to use the %cur_row_ids container
tree
|
commitdiff
2013-03-10
Peter Rabbitson
MOAR optimization - tracking is_new_res is double work
tree
|
commitdiff
2013-03-10
Peter Rabbitson
BAIL_OUT stops the entire test run - do not want that
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Scale back validation of the 'as' attribute (revert...
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Clarify result_class tweaking on active/cached cursors
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Remove test cruft forgotten after 52864fbd
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Do not rely on Data::Dumper to produce rolled out hashrefs
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Merge branch 'master' into topic/constructor_rewrite
tree
|
commitdiff
2013-03-10
Peter Rabbitson
Exclude DBICTest namespace from stacktraces
tree
|
commitdiff
2013-03-08
Peter Rabbitson
More comprehensive test of qualifier stripping for...
tree
|
commitdiff
2013-03-01
Peter Rabbitson
Punt TODO until the dateops work merges
tree
|
commitdiff
2013-03-01
Peter Rabbitson
This infrastructure was removed ages ago by 263e41be
tree
|
commitdiff
2013-03-01
Peter Rabbitson
Remove TODO that could never be made to work (revert...
tree
|
commitdiff
2013-02-26
Peter Rabbitson
Regex /o is *EVIL* - no idea why I even thought of...
tree
|
commitdiff
2013-02-23
Peter Rabbitson
Instrument the lockfile creation failure
tree
|
commitdiff
2013-02-23
Peter Rabbitson
Fix regression breaking search on prefetched rel (broke...
tree
|
commitdiff
2013-02-23
Peter Rabbitson
Uncomment disabled test (not sure why it was)
tree
|
commitdiff
2013-02-20
Peter Rabbitson
Sanity-check columns added as primary key
tree
|
commitdiff
2013-02-20
Peter Rabbitson
Optimize the HRI-direct collapser even more
tree
|
commitdiff
2013-02-20
Peter Rabbitson
Fatalize warnings within the compiled row parsers
tree
|
commitdiff
2013-02-20
Peter Rabbitson
Modify the null-branch pruning introduced in ce556881...
tree
|
commitdiff
2013-02-18
Peter Rabbitson
Prevent SQL::Translator::Producer::YAML from seeing...
tree
|
commitdiff
2013-02-18
Peter Rabbitson
Deprecate the insane forest of SQLT::Parser::DBIC arguments
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Reintroduce conditional null-branch pruning and add...
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Optimization - order only on lazy prefetch
tree
|
commitdiff
2013-02-14
Peter Rabbitson
And another collapser issue
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Yet another collapser oversight
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Simplify collapse map contents, shuffle things around...
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Move the infmap verification/exception way earlier
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Massively optimize ->cursor->next while fixing some...
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Restore ability to handle underdefined root (t/prefetch...
tree
|
commitdiff
2013-02-14
Rafael Kitover
Test for restricted prefetch (now passing again after...
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Fix _resolve_collapse to always consider the entire...
tree
|
commitdiff
2013-02-14
Peter Rabbitson
ETOOMANYARGS - change _resolve_collapse to take a coupl...
tree
|
commitdiff
2013-02-14
Alexander Hartmaier
Added test for join and empty prefetch exception
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Fixups for 5.17.6+ hash randomization
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Hit an MC hash-order bug - simplify create, and solve...
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Reverting a48693f42e - the test is a fat duplicate...
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Merge branch 'master' into topic/constructor_rewrite
tree
|
commitdiff
2013-02-14
Peter Rabbitson
Add strict/warnings test, adjust all offenders (wow...
tree
|
commitdiff
2013-02-13
André Walker
Fix duplicated columns for count()
tree
|
commitdiff
2013-02-01
Peter Rabbitson
Revert parts of 6864429a which utterly broke dbh_do...
tree
|
commitdiff
2013-01-25
Peter Rabbitson
General cleanup of error messages - quote identifiers...
tree
|
commitdiff
2013-01-25
Peter Rabbitson
Remove TODO labels from blocks not using todo_skip...
tree
|
commitdiff
2013-01-25
Peter Rabbitson
Revert 344f761c - this was a stupid idea
tree
|
commitdiff
2013-01-23
Dagfinn Ilmari Man...
Only allow known globals in SQL::Translator leak allowance
tree
|
commitdiff
2013-01-21
Peter Rabbitson
Revert workarounds for $@ broken during 5.13.x - mainly...
tree
|
commitdiff
2013-01-21
Peter Rabbitson
Fix self-referential resultset update/delete on MySQL...
tree
|
commitdiff
2013-01-21
Peter Rabbitson
Fix proper handling of composite resultset heads (e...
tree
|
commitdiff
2013-01-21
Peter Rabbitson
Move the *preliminary* multicol IN support to the sqlmaker
tree
|
commitdiff
2013-01-21
Peter Rabbitson
Flip quoting in all of t/71mysql.t (no test changes)
tree
|
commitdiff
2013-01-21
Peter Rabbitson
Scope::Upper somehow confuses pseudofork on older perls...
tree
|
commitdiff
2013-01-12
Peter Rabbitson
Regenerate SQLite testschema ddl with explicit quoting...
tree
|
commitdiff
2013-01-12
Peter Rabbitson
SQLT got a lot better lately - bump min version
tree
|
commitdiff
2013-01-12
Peter Rabbitson
deployment_statements() is not storage-dependent -...
tree
|
commitdiff
2013-01-12
Peter Rabbitson
Remove support for source_bind_attributes() as promised...
tree
|
commitdiff
2013-01-12
Peter Rabbitson
Deprecate emulate_limit() - can not be sanely supported...
tree
|
commitdiff
2012-12-26
Peter Rabbitson
Reorganize MSSQL/DBD::Sybase TODOs on MAS+txn tests
tree
|
commitdiff
2012-12-26
Brendan Byrd
Fix TODO tests to only mark exactly the failing tests...
tree
|
commitdiff
2012-12-26
Peter Rabbitson
No reason to run this test at all until MC is rewritten
tree
|
commitdiff
2012-12-26
Peter Rabbitson
Promote leaky rscond todo to a smoke-fail - try to...
tree
|
commitdiff
2012-12-19
Peter Rabbitson
Fix broken DBICTest::RunMode::is_smoker() (riba got...
tree
|
commitdiff
2012-12-15
Peter Rabbitson
I was wrong about 2d12a809 - the crash is real
tree
|
commitdiff
2012-12-15
Peter Rabbitson
Run t/storage/global_destruction.t using SQLite as...
tree
|
commitdiff
2012-12-15
Peter Rabbitson
Revert skip from a0361822 and fix tests to work correctly
tree
|
commitdiff
2012-12-11
Peter Rabbitson
Stop using deprecated regex syntax
tree
|
commitdiff
2012-12-11
Peter Rabbitson
Revert 50e6c52e0 - the crash was most likely due to...
tree
|
commitdiff
2012-12-11
Peter Rabbitson
Do not grab a global lock if test won't run
tree
|
commitdiff
2012-11-30
Peter Rabbitson
More extensive travis testing plan
tree
|
commitdiff
2012-11-30
Peter Rabbitson
Fix the leaktracer rewrite in 218b7c12 which broke...
tree
|
commitdiff
2012-11-19
Peter Rabbitson
Stop stripping table name qualifier on complex $rs...
tree
|
commitdiff
2012-11-18
Peter Rabbitson
Back out frivolous loading of threads.pm
tree
|
commitdiff
2012-11-18
Peter Rabbitson
Rewrite 461c7168 solving Oracle silent connection failures
tree
|
commitdiff
2012-11-18
Peter Rabbitson
Rename and expand false-value prefetch test
tree
|
commitdiff
2012-11-14
Peter Rabbitson
Fix test skips just like was done in 49b3a264
tree
|
commitdiff
2012-11-14
Peter Rabbitson
More robust behavior under heavily threaded environments
tree
|
commitdiff
next