RESOLVED CONFIGURATION CHANGED 206080
Different statements are cached to same entry in SQLiteIDBBackingStore
https://bugs.webkit.org/show_bug.cgi?id=206080
Summary Different statements are cached to same entry in SQLiteIDBBackingStore
Sihui Liu
Reported 2020-01-10 12:03:16 PST
...
Attachments
Patch (2.65 KB, patch)
2020-01-10 12:05 PST, Sihui Liu
no flags
Sihui Liu
Comment 1 2020-01-10 12:05:30 PST
Sihui Liu
Comment 2 2020-01-13 09:03:23 PST
ping for review...
youenn fablet
Comment 3 2020-01-13 09:28:45 PST
Comment on attachment 387360 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=387360&action=review > Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:1627 > + auto* sql = cachedStatement(SQL::DeleteObjectStoreIndexRecordWithKey, "DELETE FROM IndexRecords WHERE objectStoreID = ? AND objectStoreRecordID = ? AND key = CAST(? AS TEXT);"_s); I guess this should be observable, can we write a test?
Note You need to log in before you can comment on or make changes to this bug.