Status: resolved
Severity:
minor
Category: Vlerq
Ratcl
Created: 2007-02-08
Updated: 2008-02-18
When the column order doesn't match, ijoin returns zero rows.
set v [view {A B C} def {a c d a e f e c d a d e}]
set w [view {B C D} def {c d e c d f d e f}]
view $v ijoin $w | dump
view $v colmap {C A B} | ijoin $w | dump ;# <== zero rows in result
Summary
Oooh, that was a tricky one. Affected "join" vop as well. Fixed in Darcs.
We've reached the 800'th test in Vlerq's test suite!
- 2007-02-08 btheado
Imported
- 2007-02-09 btheado
Awesome!
