summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/test-authorizer-expected.txt
blob: 9ee0603d5bd3e9a9892c6d006027869838bdce25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
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.