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
SQLite's regex syntax errors out unless a user-defined regex function is defined.
User-defined functions are also useful for compensating for SQLite's poor datetime logic.
They can also be used with triggers to mimic Postgres' LISTEN/NOTIFY behavior.
LISTEN
NOTIFY
I'd expect an implementation to resemble better-sqlite3's support for user-defined functions.
better-sqlite3
The text was updated successfully, but these errors were encountered:
This doesn't seem actionable because we don't have sqlite built in? Maybe discuss in #11657?
Sorry, something went wrong.
Ah sorry, didn't see that sqlite3 was a separate repo.
No problem!
No branches or pull requests
SQLite's regex syntax errors out unless a user-defined regex function is defined.
User-defined functions are also useful for compensating for SQLite's poor datetime logic.
They can also be used with triggers to mimic Postgres'
LISTEN
/NOTIFY
behavior.I'd expect an implementation to resemble
better-sqlite3
's support for user-defined functions.The text was updated successfully, but these errors were encountered: