RESOLVED FIXED 200301
[GTK][WPE] SQL ALTER statement failures
https://bugs.webkit.org/show_bug.cgi?id=200301
Summary [GTK][WPE] SQL ALTER statement failures
Zan Dobersek
Reported 2019-07-31 07:10:54 PDT
The following two WebSQL tests are failing: storage/websql/alter-to-info-table.html --- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/websql/alter-to-info-table-expected.txt +++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/websql/alter-to-info-table-actual.txt @@ -4,7 +4,7 @@ CREATE TEMP TABLE statement succeeded. INSERT IN TEMP TABLE statement succeeded. CREATE TRIGGER statement succeeded. -ALTER TO INFO TABLE statement succeeded. +ALTER TO INFO TABLE statement failed: could not prepare statement (1 SQL logic error) Step 1 transaction succeeded. Successfully changed DB version Step 2 transaction succeeded. storage/websql/test-authorizer.html --- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/websql/test-authorizer-expected.txt +++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/websql/test-authorizer-actual.txt @@ -15,8 +15,8 @@ SQLITE_INSERT statement succeeded. SQLITE_UPDATE statement succeeded. SQLITE_PRAGMA statement failed: could not prepare statement (23 not authorized) -SQLITE_ALTER_TABLE statement succeeded. -SQLITE_ALTER_TABLE statement succeeded. +SQLITE_ALTER_TABLE statement failed: could not prepare statement (1 SQL logic error) +SQLITE_ALTER_TABLE statement failed: could not prepare statement (1 no such table: TestTable) SQLITE_ALTER_INFO_TABLE statement failed: could not prepare statement (23 not authorized) SQLITE_ALTER_INFO_TABLE statement failed: could not prepare statement (23 not authorized) SQLITE_ALTER_INFO_TABLE statement failed: could not prepare statement (1 there is already another table or index with this name: __WebKitDatabaseInfoTable__)
Attachments
Diego Pino
Comment 1 2023-01-25 19:37:42 PST
There are no references to this bug in any TestExpectations. It's probable this bug was solved at some point but it wasn't marked as closed. I'm closing this bug now. If you think this bug report is still valid, please reopen it and add an entry to TestExpectations.
Note You need to log in before you can comment on or make changes to this bug.