Replies: 1 comment
-
I can't advise very much without specific code and/or specific error messages. Sorry. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! First of all, thanks for creating this library. I love it.
My question is about how to create a trigger. I tried one time using
sqlitex.Execute()
, but it threw an error. I forgot the error type. But I have an impression that the cause of the error is that there are semicolons in the SQL query for the trigger. Because I've got a similar error while creating my table with a query that ends with a semicolon. When I removed the semicolon, the error was gone. And an SQL query for a trigger also has semicolons. Was I using the wrong method to create the trigger?Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions