Modern IDB: Implement put, get, and delete records for the SQLite backend
Created attachment 269614 [details] Patch v1
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.
Created attachment 269615 [details] Patch for landing
Comment on attachment 269615 [details] Patch for landing Clearing flags on attachment: 269615 Committed r195495: <http://trac.webkit.org/changeset/195495>
All reviewed patches have been landed. Closing bug.