OLD | NEW |
| 1 CONSOLE WARNING: 'openDatabase' in Workers is deprecated. Please switch to Index
ed Database API. |
1 This test tests the database authorizer. | 2 This test tests the database authorizer. |
2 SQLITE_CREATE_TABLE statement succeeded. | 3 SQLITE_CREATE_TABLE statement succeeded. |
3 SQLITE_CREATE_INDEX statement succeeded. | 4 SQLITE_CREATE_INDEX statement succeeded. |
4 SQLITE_CREATE_TEMP_TABLE statement succeeded. | 5 SQLITE_CREATE_TEMP_TABLE statement succeeded. |
5 SQLITE_CREATE_TEMP_TRIGGER statement succeeded. | 6 SQLITE_CREATE_TEMP_TRIGGER statement succeeded. |
6 SQLITE_CREATE_TEMP_VIEW statement succeeded. | 7 SQLITE_CREATE_TEMP_VIEW statement succeeded. |
7 SQLITE_CREATE_TRIGGER statement succeeded. | 8 SQLITE_CREATE_TRIGGER statement succeeded. |
8 SQLITE_CREATE_VIEW statement succeeded. | 9 SQLITE_CREATE_VIEW statement succeeded. |
9 SQLITE_CREATE_VTABLE statement failed: could not prepare statement (23 not autho
rized) | 10 SQLITE_CREATE_VTABLE statement failed: could not prepare statement (23 not autho
rized) |
10 SQLITE_READ statement succeeded. | 11 SQLITE_READ statement succeeded. |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 SQLITE_ANALYZE statement failed: could not prepare statement (23 not authorized) | 60 SQLITE_ANALYZE statement failed: could not prepare statement (23 not authorized) |
60 SQLITE_DROP_INDEX statement failed: could not prepare statement (23 not authoriz
ed) | 61 SQLITE_DROP_INDEX statement failed: could not prepare statement (23 not authoriz
ed) |
61 SQLITE_DROP_TEMP_TABLE statement failed: could not prepare statement (23 not aut
horized) | 62 SQLITE_DROP_TEMP_TABLE statement failed: could not prepare statement (23 not aut
horized) |
62 SQLITE_DROP_TEMP_TRIGGER statement failed: could not prepare statement (23 not a
uthorized) | 63 SQLITE_DROP_TEMP_TRIGGER statement failed: could not prepare statement (23 not a
uthorized) |
63 SQLITE_DROP_TEMP_VIEW statement failed: could not prepare statement (23 not auth
orized) | 64 SQLITE_DROP_TEMP_VIEW statement failed: could not prepare statement (23 not auth
orized) |
64 SQLITE_DROP_TRIGGER statement failed: could not prepare statement (23 not author
ized) | 65 SQLITE_DROP_TRIGGER statement failed: could not prepare statement (23 not author
ized) |
65 SQLITE_DROP_VIEW statement failed: could not prepare statement (23 not authorize
d) | 66 SQLITE_DROP_VIEW statement failed: could not prepare statement (23 not authorize
d) |
66 SQLITE_DROP_TABLE statement failed: could not prepare statement (23 not authoriz
ed) | 67 SQLITE_DROP_TABLE statement failed: could not prepare statement (23 not authoriz
ed) |
67 Read transactions succeeded. | 68 Read transactions succeeded. |
68 | 69 |
OLD | NEW |