Results 3 issues of Andy Mitchell

# Describe the bug operator does not exist: jsonb #>> text 🐜 This seems to be an execution error, which means that your request syntax seems okay, but the resulting...

# Goal I use fake-indexeddb for testing, which works great with Dexie except for problems with liveQuery's apparent* dependence on a global (*I may have misunderstood something!). I believe it'll...

# Description The default behaviour in Sqlite is that if a transaction is running, and another transactions starts, the second one returns an immediate error of "database is locked". But...