From e3f0dff0834b31ab1822499ff0a9e34826ab74f3 Mon Sep 17 00:00:00 2001 From: Colin Dellow Date: Sun, 18 Mar 2018 13:28:56 -0400 Subject: [PATCH] Move queries/* to templates --- tests/{queries => templates}/001-table-scan-1-rowgroup.sql | 0 tests/{queries => templates}/003-cross-join-count-1-rowgroup.sql | 0 tests/{queries => templates}/004-cross-join-10-rowgroups.sql | 0 tests/{queries => templates}/005-rowid-1-rowgroup.sql | 0 tests/{queries => templates}/007-rowid-55-10-rowgroups.sql | 0 tests/{queries => templates}/008-nulls.sql | 0 tests/{queries => templates}/009-rowid-group-by.sql | 0 tests/{queries => templates}/010-order-by-string7.sql | 0 tests/{queries => templates}/011-order-by-string8.sql | 0 tests/{queries => templates}/012-string-7-is-null.sql | 0 tests/{queries => templates}/013-string-7-is-not-null.sql | 0 tests/{queries => templates}/014-nulls-like-percent-start.sql | 0 tests/{queries => templates}/015-nulls-like-no-match.sql | 0 tests/{queries => templates}/016-nulls-like-percent-end.sql | 0 tests/{queries => templates}/017-nulls-like-underscore.sql | 0 tests/{queries => templates}/018-string-gt-lt.sql | 0 tests/{queries => templates}/019-string-gte-lte.sql | 0 tests/{queries => templates}/020-string-eq.sql | 0 tests/{queries => templates}/021-rowid-and-field-eq.sql | 0 tests/{queries => templates}/022-rowid-and-field-ne.sql | 0 tests/{queries => templates}/023-int8-eq.sql | 0 tests/{queries => templates}/024-int8-lt.sql | 0 tests/{queries => templates}/025-int8-lte.sql | 0 tests/{queries => templates}/026-int8-gt.sql | 0 tests/{queries => templates}/027-int8-gte.sql | 0 tests/{queries => templates}/028-int8-rowid-eq-and-field-ne.sql | 0 tests/{queries => templates}/029-int64-gte.sql | 0 tests/{queries => templates}/030-int64-gt.sql | 0 tests/{queries => templates}/031-int64-eq.sql | 0 tests/{queries => templates}/032-int64-lt.sql | 0 tests/{queries => templates}/033-int64-lte.sql | 0 tests/{queries => templates}/034-int64-rowid-eq-and-field-ne.sql | 0 tests/{queries => templates}/035-int64-rowid-eq-and-field-ne2.sql | 0 tests/{queries => templates}/036-double-eq.sql | 0 tests/{queries => templates}/037-double-gt.sql | 0 tests/{queries => templates}/038-double-gte.sql | 0 tests/{queries => templates}/039-double-lt.sql | 0 tests/{queries => templates}/040-double-lte.sql | 0 tests/{queries => templates}/041-double-rowid-and-field-ne.sql | 0 tests/{queries => templates}/042-double-rowid-and-field-ne2.sql | 0 tests/{queries => templates}/043-binary-eq.sql | 0 tests/{queries => templates}/044-binary-rowid-and-ne.sql | 0 tests/{queries => templates}/045-binary-lt.sql | 0 tests/{queries => templates}/046-binary-lte.sql | 0 tests/{queries => templates}/047-binary-gt.sql | 0 tests/{queries => templates}/048-binary-gte.sql | 0 tests/{queries => templates}/049-unusable-constraint.sql | 0 tests/{queries => templates}/050-rowid-gt-none.sql | 0 tests/{queries => templates}/051-rowid-gte-none.sql | 0 tests/{queries => templates}/052-rowid-lt-none.sql | 0 tests/{queries => templates}/053-rowid-lte-none.sql | 0 tests/{queries => templates}/054-rowid-lte-one.sql | 0 tests/{queries => templates}/055-rowid-lt-one.sql | 0 tests/{queries => templates}/056-rowid-ne-some.sql | 0 tests/{queries => templates}/057-rowid-is-null.sql | 0 tests/{queries => templates}/058-rowid-is-not-null.sql | 0 tests/{queries => templates}/059-rowid-eq-string.sql | 0 tests/{queries => templates}/060-rowid-double.sql | 0 tests/{queries => templates}/061-string-eq-int.sql | 0 tests/{queries => templates}/062-string-eq-double.sql | 0 tests/{queries => templates}/063-int8-eq-double.sql | 0 tests/{queries => templates}/064-int8-eq-str.sql | 0 tests/{queries => templates}/065-int8-eq-str2.sql | 0 tests/{queries => templates}/066-int8-eq-bogus-str.sql | 0 tests/{queries => templates}/067-int8-lt-str.sql | 0 tests/{queries => templates}/068-int8-lt-double.sql | 0 tests/{queries => templates}/069-int8-lte-str.sql | 0 tests/{queries => templates}/070-int8-lte-double.sql | 0 tests/{queries => templates}/071-int8-gt-str.sql | 0 tests/{queries => templates}/072-int8-gt-double.sql | 0 tests/{queries => templates}/073-int8-gte-str.sql | 0 tests/{queries => templates}/074-int8-gte-double.sql | 0 tests/{queries => templates}/075-int8-ne-str.sql | 0 tests/{queries => templates}/076-int8-ne-double.sql | 0 tests/{queries => templates}/077-int64-gte-str.sql | 0 tests/{queries => templates}/078-int64-gte-double.sql | 0 tests/{queries => templates}/079-int65-gt-str.sql | 0 tests/{queries => templates}/080-int65-gt-double.sql | 0 tests/{queries => templates}/081-int64-eq-str.sql | 0 tests/{queries => templates}/082-int64-eq-double.sql | 0 tests/{queries => templates}/083-int64-lt-str.sql | 0 tests/{queries => templates}/084-int64-lt-double.sql | 0 tests/{queries => templates}/085-int64-lte-str.sql | 0 tests/{queries => templates}/086-int64-lte-double.sql | 0 tests/{queries => templates}/087-int64-ne-str.sql | 0 tests/{queries => templates}/088-int64-ne-double.sql | 0 tests/{queries => templates}/089-int64-ne-some-str.sql | 0 tests/{queries => templates}/090-int64-ne-some-double.sql | 0 tests/{queries => templates}/091-double-eq-str.sql | 0 tests/{queries => templates}/092-double-eq-int.sql | 0 tests/{queries => templates}/093-double-gt-str.sql | 0 tests/{queries => templates}/094-double-gt-int.sql | 0 tests/{queries => templates}/095-double-gte-str.sql | 0 tests/{queries => templates}/096-double-gte-int.sql | 0 tests/{queries => templates}/097-double-lt-str.sql | 0 tests/{queries => templates}/098-double-lt-int.sql | 0 tests/{queries => templates}/099-double-lte-str.sql | 0 tests/{queries => templates}/100-double-lte-int.sql | 0 .../{queries => templates}/101-double-rowid-and-field-ne-str.sql | 0 .../{queries => templates}/102-double-rowid-and-field-ne-int.sql | 0 .../103-double-rowid-and-field-ne2-some-str.sql | 0 .../104-double-rowid-and-field-ne2-some-int.sql | 0 tests/{queries => templates}/105-rowid-gte-0.sql | 0 tests/{queries => templates}/106-rowid-gt-0.sql | 0 tests/{queries => templates}/109-bool-where-eq-0.sql | 0 tests/{queries => templates}/110-bool-where-eq-1.sql | 0 tests/{queries => templates}/111-bool-where-bool.sql | 0 tests/{queries => templates}/112-bool-where-not-bool.sql | 0 tests/{queries => templates}/113-bool-where-gt-0.sql | 0 tests/{queries => templates}/114-bool-where-gte-0.sql | 0 tests/{queries => templates}/115-bool-where-gt-1.sql | 0 tests/{queries => templates}/116-bool-where-lt-0.sql | 0 tests/{queries => templates}/117-bool-where-lt-1.sql | 0 tests/{queries => templates}/118-bool-where-lte-1.sql | 0 tests/{queries => templates}/119-ts-eq-july-20.sql | 0 tests/{queries => templates}/120-ts-lt-july-20.sql | 0 tests/{queries => templates}/121-ts-lte-july-20.sql | 0 tests/{queries => templates}/122-ts-gt-july-20.sql | 0 tests/{queries => templates}/123-ts-gte-july-20.sql | 0 tests/{queries => templates}/124-ts-ne-july-20.sql | 0 tests/{queries => templates}/125-fixed-bytearray-eq.sql | 0 tests/{queries => templates}/126-fixed-bytearray-lt.sql | 0 tests/{queries => templates}/127-fixed-bytearray-lte.sql | 0 tests/{queries => templates}/128-fixed-bytearray-gt.sql | 0 tests/{queries => templates}/129-fixed-bytearray-gte.sql | 0 tests/{queries => templates}/130-fixed-bytearray-ne.sql | 0 tests/{queries => templates}/131-var-bytearray-eq.sql | 0 tests/{queries => templates}/132-var-bytearray-lt.sql | 0 tests/{queries => templates}/133-var-bytearray-lte.sql | 0 tests/{queries => templates}/134-var-bytearray-gt.sql | 0 tests/{queries => templates}/135-var-bytearray-gte.sql | 0 tests/{queries => templates}/136-var-bytearray-ne.sql | 0 tests/{queries => templates}/137-var-bytearray-lte.sql | 0 tests/{queries => templates}/138-string-lte.sql | 0 134 files changed, 0 insertions(+), 0 deletions(-) rename tests/{queries => templates}/001-table-scan-1-rowgroup.sql (100%) rename tests/{queries => templates}/003-cross-join-count-1-rowgroup.sql (100%) rename tests/{queries => templates}/004-cross-join-10-rowgroups.sql (100%) rename tests/{queries => templates}/005-rowid-1-rowgroup.sql (100%) rename tests/{queries => templates}/007-rowid-55-10-rowgroups.sql (100%) rename tests/{queries => templates}/008-nulls.sql (100%) rename tests/{queries => templates}/009-rowid-group-by.sql (100%) rename tests/{queries => templates}/010-order-by-string7.sql (100%) rename tests/{queries => templates}/011-order-by-string8.sql (100%) rename tests/{queries => templates}/012-string-7-is-null.sql (100%) rename tests/{queries => templates}/013-string-7-is-not-null.sql (100%) rename tests/{queries => templates}/014-nulls-like-percent-start.sql (100%) rename tests/{queries => templates}/015-nulls-like-no-match.sql (100%) rename tests/{queries => templates}/016-nulls-like-percent-end.sql (100%) rename tests/{queries => templates}/017-nulls-like-underscore.sql (100%) rename tests/{queries => templates}/018-string-gt-lt.sql (100%) rename tests/{queries => templates}/019-string-gte-lte.sql (100%) rename tests/{queries => templates}/020-string-eq.sql (100%) rename tests/{queries => templates}/021-rowid-and-field-eq.sql (100%) rename tests/{queries => templates}/022-rowid-and-field-ne.sql (100%) rename tests/{queries => templates}/023-int8-eq.sql (100%) rename tests/{queries => templates}/024-int8-lt.sql (100%) rename tests/{queries => templates}/025-int8-lte.sql (100%) rename tests/{queries => templates}/026-int8-gt.sql (100%) rename tests/{queries => templates}/027-int8-gte.sql (100%) rename tests/{queries => templates}/028-int8-rowid-eq-and-field-ne.sql (100%) rename tests/{queries => templates}/029-int64-gte.sql (100%) rename tests/{queries => templates}/030-int64-gt.sql (100%) rename tests/{queries => templates}/031-int64-eq.sql (100%) rename tests/{queries => templates}/032-int64-lt.sql (100%) rename tests/{queries => templates}/033-int64-lte.sql (100%) rename tests/{queries => templates}/034-int64-rowid-eq-and-field-ne.sql (100%) rename tests/{queries => templates}/035-int64-rowid-eq-and-field-ne2.sql (100%) rename tests/{queries => templates}/036-double-eq.sql (100%) rename tests/{queries => templates}/037-double-gt.sql (100%) rename tests/{queries => templates}/038-double-gte.sql (100%) rename tests/{queries => templates}/039-double-lt.sql (100%) rename tests/{queries => templates}/040-double-lte.sql (100%) rename tests/{queries => templates}/041-double-rowid-and-field-ne.sql (100%) rename tests/{queries => templates}/042-double-rowid-and-field-ne2.sql (100%) rename tests/{queries => templates}/043-binary-eq.sql (100%) rename tests/{queries => templates}/044-binary-rowid-and-ne.sql (100%) rename tests/{queries => templates}/045-binary-lt.sql (100%) rename tests/{queries => templates}/046-binary-lte.sql (100%) rename tests/{queries => templates}/047-binary-gt.sql (100%) rename tests/{queries => templates}/048-binary-gte.sql (100%) rename tests/{queries => templates}/049-unusable-constraint.sql (100%) rename tests/{queries => templates}/050-rowid-gt-none.sql (100%) rename tests/{queries => templates}/051-rowid-gte-none.sql (100%) rename tests/{queries => templates}/052-rowid-lt-none.sql (100%) rename tests/{queries => templates}/053-rowid-lte-none.sql (100%) rename tests/{queries => templates}/054-rowid-lte-one.sql (100%) rename tests/{queries => templates}/055-rowid-lt-one.sql (100%) rename tests/{queries => templates}/056-rowid-ne-some.sql (100%) rename tests/{queries => templates}/057-rowid-is-null.sql (100%) rename tests/{queries => templates}/058-rowid-is-not-null.sql (100%) rename tests/{queries => templates}/059-rowid-eq-string.sql (100%) rename tests/{queries => templates}/060-rowid-double.sql (100%) rename tests/{queries => templates}/061-string-eq-int.sql (100%) rename tests/{queries => templates}/062-string-eq-double.sql (100%) rename tests/{queries => templates}/063-int8-eq-double.sql (100%) rename tests/{queries => templates}/064-int8-eq-str.sql (100%) rename tests/{queries => templates}/065-int8-eq-str2.sql (100%) rename tests/{queries => templates}/066-int8-eq-bogus-str.sql (100%) rename tests/{queries => templates}/067-int8-lt-str.sql (100%) rename tests/{queries => templates}/068-int8-lt-double.sql (100%) rename tests/{queries => templates}/069-int8-lte-str.sql (100%) rename tests/{queries => templates}/070-int8-lte-double.sql (100%) rename tests/{queries => templates}/071-int8-gt-str.sql (100%) rename tests/{queries => templates}/072-int8-gt-double.sql (100%) rename tests/{queries => templates}/073-int8-gte-str.sql (100%) rename tests/{queries => templates}/074-int8-gte-double.sql (100%) rename tests/{queries => templates}/075-int8-ne-str.sql (100%) rename tests/{queries => templates}/076-int8-ne-double.sql (100%) rename tests/{queries => templates}/077-int64-gte-str.sql (100%) rename tests/{queries => templates}/078-int64-gte-double.sql (100%) rename tests/{queries => templates}/079-int65-gt-str.sql (100%) rename tests/{queries => templates}/080-int65-gt-double.sql (100%) rename tests/{queries => templates}/081-int64-eq-str.sql (100%) rename tests/{queries => templates}/082-int64-eq-double.sql (100%) rename tests/{queries => templates}/083-int64-lt-str.sql (100%) rename tests/{queries => templates}/084-int64-lt-double.sql (100%) rename tests/{queries => templates}/085-int64-lte-str.sql (100%) rename tests/{queries => templates}/086-int64-lte-double.sql (100%) rename tests/{queries => templates}/087-int64-ne-str.sql (100%) rename tests/{queries => templates}/088-int64-ne-double.sql (100%) rename tests/{queries => templates}/089-int64-ne-some-str.sql (100%) rename tests/{queries => templates}/090-int64-ne-some-double.sql (100%) rename tests/{queries => templates}/091-double-eq-str.sql (100%) rename tests/{queries => templates}/092-double-eq-int.sql (100%) rename tests/{queries => templates}/093-double-gt-str.sql (100%) rename tests/{queries => templates}/094-double-gt-int.sql (100%) rename tests/{queries => templates}/095-double-gte-str.sql (100%) rename tests/{queries => templates}/096-double-gte-int.sql (100%) rename tests/{queries => templates}/097-double-lt-str.sql (100%) rename tests/{queries => templates}/098-double-lt-int.sql (100%) rename tests/{queries => templates}/099-double-lte-str.sql (100%) rename tests/{queries => templates}/100-double-lte-int.sql (100%) rename tests/{queries => templates}/101-double-rowid-and-field-ne-str.sql (100%) rename tests/{queries => templates}/102-double-rowid-and-field-ne-int.sql (100%) rename tests/{queries => templates}/103-double-rowid-and-field-ne2-some-str.sql (100%) rename tests/{queries => templates}/104-double-rowid-and-field-ne2-some-int.sql (100%) rename tests/{queries => templates}/105-rowid-gte-0.sql (100%) rename tests/{queries => templates}/106-rowid-gt-0.sql (100%) rename tests/{queries => templates}/109-bool-where-eq-0.sql (100%) rename tests/{queries => templates}/110-bool-where-eq-1.sql (100%) rename tests/{queries => templates}/111-bool-where-bool.sql (100%) rename tests/{queries => templates}/112-bool-where-not-bool.sql (100%) rename tests/{queries => templates}/113-bool-where-gt-0.sql (100%) rename tests/{queries => templates}/114-bool-where-gte-0.sql (100%) rename tests/{queries => templates}/115-bool-where-gt-1.sql (100%) rename tests/{queries => templates}/116-bool-where-lt-0.sql (100%) rename tests/{queries => templates}/117-bool-where-lt-1.sql (100%) rename tests/{queries => templates}/118-bool-where-lte-1.sql (100%) rename tests/{queries => templates}/119-ts-eq-july-20.sql (100%) rename tests/{queries => templates}/120-ts-lt-july-20.sql (100%) rename tests/{queries => templates}/121-ts-lte-july-20.sql (100%) rename tests/{queries => templates}/122-ts-gt-july-20.sql (100%) rename tests/{queries => templates}/123-ts-gte-july-20.sql (100%) rename tests/{queries => templates}/124-ts-ne-july-20.sql (100%) rename tests/{queries => templates}/125-fixed-bytearray-eq.sql (100%) rename tests/{queries => templates}/126-fixed-bytearray-lt.sql (100%) rename tests/{queries => templates}/127-fixed-bytearray-lte.sql (100%) rename tests/{queries => templates}/128-fixed-bytearray-gt.sql (100%) rename tests/{queries => templates}/129-fixed-bytearray-gte.sql (100%) rename tests/{queries => templates}/130-fixed-bytearray-ne.sql (100%) rename tests/{queries => templates}/131-var-bytearray-eq.sql (100%) rename tests/{queries => templates}/132-var-bytearray-lt.sql (100%) rename tests/{queries => templates}/133-var-bytearray-lte.sql (100%) rename tests/{queries => templates}/134-var-bytearray-gt.sql (100%) rename tests/{queries => templates}/135-var-bytearray-gte.sql (100%) rename tests/{queries => templates}/136-var-bytearray-ne.sql (100%) rename tests/{queries => templates}/137-var-bytearray-lte.sql (100%) rename tests/{queries => templates}/138-string-lte.sql (100%) diff --git a/tests/queries/001-table-scan-1-rowgroup.sql b/tests/templates/001-table-scan-1-rowgroup.sql similarity index 100% rename from tests/queries/001-table-scan-1-rowgroup.sql rename to tests/templates/001-table-scan-1-rowgroup.sql diff --git a/tests/queries/003-cross-join-count-1-rowgroup.sql b/tests/templates/003-cross-join-count-1-rowgroup.sql similarity index 100% rename from tests/queries/003-cross-join-count-1-rowgroup.sql rename to tests/templates/003-cross-join-count-1-rowgroup.sql diff --git a/tests/queries/004-cross-join-10-rowgroups.sql b/tests/templates/004-cross-join-10-rowgroups.sql similarity index 100% rename from tests/queries/004-cross-join-10-rowgroups.sql rename to tests/templates/004-cross-join-10-rowgroups.sql diff --git a/tests/queries/005-rowid-1-rowgroup.sql b/tests/templates/005-rowid-1-rowgroup.sql similarity index 100% rename from tests/queries/005-rowid-1-rowgroup.sql rename to tests/templates/005-rowid-1-rowgroup.sql diff --git a/tests/queries/007-rowid-55-10-rowgroups.sql b/tests/templates/007-rowid-55-10-rowgroups.sql similarity index 100% rename from tests/queries/007-rowid-55-10-rowgroups.sql rename to tests/templates/007-rowid-55-10-rowgroups.sql diff --git a/tests/queries/008-nulls.sql b/tests/templates/008-nulls.sql similarity index 100% rename from tests/queries/008-nulls.sql rename to tests/templates/008-nulls.sql diff --git a/tests/queries/009-rowid-group-by.sql b/tests/templates/009-rowid-group-by.sql similarity index 100% rename from tests/queries/009-rowid-group-by.sql rename to tests/templates/009-rowid-group-by.sql diff --git a/tests/queries/010-order-by-string7.sql b/tests/templates/010-order-by-string7.sql similarity index 100% rename from tests/queries/010-order-by-string7.sql rename to tests/templates/010-order-by-string7.sql diff --git a/tests/queries/011-order-by-string8.sql b/tests/templates/011-order-by-string8.sql similarity index 100% rename from tests/queries/011-order-by-string8.sql rename to tests/templates/011-order-by-string8.sql diff --git a/tests/queries/012-string-7-is-null.sql b/tests/templates/012-string-7-is-null.sql similarity index 100% rename from tests/queries/012-string-7-is-null.sql rename to tests/templates/012-string-7-is-null.sql diff --git a/tests/queries/013-string-7-is-not-null.sql b/tests/templates/013-string-7-is-not-null.sql similarity index 100% rename from tests/queries/013-string-7-is-not-null.sql rename to tests/templates/013-string-7-is-not-null.sql diff --git a/tests/queries/014-nulls-like-percent-start.sql b/tests/templates/014-nulls-like-percent-start.sql similarity index 100% rename from tests/queries/014-nulls-like-percent-start.sql rename to tests/templates/014-nulls-like-percent-start.sql diff --git a/tests/queries/015-nulls-like-no-match.sql b/tests/templates/015-nulls-like-no-match.sql similarity index 100% rename from tests/queries/015-nulls-like-no-match.sql rename to tests/templates/015-nulls-like-no-match.sql diff --git a/tests/queries/016-nulls-like-percent-end.sql b/tests/templates/016-nulls-like-percent-end.sql similarity index 100% rename from tests/queries/016-nulls-like-percent-end.sql rename to tests/templates/016-nulls-like-percent-end.sql diff --git a/tests/queries/017-nulls-like-underscore.sql b/tests/templates/017-nulls-like-underscore.sql similarity index 100% rename from tests/queries/017-nulls-like-underscore.sql rename to tests/templates/017-nulls-like-underscore.sql diff --git a/tests/queries/018-string-gt-lt.sql b/tests/templates/018-string-gt-lt.sql similarity index 100% rename from tests/queries/018-string-gt-lt.sql rename to tests/templates/018-string-gt-lt.sql diff --git a/tests/queries/019-string-gte-lte.sql b/tests/templates/019-string-gte-lte.sql similarity index 100% rename from tests/queries/019-string-gte-lte.sql rename to tests/templates/019-string-gte-lte.sql diff --git a/tests/queries/020-string-eq.sql b/tests/templates/020-string-eq.sql similarity index 100% rename from tests/queries/020-string-eq.sql rename to tests/templates/020-string-eq.sql diff --git a/tests/queries/021-rowid-and-field-eq.sql b/tests/templates/021-rowid-and-field-eq.sql similarity index 100% rename from tests/queries/021-rowid-and-field-eq.sql rename to tests/templates/021-rowid-and-field-eq.sql diff --git a/tests/queries/022-rowid-and-field-ne.sql b/tests/templates/022-rowid-and-field-ne.sql similarity index 100% rename from tests/queries/022-rowid-and-field-ne.sql rename to tests/templates/022-rowid-and-field-ne.sql diff --git a/tests/queries/023-int8-eq.sql b/tests/templates/023-int8-eq.sql similarity index 100% rename from tests/queries/023-int8-eq.sql rename to tests/templates/023-int8-eq.sql diff --git a/tests/queries/024-int8-lt.sql b/tests/templates/024-int8-lt.sql similarity index 100% rename from tests/queries/024-int8-lt.sql rename to tests/templates/024-int8-lt.sql diff --git a/tests/queries/025-int8-lte.sql b/tests/templates/025-int8-lte.sql similarity index 100% rename from tests/queries/025-int8-lte.sql rename to tests/templates/025-int8-lte.sql diff --git a/tests/queries/026-int8-gt.sql b/tests/templates/026-int8-gt.sql similarity index 100% rename from tests/queries/026-int8-gt.sql rename to tests/templates/026-int8-gt.sql diff --git a/tests/queries/027-int8-gte.sql b/tests/templates/027-int8-gte.sql similarity index 100% rename from tests/queries/027-int8-gte.sql rename to tests/templates/027-int8-gte.sql diff --git a/tests/queries/028-int8-rowid-eq-and-field-ne.sql b/tests/templates/028-int8-rowid-eq-and-field-ne.sql similarity index 100% rename from tests/queries/028-int8-rowid-eq-and-field-ne.sql rename to tests/templates/028-int8-rowid-eq-and-field-ne.sql diff --git a/tests/queries/029-int64-gte.sql b/tests/templates/029-int64-gte.sql similarity index 100% rename from tests/queries/029-int64-gte.sql rename to tests/templates/029-int64-gte.sql diff --git a/tests/queries/030-int64-gt.sql b/tests/templates/030-int64-gt.sql similarity index 100% rename from tests/queries/030-int64-gt.sql rename to tests/templates/030-int64-gt.sql diff --git a/tests/queries/031-int64-eq.sql b/tests/templates/031-int64-eq.sql similarity index 100% rename from tests/queries/031-int64-eq.sql rename to tests/templates/031-int64-eq.sql diff --git a/tests/queries/032-int64-lt.sql b/tests/templates/032-int64-lt.sql similarity index 100% rename from tests/queries/032-int64-lt.sql rename to tests/templates/032-int64-lt.sql diff --git a/tests/queries/033-int64-lte.sql b/tests/templates/033-int64-lte.sql similarity index 100% rename from tests/queries/033-int64-lte.sql rename to tests/templates/033-int64-lte.sql diff --git a/tests/queries/034-int64-rowid-eq-and-field-ne.sql b/tests/templates/034-int64-rowid-eq-and-field-ne.sql similarity index 100% rename from tests/queries/034-int64-rowid-eq-and-field-ne.sql rename to tests/templates/034-int64-rowid-eq-and-field-ne.sql diff --git a/tests/queries/035-int64-rowid-eq-and-field-ne2.sql b/tests/templates/035-int64-rowid-eq-and-field-ne2.sql similarity index 100% rename from tests/queries/035-int64-rowid-eq-and-field-ne2.sql rename to tests/templates/035-int64-rowid-eq-and-field-ne2.sql diff --git a/tests/queries/036-double-eq.sql b/tests/templates/036-double-eq.sql similarity index 100% rename from tests/queries/036-double-eq.sql rename to tests/templates/036-double-eq.sql diff --git a/tests/queries/037-double-gt.sql b/tests/templates/037-double-gt.sql similarity index 100% rename from tests/queries/037-double-gt.sql rename to tests/templates/037-double-gt.sql diff --git a/tests/queries/038-double-gte.sql b/tests/templates/038-double-gte.sql similarity index 100% rename from tests/queries/038-double-gte.sql rename to tests/templates/038-double-gte.sql diff --git a/tests/queries/039-double-lt.sql b/tests/templates/039-double-lt.sql similarity index 100% rename from tests/queries/039-double-lt.sql rename to tests/templates/039-double-lt.sql diff --git a/tests/queries/040-double-lte.sql b/tests/templates/040-double-lte.sql similarity index 100% rename from tests/queries/040-double-lte.sql rename to tests/templates/040-double-lte.sql diff --git a/tests/queries/041-double-rowid-and-field-ne.sql b/tests/templates/041-double-rowid-and-field-ne.sql similarity index 100% rename from tests/queries/041-double-rowid-and-field-ne.sql rename to tests/templates/041-double-rowid-and-field-ne.sql diff --git a/tests/queries/042-double-rowid-and-field-ne2.sql b/tests/templates/042-double-rowid-and-field-ne2.sql similarity index 100% rename from tests/queries/042-double-rowid-and-field-ne2.sql rename to tests/templates/042-double-rowid-and-field-ne2.sql diff --git a/tests/queries/043-binary-eq.sql b/tests/templates/043-binary-eq.sql similarity index 100% rename from tests/queries/043-binary-eq.sql rename to tests/templates/043-binary-eq.sql diff --git a/tests/queries/044-binary-rowid-and-ne.sql b/tests/templates/044-binary-rowid-and-ne.sql similarity index 100% rename from tests/queries/044-binary-rowid-and-ne.sql rename to tests/templates/044-binary-rowid-and-ne.sql diff --git a/tests/queries/045-binary-lt.sql b/tests/templates/045-binary-lt.sql similarity index 100% rename from tests/queries/045-binary-lt.sql rename to tests/templates/045-binary-lt.sql diff --git a/tests/queries/046-binary-lte.sql b/tests/templates/046-binary-lte.sql similarity index 100% rename from tests/queries/046-binary-lte.sql rename to tests/templates/046-binary-lte.sql diff --git a/tests/queries/047-binary-gt.sql b/tests/templates/047-binary-gt.sql similarity index 100% rename from tests/queries/047-binary-gt.sql rename to tests/templates/047-binary-gt.sql diff --git a/tests/queries/048-binary-gte.sql b/tests/templates/048-binary-gte.sql similarity index 100% rename from tests/queries/048-binary-gte.sql rename to tests/templates/048-binary-gte.sql diff --git a/tests/queries/049-unusable-constraint.sql b/tests/templates/049-unusable-constraint.sql similarity index 100% rename from tests/queries/049-unusable-constraint.sql rename to tests/templates/049-unusable-constraint.sql diff --git a/tests/queries/050-rowid-gt-none.sql b/tests/templates/050-rowid-gt-none.sql similarity index 100% rename from tests/queries/050-rowid-gt-none.sql rename to tests/templates/050-rowid-gt-none.sql diff --git a/tests/queries/051-rowid-gte-none.sql b/tests/templates/051-rowid-gte-none.sql similarity index 100% rename from tests/queries/051-rowid-gte-none.sql rename to tests/templates/051-rowid-gte-none.sql diff --git a/tests/queries/052-rowid-lt-none.sql b/tests/templates/052-rowid-lt-none.sql similarity index 100% rename from tests/queries/052-rowid-lt-none.sql rename to tests/templates/052-rowid-lt-none.sql diff --git a/tests/queries/053-rowid-lte-none.sql b/tests/templates/053-rowid-lte-none.sql similarity index 100% rename from tests/queries/053-rowid-lte-none.sql rename to tests/templates/053-rowid-lte-none.sql diff --git a/tests/queries/054-rowid-lte-one.sql b/tests/templates/054-rowid-lte-one.sql similarity index 100% rename from tests/queries/054-rowid-lte-one.sql rename to tests/templates/054-rowid-lte-one.sql diff --git a/tests/queries/055-rowid-lt-one.sql b/tests/templates/055-rowid-lt-one.sql similarity index 100% rename from tests/queries/055-rowid-lt-one.sql rename to tests/templates/055-rowid-lt-one.sql diff --git a/tests/queries/056-rowid-ne-some.sql b/tests/templates/056-rowid-ne-some.sql similarity index 100% rename from tests/queries/056-rowid-ne-some.sql rename to tests/templates/056-rowid-ne-some.sql diff --git a/tests/queries/057-rowid-is-null.sql b/tests/templates/057-rowid-is-null.sql similarity index 100% rename from tests/queries/057-rowid-is-null.sql rename to tests/templates/057-rowid-is-null.sql diff --git a/tests/queries/058-rowid-is-not-null.sql b/tests/templates/058-rowid-is-not-null.sql similarity index 100% rename from tests/queries/058-rowid-is-not-null.sql rename to tests/templates/058-rowid-is-not-null.sql diff --git a/tests/queries/059-rowid-eq-string.sql b/tests/templates/059-rowid-eq-string.sql similarity index 100% rename from tests/queries/059-rowid-eq-string.sql rename to tests/templates/059-rowid-eq-string.sql diff --git a/tests/queries/060-rowid-double.sql b/tests/templates/060-rowid-double.sql similarity index 100% rename from tests/queries/060-rowid-double.sql rename to tests/templates/060-rowid-double.sql diff --git a/tests/queries/061-string-eq-int.sql b/tests/templates/061-string-eq-int.sql similarity index 100% rename from tests/queries/061-string-eq-int.sql rename to tests/templates/061-string-eq-int.sql diff --git a/tests/queries/062-string-eq-double.sql b/tests/templates/062-string-eq-double.sql similarity index 100% rename from tests/queries/062-string-eq-double.sql rename to tests/templates/062-string-eq-double.sql diff --git a/tests/queries/063-int8-eq-double.sql b/tests/templates/063-int8-eq-double.sql similarity index 100% rename from tests/queries/063-int8-eq-double.sql rename to tests/templates/063-int8-eq-double.sql diff --git a/tests/queries/064-int8-eq-str.sql b/tests/templates/064-int8-eq-str.sql similarity index 100% rename from tests/queries/064-int8-eq-str.sql rename to tests/templates/064-int8-eq-str.sql diff --git a/tests/queries/065-int8-eq-str2.sql b/tests/templates/065-int8-eq-str2.sql similarity index 100% rename from tests/queries/065-int8-eq-str2.sql rename to tests/templates/065-int8-eq-str2.sql diff --git a/tests/queries/066-int8-eq-bogus-str.sql b/tests/templates/066-int8-eq-bogus-str.sql similarity index 100% rename from tests/queries/066-int8-eq-bogus-str.sql rename to tests/templates/066-int8-eq-bogus-str.sql diff --git a/tests/queries/067-int8-lt-str.sql b/tests/templates/067-int8-lt-str.sql similarity index 100% rename from tests/queries/067-int8-lt-str.sql rename to tests/templates/067-int8-lt-str.sql diff --git a/tests/queries/068-int8-lt-double.sql b/tests/templates/068-int8-lt-double.sql similarity index 100% rename from tests/queries/068-int8-lt-double.sql rename to tests/templates/068-int8-lt-double.sql diff --git a/tests/queries/069-int8-lte-str.sql b/tests/templates/069-int8-lte-str.sql similarity index 100% rename from tests/queries/069-int8-lte-str.sql rename to tests/templates/069-int8-lte-str.sql diff --git a/tests/queries/070-int8-lte-double.sql b/tests/templates/070-int8-lte-double.sql similarity index 100% rename from tests/queries/070-int8-lte-double.sql rename to tests/templates/070-int8-lte-double.sql diff --git a/tests/queries/071-int8-gt-str.sql b/tests/templates/071-int8-gt-str.sql similarity index 100% rename from tests/queries/071-int8-gt-str.sql rename to tests/templates/071-int8-gt-str.sql diff --git a/tests/queries/072-int8-gt-double.sql b/tests/templates/072-int8-gt-double.sql similarity index 100% rename from tests/queries/072-int8-gt-double.sql rename to tests/templates/072-int8-gt-double.sql diff --git a/tests/queries/073-int8-gte-str.sql b/tests/templates/073-int8-gte-str.sql similarity index 100% rename from tests/queries/073-int8-gte-str.sql rename to tests/templates/073-int8-gte-str.sql diff --git a/tests/queries/074-int8-gte-double.sql b/tests/templates/074-int8-gte-double.sql similarity index 100% rename from tests/queries/074-int8-gte-double.sql rename to tests/templates/074-int8-gte-double.sql diff --git a/tests/queries/075-int8-ne-str.sql b/tests/templates/075-int8-ne-str.sql similarity index 100% rename from tests/queries/075-int8-ne-str.sql rename to tests/templates/075-int8-ne-str.sql diff --git a/tests/queries/076-int8-ne-double.sql b/tests/templates/076-int8-ne-double.sql similarity index 100% rename from tests/queries/076-int8-ne-double.sql rename to tests/templates/076-int8-ne-double.sql diff --git a/tests/queries/077-int64-gte-str.sql b/tests/templates/077-int64-gte-str.sql similarity index 100% rename from tests/queries/077-int64-gte-str.sql rename to tests/templates/077-int64-gte-str.sql diff --git a/tests/queries/078-int64-gte-double.sql b/tests/templates/078-int64-gte-double.sql similarity index 100% rename from tests/queries/078-int64-gte-double.sql rename to tests/templates/078-int64-gte-double.sql diff --git a/tests/queries/079-int65-gt-str.sql b/tests/templates/079-int65-gt-str.sql similarity index 100% rename from tests/queries/079-int65-gt-str.sql rename to tests/templates/079-int65-gt-str.sql diff --git a/tests/queries/080-int65-gt-double.sql b/tests/templates/080-int65-gt-double.sql similarity index 100% rename from tests/queries/080-int65-gt-double.sql rename to tests/templates/080-int65-gt-double.sql diff --git a/tests/queries/081-int64-eq-str.sql b/tests/templates/081-int64-eq-str.sql similarity index 100% rename from tests/queries/081-int64-eq-str.sql rename to tests/templates/081-int64-eq-str.sql diff --git a/tests/queries/082-int64-eq-double.sql b/tests/templates/082-int64-eq-double.sql similarity index 100% rename from tests/queries/082-int64-eq-double.sql rename to tests/templates/082-int64-eq-double.sql diff --git a/tests/queries/083-int64-lt-str.sql b/tests/templates/083-int64-lt-str.sql similarity index 100% rename from tests/queries/083-int64-lt-str.sql rename to tests/templates/083-int64-lt-str.sql diff --git a/tests/queries/084-int64-lt-double.sql b/tests/templates/084-int64-lt-double.sql similarity index 100% rename from tests/queries/084-int64-lt-double.sql rename to tests/templates/084-int64-lt-double.sql diff --git a/tests/queries/085-int64-lte-str.sql b/tests/templates/085-int64-lte-str.sql similarity index 100% rename from tests/queries/085-int64-lte-str.sql rename to tests/templates/085-int64-lte-str.sql diff --git a/tests/queries/086-int64-lte-double.sql b/tests/templates/086-int64-lte-double.sql similarity index 100% rename from tests/queries/086-int64-lte-double.sql rename to tests/templates/086-int64-lte-double.sql diff --git a/tests/queries/087-int64-ne-str.sql b/tests/templates/087-int64-ne-str.sql similarity index 100% rename from tests/queries/087-int64-ne-str.sql rename to tests/templates/087-int64-ne-str.sql diff --git a/tests/queries/088-int64-ne-double.sql b/tests/templates/088-int64-ne-double.sql similarity index 100% rename from tests/queries/088-int64-ne-double.sql rename to tests/templates/088-int64-ne-double.sql diff --git a/tests/queries/089-int64-ne-some-str.sql b/tests/templates/089-int64-ne-some-str.sql similarity index 100% rename from tests/queries/089-int64-ne-some-str.sql rename to tests/templates/089-int64-ne-some-str.sql diff --git a/tests/queries/090-int64-ne-some-double.sql b/tests/templates/090-int64-ne-some-double.sql similarity index 100% rename from tests/queries/090-int64-ne-some-double.sql rename to tests/templates/090-int64-ne-some-double.sql diff --git a/tests/queries/091-double-eq-str.sql b/tests/templates/091-double-eq-str.sql similarity index 100% rename from tests/queries/091-double-eq-str.sql rename to tests/templates/091-double-eq-str.sql diff --git a/tests/queries/092-double-eq-int.sql b/tests/templates/092-double-eq-int.sql similarity index 100% rename from tests/queries/092-double-eq-int.sql rename to tests/templates/092-double-eq-int.sql diff --git a/tests/queries/093-double-gt-str.sql b/tests/templates/093-double-gt-str.sql similarity index 100% rename from tests/queries/093-double-gt-str.sql rename to tests/templates/093-double-gt-str.sql diff --git a/tests/queries/094-double-gt-int.sql b/tests/templates/094-double-gt-int.sql similarity index 100% rename from tests/queries/094-double-gt-int.sql rename to tests/templates/094-double-gt-int.sql diff --git a/tests/queries/095-double-gte-str.sql b/tests/templates/095-double-gte-str.sql similarity index 100% rename from tests/queries/095-double-gte-str.sql rename to tests/templates/095-double-gte-str.sql diff --git a/tests/queries/096-double-gte-int.sql b/tests/templates/096-double-gte-int.sql similarity index 100% rename from tests/queries/096-double-gte-int.sql rename to tests/templates/096-double-gte-int.sql diff --git a/tests/queries/097-double-lt-str.sql b/tests/templates/097-double-lt-str.sql similarity index 100% rename from tests/queries/097-double-lt-str.sql rename to tests/templates/097-double-lt-str.sql diff --git a/tests/queries/098-double-lt-int.sql b/tests/templates/098-double-lt-int.sql similarity index 100% rename from tests/queries/098-double-lt-int.sql rename to tests/templates/098-double-lt-int.sql diff --git a/tests/queries/099-double-lte-str.sql b/tests/templates/099-double-lte-str.sql similarity index 100% rename from tests/queries/099-double-lte-str.sql rename to tests/templates/099-double-lte-str.sql diff --git a/tests/queries/100-double-lte-int.sql b/tests/templates/100-double-lte-int.sql similarity index 100% rename from tests/queries/100-double-lte-int.sql rename to tests/templates/100-double-lte-int.sql diff --git a/tests/queries/101-double-rowid-and-field-ne-str.sql b/tests/templates/101-double-rowid-and-field-ne-str.sql similarity index 100% rename from tests/queries/101-double-rowid-and-field-ne-str.sql rename to tests/templates/101-double-rowid-and-field-ne-str.sql diff --git a/tests/queries/102-double-rowid-and-field-ne-int.sql b/tests/templates/102-double-rowid-and-field-ne-int.sql similarity index 100% rename from tests/queries/102-double-rowid-and-field-ne-int.sql rename to tests/templates/102-double-rowid-and-field-ne-int.sql diff --git a/tests/queries/103-double-rowid-and-field-ne2-some-str.sql b/tests/templates/103-double-rowid-and-field-ne2-some-str.sql similarity index 100% rename from tests/queries/103-double-rowid-and-field-ne2-some-str.sql rename to tests/templates/103-double-rowid-and-field-ne2-some-str.sql diff --git a/tests/queries/104-double-rowid-and-field-ne2-some-int.sql b/tests/templates/104-double-rowid-and-field-ne2-some-int.sql similarity index 100% rename from tests/queries/104-double-rowid-and-field-ne2-some-int.sql rename to tests/templates/104-double-rowid-and-field-ne2-some-int.sql diff --git a/tests/queries/105-rowid-gte-0.sql b/tests/templates/105-rowid-gte-0.sql similarity index 100% rename from tests/queries/105-rowid-gte-0.sql rename to tests/templates/105-rowid-gte-0.sql diff --git a/tests/queries/106-rowid-gt-0.sql b/tests/templates/106-rowid-gt-0.sql similarity index 100% rename from tests/queries/106-rowid-gt-0.sql rename to tests/templates/106-rowid-gt-0.sql diff --git a/tests/queries/109-bool-where-eq-0.sql b/tests/templates/109-bool-where-eq-0.sql similarity index 100% rename from tests/queries/109-bool-where-eq-0.sql rename to tests/templates/109-bool-where-eq-0.sql diff --git a/tests/queries/110-bool-where-eq-1.sql b/tests/templates/110-bool-where-eq-1.sql similarity index 100% rename from tests/queries/110-bool-where-eq-1.sql rename to tests/templates/110-bool-where-eq-1.sql diff --git a/tests/queries/111-bool-where-bool.sql b/tests/templates/111-bool-where-bool.sql similarity index 100% rename from tests/queries/111-bool-where-bool.sql rename to tests/templates/111-bool-where-bool.sql diff --git a/tests/queries/112-bool-where-not-bool.sql b/tests/templates/112-bool-where-not-bool.sql similarity index 100% rename from tests/queries/112-bool-where-not-bool.sql rename to tests/templates/112-bool-where-not-bool.sql diff --git a/tests/queries/113-bool-where-gt-0.sql b/tests/templates/113-bool-where-gt-0.sql similarity index 100% rename from tests/queries/113-bool-where-gt-0.sql rename to tests/templates/113-bool-where-gt-0.sql diff --git a/tests/queries/114-bool-where-gte-0.sql b/tests/templates/114-bool-where-gte-0.sql similarity index 100% rename from tests/queries/114-bool-where-gte-0.sql rename to tests/templates/114-bool-where-gte-0.sql diff --git a/tests/queries/115-bool-where-gt-1.sql b/tests/templates/115-bool-where-gt-1.sql similarity index 100% rename from tests/queries/115-bool-where-gt-1.sql rename to tests/templates/115-bool-where-gt-1.sql diff --git a/tests/queries/116-bool-where-lt-0.sql b/tests/templates/116-bool-where-lt-0.sql similarity index 100% rename from tests/queries/116-bool-where-lt-0.sql rename to tests/templates/116-bool-where-lt-0.sql diff --git a/tests/queries/117-bool-where-lt-1.sql b/tests/templates/117-bool-where-lt-1.sql similarity index 100% rename from tests/queries/117-bool-where-lt-1.sql rename to tests/templates/117-bool-where-lt-1.sql diff --git a/tests/queries/118-bool-where-lte-1.sql b/tests/templates/118-bool-where-lte-1.sql similarity index 100% rename from tests/queries/118-bool-where-lte-1.sql rename to tests/templates/118-bool-where-lte-1.sql diff --git a/tests/queries/119-ts-eq-july-20.sql b/tests/templates/119-ts-eq-july-20.sql similarity index 100% rename from tests/queries/119-ts-eq-july-20.sql rename to tests/templates/119-ts-eq-july-20.sql diff --git a/tests/queries/120-ts-lt-july-20.sql b/tests/templates/120-ts-lt-july-20.sql similarity index 100% rename from tests/queries/120-ts-lt-july-20.sql rename to tests/templates/120-ts-lt-july-20.sql diff --git a/tests/queries/121-ts-lte-july-20.sql b/tests/templates/121-ts-lte-july-20.sql similarity index 100% rename from tests/queries/121-ts-lte-july-20.sql rename to tests/templates/121-ts-lte-july-20.sql diff --git a/tests/queries/122-ts-gt-july-20.sql b/tests/templates/122-ts-gt-july-20.sql similarity index 100% rename from tests/queries/122-ts-gt-july-20.sql rename to tests/templates/122-ts-gt-july-20.sql diff --git a/tests/queries/123-ts-gte-july-20.sql b/tests/templates/123-ts-gte-july-20.sql similarity index 100% rename from tests/queries/123-ts-gte-july-20.sql rename to tests/templates/123-ts-gte-july-20.sql diff --git a/tests/queries/124-ts-ne-july-20.sql b/tests/templates/124-ts-ne-july-20.sql similarity index 100% rename from tests/queries/124-ts-ne-july-20.sql rename to tests/templates/124-ts-ne-july-20.sql diff --git a/tests/queries/125-fixed-bytearray-eq.sql b/tests/templates/125-fixed-bytearray-eq.sql similarity index 100% rename from tests/queries/125-fixed-bytearray-eq.sql rename to tests/templates/125-fixed-bytearray-eq.sql diff --git a/tests/queries/126-fixed-bytearray-lt.sql b/tests/templates/126-fixed-bytearray-lt.sql similarity index 100% rename from tests/queries/126-fixed-bytearray-lt.sql rename to tests/templates/126-fixed-bytearray-lt.sql diff --git a/tests/queries/127-fixed-bytearray-lte.sql b/tests/templates/127-fixed-bytearray-lte.sql similarity index 100% rename from tests/queries/127-fixed-bytearray-lte.sql rename to tests/templates/127-fixed-bytearray-lte.sql diff --git a/tests/queries/128-fixed-bytearray-gt.sql b/tests/templates/128-fixed-bytearray-gt.sql similarity index 100% rename from tests/queries/128-fixed-bytearray-gt.sql rename to tests/templates/128-fixed-bytearray-gt.sql diff --git a/tests/queries/129-fixed-bytearray-gte.sql b/tests/templates/129-fixed-bytearray-gte.sql similarity index 100% rename from tests/queries/129-fixed-bytearray-gte.sql rename to tests/templates/129-fixed-bytearray-gte.sql diff --git a/tests/queries/130-fixed-bytearray-ne.sql b/tests/templates/130-fixed-bytearray-ne.sql similarity index 100% rename from tests/queries/130-fixed-bytearray-ne.sql rename to tests/templates/130-fixed-bytearray-ne.sql diff --git a/tests/queries/131-var-bytearray-eq.sql b/tests/templates/131-var-bytearray-eq.sql similarity index 100% rename from tests/queries/131-var-bytearray-eq.sql rename to tests/templates/131-var-bytearray-eq.sql diff --git a/tests/queries/132-var-bytearray-lt.sql b/tests/templates/132-var-bytearray-lt.sql similarity index 100% rename from tests/queries/132-var-bytearray-lt.sql rename to tests/templates/132-var-bytearray-lt.sql diff --git a/tests/queries/133-var-bytearray-lte.sql b/tests/templates/133-var-bytearray-lte.sql similarity index 100% rename from tests/queries/133-var-bytearray-lte.sql rename to tests/templates/133-var-bytearray-lte.sql diff --git a/tests/queries/134-var-bytearray-gt.sql b/tests/templates/134-var-bytearray-gt.sql similarity index 100% rename from tests/queries/134-var-bytearray-gt.sql rename to tests/templates/134-var-bytearray-gt.sql diff --git a/tests/queries/135-var-bytearray-gte.sql b/tests/templates/135-var-bytearray-gte.sql similarity index 100% rename from tests/queries/135-var-bytearray-gte.sql rename to tests/templates/135-var-bytearray-gte.sql diff --git a/tests/queries/136-var-bytearray-ne.sql b/tests/templates/136-var-bytearray-ne.sql similarity index 100% rename from tests/queries/136-var-bytearray-ne.sql rename to tests/templates/136-var-bytearray-ne.sql diff --git a/tests/queries/137-var-bytearray-lte.sql b/tests/templates/137-var-bytearray-lte.sql similarity index 100% rename from tests/queries/137-var-bytearray-lte.sql rename to tests/templates/137-var-bytearray-lte.sql diff --git a/tests/queries/138-string-lte.sql b/tests/templates/138-string-lte.sql similarity index 100% rename from tests/queries/138-string-lte.sql rename to tests/templates/138-string-lte.sql