Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use single quote to quote SQL string literal #24

Merged
merged 1 commit into from
Jan 13, 2024
Merged

Conversation

ran404
Copy link
Contributor

@ran404 ran404 commented Jan 13, 2024

Hello,

For newer sqlite builds, the use of double quote for literal strings is by default disabled. This in turn cause the select version statement in genomicsqlite python binding to raise an error.

This is a tiny change to make the code not use this misfeature.

Thanks

@mlin mlin merged commit eb9bd7b into mlin:main Jan 13, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants