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
version
It would be nice to have some kind of function to return DuckDB version so that downstream software can easily retrieve the version of DuckDB.
For example, rustsqlite seems to have the version function. https://docs.rs/rusqlite/latest/rusqlite/fn.version.html
The text was updated successfully, but these errors were encountered:
We could, for now it’s not urgent as we use the same version number as duckdb, and it’s easy for you to query the version by pragmas
https://duckdb.org/docs/sql/pragmas#version
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
It would be nice to have some kind of function to return DuckDB version so that downstream software can easily retrieve the version of DuckDB.
For example, rustsqlite seems to have the
version
function.https://docs.rs/rusqlite/latest/rusqlite/fn.version.html
The text was updated successfully, but these errors were encountered: