Replies: 1 comment
-
Where you able to solve this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SqliteConnectOptions has a new
extension
andextension_with_entrypoint
fn, but usages ofquery!
seem to blow up with syntax errors if new functions are introduced because thequery!
evaluator isn't loading the extension, is there a way to have the compiletime query checker load the extension as well?Beta Was this translation helpful? Give feedback.
All reactions