Skip to content

Commit

Permalink
Use single quote to quote SQL string literal
Browse files Browse the repository at this point in the history
  • Loading branch information
ran404 authored Jan 13, 2024
1 parent 2df9782 commit a9f1b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/genomicsqlite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def _cli(argv=None):
# interactive mode:
cmd += [
"-cmd",
'SELECT "GenomicSQLite " || genomicsqlite_version()',
"SELECT 'GenomicSQLite ' || genomicsqlite_version()",
"-cmd",
".headers on",
]
Expand Down

0 comments on commit a9f1b5e

Please sign in to comment.