Change to single quotes for SQLite
This commit is contained in:
parent
04ec9d11bd
commit
0dd8fbeee2
|
@ -1531,7 +1531,7 @@ END
|
|||
repl: "sqlite3",
|
||||
main: "main.sql",
|
||||
run: `sqlite3 -cmd "$(< main.sql)"`,
|
||||
template: `SELECT "Hello, world!"
|
||||
template: `SELECT 'Hello, world!';
|
||||
`,
|
||||
},
|
||||
standardml: {
|
||||
|
|
Loading…
Reference in New Issue