We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3abfe15 commit 645083cCopy full SHA for 645083c
naivedb/tests/basics/create.yml
@@ -1,3 +1,4 @@
1
- sql: |
2
CREATE TABLE t1(v1 int);
3
- desc: Test whether select stmt works correctly.
+ desc: Test whether select stmt works correctly.
4
+
naivedb/tests/basics/select.yml
@@ -1,4 +1,5 @@
SELECT * FROM t1;
desc: Test whether select stmt works correctly.
- before: ["CREATE TABLE t1(v1 int);"]
+ before: ["CREATE TABLE t1(v1 int);"]
5
0 commit comments