From 0dd8fbeee26fe8fb5ac84254be4534c17787f0e0 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 18 Jul 2020 11:31:44 -0600 Subject: [PATCH] Change to single quotes for SQLite --- backend/src/langs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/langs.ts b/backend/src/langs.ts index 09370e1..fb807d9 100644 --- a/backend/src/langs.ts +++ b/backend/src/langs.ts @@ -1531,7 +1531,7 @@ END repl: "sqlite3", main: "main.sql", run: `sqlite3 -cmd "$(< main.sql)"`, - template: `SELECT "Hello, world!" + template: `SELECT 'Hello, world!'; `, }, standardml: {