projects
/
dbsrgits/DBIx-Class-Historic.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
fix Cursor SYNOPSIS
[dbsrgits/DBIx-Class-Historic.git]
/
t
/
prefetch
/
2012-08-24
Arthur Axel 'fREW...
rewrite test to use existing schema
tree
|
commitdiff
2012-08-23
Peter Rabbitson
Back out constructor/prefetch rewrite introduced mainly...
tree
|
commitdiff
2012-08-23
Eden Cardim
failing test for prefetch bug where prefetched values...
tree
|
commitdiff
2012-08-23
Rafael Kitover
remove ->deploy from castaway's test
tree
|
commitdiff
2012-08-23
Jess Robinson
New test for recent prefetch/undef bug
tree
|
commitdiff
2012-04-21
Peter Rabbitson
Fix lapse on limited incomplete has_many prefetches
tree
|
commitdiff
2012-04-21
Peter Rabbitson
Do not artificially order the internals of a has_many...
tree
|
commitdiff
2012-04-21
Peter Rabbitson
Saner naming for helper test method
tree
|
commitdiff
2012-04-16
Peter Rabbitson
I think we are done here
tree
|
commitdiff
2012-04-16
Peter Rabbitson
Initial full test pass - all fetches are eager for now
tree
|
commitdiff
2012-04-16
Peter Rabbitson
Merge branch 'master' into topic/constructor_rewrite
tree
|
commitdiff
2012-03-16
Alexander Hartmaier
removed unnecessary use of Test::Exception
tree
|
commitdiff
2012-03-02
Peter Rabbitson
Functional row-parse generator - really works!!!
tree
|
commitdiff
2012-01-05
Peter Rabbitson
Trailing WS crusade - got to save them bits
tree
|
commitdiff
2011-11-26
Peter Rabbitson
Fix the join/prefetch resolver when dealing with '...
tree
|
commitdiff
2011-10-25
Peter Rabbitson
Throw a sensible error when a malformed 'as'-spec is...
tree
|
commitdiff
2011-05-02
Peter Rabbitson
Revert the smart-select-ordering introduced in 36fd7f07
tree
|
commitdiff
2011-04-11
Arthur Axel 'fREW...
Parameterize pagination
tree
|
commitdiff
2011-03-30
Peter Rabbitson
Massive rewrite of bind handling, and overall simplific...
tree
|
commitdiff
2011-01-13
ostmann
Fix losing order of columns provided in select/as
tree
|
commitdiff
2011-01-05
Peter Rabbitson
Make sure unaliased selectors and prefetch coexist...
tree
|
commitdiff
2010-12-27
Peter Rabbitson
Another revamp of the selector resolution - now support...
tree
|
commitdiff
2010-12-27
Peter Rabbitson
Fail early on literal-ordered complex prefetch without...
tree
|
commitdiff
2010-12-27
Peter Rabbitson
Only add a group_by to a complex prefetch if a non...
tree
|
commitdiff
2010-12-27
Peter Rabbitson
Clean up from/select bind value handling (RT#61025)
tree
|
commitdiff
2010-12-22
Rafael Kitover
Remove small_datetime from the main schema - it is...
tree
|
commitdiff
2010-10-27
Norbert Buchmuller
Fixed a prefetch bug (o2m->prefetch_o2m+order_by+rows)
tree
|
commitdiff
2010-10-14
Peter Rabbitson
Stop adding GROUP BY's to subqueries that do not contai...
tree
|
commitdiff
2010-10-14
Peter Rabbitson
Fix spotty handling of complex order_by relationship...
tree
|
commitdiff
2010-08-13
Peter Rabbitson
Some TODO test revisions prompted by RT#59565
tree
|
commitdiff
2010-08-07
Peter Rabbitson
Fix a corner case when a distinct plus an unqualified...
tree
|
commitdiff
2010-08-04
Peter Rabbitson
Collapse-calculator finally works (GPW++)
tree
|
commitdiff
2010-08-04
Peter Rabbitson
Sketches of tests that should ultimately pass
tree
|
commitdiff
2010-08-04
Peter Rabbitson
Merge 'trunk' into 'prefetch'
tree
|
commitdiff
2010-08-04
Peter Rabbitson
Restore backwards compatibility - introduce intent...
tree
|
commitdiff
2010-08-04
Peter Rabbitson
Merge 'trunk' into 'prefetch'
tree
|
commitdiff
2010-08-04
Moritz Onken
rewrite of _collapse_result to support prefetch of...
tree
|
commitdiff
2010-08-03
Peter Rabbitson
Merge 'trunk' into 'prefetch'
tree
|
commitdiff
2010-08-03
Peter Rabbitson
Illustration for rob
tree
|
commitdiff
2010-05-04
Peter Rabbitson
Refactor count handling, make count-resultset attribute...
tree
|
commitdiff
2010-03-16
Peter Rabbitson
Horrible horrible rewrite of the aliastype scanner...
tree
|
commitdiff
2010-02-08
Peter Rabbitson
Merge fix of RT54039 from prefetch branch
tree
|
commitdiff
2010-02-05
Peter Rabbitson
No idea how I missed all these fails...
tree
|
commitdiff
2010-01-27
Peter Rabbitson
Merge some cleanups from the prefetch branch
tree
|
commitdiff
2010-01-27
Peter Rabbitson
Clean up some stuff
tree
|
commitdiff
2010-01-17
Peter Rabbitson
This is made out of awesome
tree
|
commitdiff
2010-01-17
Peter Rabbitson
Getting warmer
tree
|
commitdiff
2010-01-15
Peter Rabbitson
Adjust sql-emitter tests
tree
|
commitdiff
2009-12-10
Peter Rabbitson
First half of distinct cleanup
tree
|
commitdiff
2009-11-24
Peter Rabbitson
Changes and prevent a spurious todo-pass
tree
|
commitdiff
2009-11-16
Peter Rabbitson
Fix order_by/distinct bug
tree
|
commitdiff
2009-11-15
Peter Rabbitson
Merge 'trunk' into 'prefetch-group_by'
tree
|
commitdiff
2009-11-15
Peter Rabbitson
TODOify test until we get an AST
tree
|
commitdiff
2009-11-15
Peter Rabbitson
Move more code to DBIHacks, put back the update/delete...
tree
|
commitdiff
2009-11-10
Eden Cardim
added test case for ensuring a column mentioned in...
tree
|
commitdiff
2009-10-05
Norbert Buchmuller
Failing test case for the bug.
tree
|
commitdiff
2009-09-17
Peter Rabbitson
Fix left-join chaining
tree
|
commitdiff
2009-09-11
Peter Rabbitson
Extend prefetch tests
tree
|
commitdiff
2009-09-04
Peter Rabbitson
Dumper follies
tree
|
commitdiff
2009-08-25
Peter Rabbitson
Merge 'grouped_has_many_join' into 'trunk'
tree
|
commitdiff
2009-08-25
Peter Rabbitson
One more test
tree
|
commitdiff
2009-08-24
Peter Rabbitson
Seems like abraxxa's bug is fixed
tree
|
commitdiff
2009-08-21
Peter Rabbitson
Because prefetch uses the cache system, it is not possi...
tree
|
commitdiff
2009-08-20
Alexander Hartmaier
new branch grouped_has_many_join
tree
|
commitdiff
2009-08-17
Peter Rabbitson
Allow select AS specification for functions only via...
tree
|
commitdiff
2009-08-12
Peter Rabbitson
Grrrr
tree
|
commitdiff
2009-08-11
Peter Rabbitson
Sanify group_by handling in complex prefetch rewrites
tree
|
commitdiff
2009-08-10
Andy Grundman
Add failing test for RT 47779, group_by as a scalar ref
tree
|
commitdiff
2009-08-09
Moritz Onken
added TODO test: call accessors when create()ing a row
tree
|
commitdiff
2009-08-05
Peter Rabbitson
Merge 'trunk' into 'mssql_storage_minor_refactor'
tree
|
commitdiff
2009-08-04
Peter Rabbitson
Merge 'prefetch_bug-related_resultset_order_by_plus_lim...
tree
|
commitdiff
2009-08-04
Peter Rabbitson
Split the search_related prefetch tests into a standalo...
tree
|
commitdiff
2009-08-04
Moritz Onken
prefetch-grouped fails, again
tree
|
commitdiff
2009-08-04
Peter Rabbitson
Move around tests a bit
tree
|
commitdiff
2009-08-04
Peter Rabbitson
Add an extra test specifically for distinct/prefetch
tree
|
commitdiff
2009-08-03
Peter Rabbitson
Adjust expected sql to match the new 'Track' table...
tree
|
commitdiff
2009-07-23
Norbert Buchmuller
Failing test for prefetch bug: M -> 1 -> M with prefetc...
tree
|
commitdiff
2009-07-14
Peter Rabbitson
grouped prefetch fix
tree
|
commitdiff
2009-07-02
Peter Rabbitson
Merge 'trunk' into 'unresolvable_prefetch'
tree
|
commitdiff
2009-07-02
Peter Rabbitson
Everything works, just need to fix join-path chaining...
tree
|
commitdiff
2009-07-02
Peter Rabbitson
More fail (fix is known but needs work)
tree
|
commitdiff
2009-07-02
Ian Wells
Confirm prefetch doesn't affect main row fetch, and...
tree
|
commitdiff
2009-07-01
Ian Wells
Additional tests on prefetch - illustrates the bug...
tree
|
commitdiff
2009-07-01
Peter Rabbitson
Merge 'trunk' into 'unresolvable_prefetch'
tree
|
commitdiff
2009-07-01
Peter Rabbitson
Extend test
tree
|
commitdiff
2009-06-30
Peter Rabbitson
Whoops
tree
|
commitdiff
2009-06-30
Peter Rabbitson
Merge 'trunk' into 'grouped_prefetch'
tree
|
commitdiff
2009-06-30
Peter Rabbitson
Merge 'search_related_prefetch' into 'trunk'
tree
|
commitdiff
2009-06-30
Peter Rabbitson
rs->get_column now properly recognizes prefetch and...
tree
|
commitdiff
2009-06-29
Peter Rabbitson
And score! (all works)
tree
|
commitdiff
2009-06-29
Peter Rabbitson
clearer
tree
|
commitdiff
2009-06-29
Peter Rabbitson
Test cleanups
tree
|
commitdiff
2009-06-29
Peter Rabbitson
A couple of test fixes
tree
|
commitdiff
2009-06-28
Peter Rabbitson
Rogue comments
tree
|
commitdiff
2009-06-28
Peter Rabbitson
Lose the literal sql bits - castaway is right it's...
tree
|
commitdiff
2009-06-28
Peter Rabbitson
Whoops
tree
|
commitdiff
2009-06-28
Peter Rabbitson
Proper prefetch+group test
tree
|
commitdiff
2009-06-28
Peter Rabbitson
The prefetch+group_by is a complex problem - branch
tree
|
commitdiff
2009-06-28
Peter Rabbitson
Adjust a couple of tests for new behavior (thus all...
tree
|
commitdiff
2009-06-28
Peter Rabbitson
Thetest case that started it all
tree
|
commitdiff
next