| This test tests the database authorizer. |
| SQLITE_CREATE_TABLE statement succeeded. |
| SQLITE_CREATE_INDEX statement succeeded. |
| SQLITE_CREATE_TEMP_TABLE statement succeeded. |
| SQLITE_CREATE_TEMP_TRIGGER statement succeeded. |
| SQLITE_CREATE_TEMP_VIEW statement succeeded. |
| SQLITE_CREATE_TRIGGER statement succeeded. |
| SQLITE_CREATE_VIEW statement succeeded. |
| SQLITE_CREATE_VTABLE statement failed: not authorized |
| SQLITE_READ statement succeeded. |
| SQLITE_SELECT statement succeeded. |
| SQLITE_DELETE statement succeeded. |
| SQLITE_INSERT statement succeeded. |
| SQLITE_UPDATE statement succeeded. |
| SQLITE_PRAGMA statement failed: not authorized |
| SQLITE_ALTER_TABLE statement succeeded. |
| SQLITE_ALTER_TABLE statement succeeded. |
| SQLITE_TRANSACTION statement failed: not authorized |
| SQLITE_ATTACH statement failed: not authorized |
| SQLITE_DETACH statement failed: not authorized |
| SQLITE_REINDEX statement succeeded. |
| SQLITE_ANALYZE statement failed: not authorized |
| SQLITE_DROP_INDEX statement succeeded. |
| SQLITE_DROP_TEMP_TABLE statement succeeded. |
| SQLITE_DROP_TEMP_TRIGGER statement succeeded. |
| SQLITE_DROP_TEMP_VIEW statement succeeded. |
| SQLITE_DROP_TRIGGER statement succeeded. |
| SQLITE_DROP_VIEW statement succeeded. |
| SQLITE_DROP_TABLE statement succeeded. |
| Write transaction succeeded. |
| SQLITE_CREATE_TABLE statement failed: not authorized |
| SQLITE_CREATE_TABLE statement succeeded. |
| SQLITE_CREATE_INDEX statement failed: not authorized |
| SQLITE_CREATE_TEMP_TABLE statement failed: not authorized |
| SQLITE_CREATE_TEMP_TRIGGER statement failed: not authorized |
| SQLITE_CREATE_TEMP_VIEW statement failed: not authorized |
| SQLITE_CREATE_TRIGGER statement failed: not authorized |
| SQLITE_CREATE_VIEW statement failed: not authorized |
| SQLITE_CREATE_VTABLE statement failed: not authorized |
| SQLITE_CREATE_INDEX statement succeeded. |
| SQLITE_CREATE_TEMP_TABLE statement succeeded. |
| SQLITE_CREATE_TEMP_TRIGGER statement succeeded. |
| SQLITE_CREATE_TEMP_VIEW statement succeeded. |
| SQLITE_CREATE_TRIGGER statement succeeded. |
| SQLITE_CREATE_VIEW statement succeeded. |
| SQLITE_CREATE_VTABLE statement failed: not authorized |
| SQLITE_READ statement succeeded. |
| SQLITE_SELECT statement succeeded. |
| SQLITE_DELETE statement failed: not authorized |
| SQLITE_INSERT statement failed: not authorized |
| SQLITE_UPDATE statement failed: not authorized |
| SQLITE_PRAGMA statement failed: not authorized |
| SQLITE_ALTER_TABLE statement failed: not authorized |
| SQLITE_ALTER_TABLE statement failed: no such table: TestTable |
| SQLITE_TRANSACTION statement failed: not authorized |
| SQLITE_ATTACH statement failed: not authorized |
| SQLITE_DETACH statement failed: not authorized |
| SQLITE_REINDEX statement failed: not authorized |
| SQLITE_ANALYZE statement failed: not authorized |
| SQLITE_DROP_INDEX statement failed: not authorized |
| SQLITE_DROP_TEMP_TABLE statement failed: not authorized |
| SQLITE_DROP_TEMP_TRIGGER statement failed: not authorized |
| SQLITE_DROP_TEMP_VIEW statement failed: not authorized |
| SQLITE_DROP_TRIGGER statement failed: not authorized |
| SQLITE_DROP_VIEW statement failed: not authorized |
| SQLITE_DROP_TABLE statement failed: not authorized |
| Read transactions succeeded. |
| |