Hello,

according to the documentation of sqlite3_set_authorizer(), the callback sould return SQLITE_OK, SQLITE_DENY or SQLITE_IGNORE.

My questions:

a.) What is the behavour of sqlite, if the callback returns a value that isn't allowed? What will sqlite3_prepare() return in this situation?
b.) How should the authorizer callback signal an error to sqlite?

Thanks

Michael


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to