We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
recently I found myself wondering what version of sqlite specifically is shipped. i could not find anywhere on github where this was specified.
Executing (default): select sqlite_version(); version is [ [ { 'sqlite_version()': '3.9.1' } ], Statement { sql: 'select sqlite_version();' } ]
above query gives me the answer but it would be nice to document what it shipped.
The text was updated successfully, but these errors were encountered:
was able to find some clue here:
203d79b
Sorry, something went wrong.
7322ea7
No branches or pull requests
recently I found myself wondering what version of sqlite specifically is shipped. i could not find anywhere on github where this was specified.
above query gives me the answer but it would be nice to document what it shipped.
The text was updated successfully, but these errors were encountered: