Hello,
The function "sqlite3_stmt_readonly" returns true/1 for the statement
"DROP TABLE IF EXISTS test" when the table "test" does not exist.
But, if this drop statement is cached, "sqlite3_stmt_readonly" still
returns true even after creating the table "test".
The only way I've found to make "sqlite3_stmt_readonly" returns false
is to execute/step the drop statement.
Do you know another way to make SQLite "reevaluate" the readonly status ?
Thanks.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to