MXS-3535 Add test that reveals the problem

qc_sqlite does not collect from ON.
This commit is contained in:
Johan Wikman 2021-05-24 10:50:35 +03:00
parent 63daa0e28c
commit e7f9a5bd65

View File

@ -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;