Change to single quotes for SQLite

This commit is contained in:
Radon Rosborough 2020-07-18 11:31:44 -06:00
parent 04ec9d11bd
commit 0dd8fbeee2
1 changed files with 1 additions and 1 deletions

View File

@ -1531,7 +1531,7 @@ END
repl: "sqlite3",
main: "main.sql",
run: `sqlite3 -cmd "$(< main.sql)"`,
template: `SELECT "Hello, world!"
template: `SELECT 'Hello, world!';
`,
},
standardml: {