summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-08-14 13:59:11 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-08-14 13:59:11 -0400
commit14fbe79a3735e547f03cd8e95ca925fbdbb1841a (patch)
treef5b06cb6a023562572622c9b10d66f5265ee1518 /tests
parent25658a4755c86ffbda946fb8b97f882f3ce7a724 (diff)
Parsing the simplest SQL query
Diffstat (limited to 'tests')
-rw-r--r--tests/table.lac2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/table.lac b/tests/table.lac
index ad67fd19..4c44f857 100644
--- a/tests/table.lac
+++ b/tests/table.lac
@@ -1 +1,3 @@
table t : {A : int, B : string, C : float}
+
+val my_query = (SELECT * FROM t)