OLD | NEW |
| 1 CONSOLE WARNING: 'openDatabaseSync' is deprecated. Please switch to Indexed Data
base API. |
1 CONSOLE ERROR: error vacuuming database (1546 disk I/O error) | 2 CONSOLE ERROR: error vacuuming database (1546 disk I/O error) |
2 Test the database authorizer. | 3 Test the database authorizer. |
3 Beginning write transaction: | 4 Beginning write transaction: |
4 SQLITE_CREATE_TABLE allowed. | 5 SQLITE_CREATE_TABLE allowed. |
5 SQLITE_CREATE_INDEX allowed. | 6 SQLITE_CREATE_INDEX allowed. |
6 SQLITE_CREATE_TEMP_TABLE allowed. | 7 SQLITE_CREATE_TEMP_TABLE allowed. |
7 SQLITE_CREATE_TEMP_TRIGGER allowed. | 8 SQLITE_CREATE_TEMP_TRIGGER allowed. |
8 SQLITE_CREATE_TEMP_VIEW allowed. | 9 SQLITE_CREATE_TEMP_VIEW allowed. |
9 SQLITE_CREATE_TRIGGER allowed. | 10 SQLITE_CREATE_TRIGGER allowed. |
10 SQLITE_CREATE_VIEW allowed. | 11 SQLITE_CREATE_VIEW allowed. |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 SQLITE_ANALYZE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLT
ransactionSync': Could not prepare statement. (12) | 64 SQLITE_ANALYZE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLT
ransactionSync': Could not prepare statement. (12) |
64 SQLITE_DROP_INDEX not allowed: SyntaxError: Failed to execute 'executeSql' on 'S
QLTransactionSync': Could not prepare statement. (12) | 65 SQLITE_DROP_INDEX not allowed: SyntaxError: Failed to execute 'executeSql' on 'S
QLTransactionSync': Could not prepare statement. (12) |
65 SQLITE_DROP_TEMP_TABLE not allowed: SyntaxError: Failed to execute 'executeSql'
on 'SQLTransactionSync': Could not prepare statement. (12) | 66 SQLITE_DROP_TEMP_TABLE not allowed: SyntaxError: Failed to execute 'executeSql'
on 'SQLTransactionSync': Could not prepare statement. (12) |
66 SQLITE_DROP_TEMP_TRIGGER not allowed: SyntaxError: Failed to execute 'executeSql
' on 'SQLTransactionSync': Could not prepare statement. (12) | 67 SQLITE_DROP_TEMP_TRIGGER not allowed: SyntaxError: Failed to execute 'executeSql
' on 'SQLTransactionSync': Could not prepare statement. (12) |
67 SQLITE_DROP_TEMP_VIEW not allowed: SyntaxError: Failed to execute 'executeSql' o
n 'SQLTransactionSync': Could not prepare statement. (12) | 68 SQLITE_DROP_TEMP_VIEW not allowed: SyntaxError: Failed to execute 'executeSql' o
n 'SQLTransactionSync': Could not prepare statement. (12) |
68 SQLITE_DROP_TRIGGER not allowed: SyntaxError: Failed to execute 'executeSql' on
'SQLTransactionSync': Could not prepare statement. (12) | 69 SQLITE_DROP_TRIGGER not allowed: SyntaxError: Failed to execute 'executeSql' on
'SQLTransactionSync': Could not prepare statement. (12) |
69 SQLITE_DROP_VIEW not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQ
LTransactionSync': Could not prepare statement. (12) | 70 SQLITE_DROP_VIEW not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQ
LTransactionSync': Could not prepare statement. (12) |
70 SQLITE_DROP_TABLE not allowed: SyntaxError: Failed to execute 'executeSql' on 'S
QLTransactionSync': Could not prepare statement. (12) | 71 SQLITE_DROP_TABLE not allowed: SyntaxError: Failed to execute 'executeSql' on 'S
QLTransactionSync': Could not prepare statement. (12) |
71 Read transactions succeeded. | 72 Read transactions succeeded. |
72 | 73 |
OLD | NEW |