MXS-3535 Add test that reveals the problem
qc_sqlite does not collect from ON.
This commit is contained in:
parent
63daa0e28c
commit
e7f9a5bd65
@ -171,3 +171,7 @@ SELECT trim(@@server_id);
|
||||
SELECT trim("text");
|
||||
SELECT trim(BOTH " " FROM " text");
|
||||
SELECT trim(BOTH FROM " text");
|
||||
|
||||
# MXS-3535
|
||||
# qc_sqlite misses symbols/vars used in an ON.
|
||||
select E.id from bill_base as T inner join pb_meta_filter_item on A.itemName = @cFilterItemName;
|
||||
|
Loading…
x
Reference in New Issue
Block a user