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
In this example:
@db.register_function def reverse_string(s): return "".join(reversed(list(s))) print(db.execute('select reverse_string("hello")').fetchone()[0])
There's currently no way to over-ride the automatically selected name for the SQL function.
The text was updated successfully, but these errors were encountered:
1491b66
Updated documentation: https://github.com/simonw/sqlite-utils/blob/1491b66dd7439dd87cd5cd4c4684f46eb3c5751b/docs/python-api.rst#registering-custom-sql-functions
Sorry, something went wrong.
Release 3.29
b491f22
Refs #423, #458, #467, #469, #470, #471, #472, #475 Closes #487
Table.convert()
No branches or pull requests
In this example:
There's currently no way to over-ride the automatically selected name for the SQL function.
The text was updated successfully, but these errors were encountered: