SQL implementation of draft store operations.
Depends on D7121
Tests D7124
native version: link
native version: link Return value is not used anywhere so skipping it
Does this actually work in SQLite? In MySQL it would error because key is a reserved keyword
add import, improve query format
It works, I checked in D7124.
It's the same engine as on native, since it works there it should work here.
As far as I know, KEY is reserved in SQLite, not key (for KEY it fails).