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
Current behavior:
If I put the RETURNING, with * or status 1, it goes into error
[error] - {"errorMessage":"Run: Failed in runSQL : Error: prepareSQL prepare failed rc: 1 message: near ";": syntax error","message":"Run: Failed in runSQL : Error: prepareSQL prepare failed rc: 1 message: near ";": syntax error"}
The text was updated successfully, but these errors were encountered:
Hi,
I need hook value change in one filed in my table. On Changed value then I'll notify user using local notification
I inserted "RETURNING" at the end of the UPSERT statement and I get an error.
Here https://www.sqlite.org/lang_returning.html:
"..
The RETURNING syntax has been supported by SQLite since version 3.35.0 (2021-03-12).
.."
So, RETURNING IN supported in this sqlite plugin?
Many thanks
Monica
Plugin version:
"@capacitor-community/sqlite": "6.0.1"
Platform(s):
vue 3
Ionic 7
capacitor 6
Current behavior:
If I put the RETURNING, with * or status 1, it goes into error
[error] - {"errorMessage":"Run: Failed in runSQL : Error: prepareSQL prepare failed rc: 1 message: near ";": syntax error","message":"Run: Failed in runSQL : Error: prepareSQL prepare failed rc: 1 message: near ";": syntax error"}
The text was updated successfully, but these errors were encountered: