RESOLVED FIXED 153375
Modern IDB: Implement put, get, and delete records for the SQLite backend
https://bugs.webkit.org/show_bug.cgi?id=153375
Summary Modern IDB: Implement put, get, and delete records for the SQLite backend
Brady Eidson
Reported 2016-01-22 14:51:13 PST
Modern IDB: Implement put, get, and delete records for the SQLite backend
Attachments
Patch v1 (29.30 KB, patch)
2016-01-22 14:54 PST, Brady Eidson
achristensen: review+
Patch for landing (29.30 KB, patch)
2016-01-22 15:12 PST, Brady Eidson
no flags
Brady Eidson
Comment 1 2016-01-22 14:54:01 PST
Created attachment 269614 [details] Patch v1
Alex Christensen
Comment 2 2016-01-22 15:03:56 PST
Comment on attachment 269614 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=269614&action=review > Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:687 > + keyExists = false; This isn't necessary. It was already set to false.
Brady Eidson
Comment 3 2016-01-22 15:12:22 PST
Created attachment 269615 [details] Patch for landing
WebKit Commit Bot
Comment 4 2016-01-22 16:41:17 PST
Comment on attachment 269615 [details] Patch for landing Clearing flags on attachment: 269615 Committed r195495: <http://trac.webkit.org/changeset/195495>
WebKit Commit Bot
Comment 5 2016-01-22 16:41:20 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.