We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f708284 commit 2de7540Copy full SHA for 2de7540
1 file changed
test/testdata/multiline.lua
@@ -0,0 +1,5 @@
1
+local testQuery = [=[--sql
2
+ SELECT * FROM employees WHERE [First Name] = "Jared";
3
+]=]
4
+
5
+local testQuery2 = [[INSERT INTO locations (x, y, locationName) VALUES (20, 43, "Monument")]]
0 commit comments