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
Hi, I'm getting some random failure in Function.create while upgrading from 3.41 to 3.45. Most of the time the function creation works, but other times, it just fails without details:
Caused by: java.sql.SQLException: error creating function
at org.sqlite.Function.create(Function.java:112)
Is there any debug setting that I can use, to get the failure reason from Sqlite?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm getting some random failure in Function.create while upgrading from 3.41 to 3.45. Most of the time the function creation works, but other times, it just fails without details:
Is there any debug setting that I can use, to get the failure reason from Sqlite?
Beta Was this translation helpful? Give feedback.
All reactions