I have been experiencing a strange issue with savepoint error for the
library version 3.6.22.
I have the following code:
char* sql = "SAVEPOINT sp;";
char* err;
slim_int ret = sqlite3_exec(sqlitehandle, sql, NULL, NULL, &err);

The ret is 1 which is SQLITE_ERROR
and err = "near \"sp\": syntax error"

I reckon this issue has been raised before by somebody too and the upgrade
to the latest version has resolved this problem. Yet, I was surprised to see
this issue with 3.6.22 with threadsafe enabled

May be someone throw some more light on it.

Regards,
-Akbar
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to