-
Hi Tauri devs, I have the following SQLite statements that have some weird error message:
But upon running the query it keeps on showing this error: Now initially I have this setup before, but it mentions that
Some work around I did are:
But none of it have worked. The only thing I have not tried is restarting my whole PC. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Also just a follow up, are |
Beta Was this translation helpful? Give feedback.
-
Oh I made it work now I forgot to add the |
Beta Was this translation helpful? Give feedback.
Oh I made it work now I forgot to add the
Begin...Commit
clauses on the sample it looks like I did not added;
at the end of begin and commit. Sorry my bad a big rookie mistake on my part lol