You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've got a method verify that simply compiles a expression, and returns if the compilation raised an exception. Doesn't seem very useful (users can compile themselves, in the very rare cases this is really needed). The public API is already huge, so removing and simplifying things seems a good idea.
This is what will be deprecated:
ibis.sqlite.verify(expr)
The text was updated successfully, but these errors were encountered:
We've got a method
verifythat simply compiles a expression, and returns if the compilation raised an exception. Doesn't seem very useful (users can compile themselves, in the very rare cases this is really needed). The public API is already huge, so removing and simplifying things seems a good idea.This is what will be deprecated:
The text was updated successfully, but these errors were encountered: