-
1. When we try to set encrypt date-time time fields it gives the error below :
message: Invalid array length
2. When any data is null and that column is set as encrypted then it gives the error:…
-
# Title
Association query message table appendixId Multiple messages are associated with the uuid of a Chatappendixs table. Only the first one can find the Chatappendixs content, and the remaining f…
-
# Title
Can't use where with multiple multiEntry columns
# Description
query
```
connection.select({
from: 'Items',
order: {
by: 'date_mod',
type: 'desc'
…
-
As of 2010, WebSQL is deprecated. Can you merge html5sql into IndexedDB?
-
### Discussed in https://github.com/ujjwalguptaofficial/JsStore/discussions/317
Originally posted by **wyknmjj** March 22, 2023
I added a new table in initDB and increased the version number b…
-
# Title
initDb throwing error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'run')
# Description
Browser: Chrome Version 108.0.5359.124 (Official Build) (64-b…
-
Hello,
sqlweb is a nice plugin
Couple of weeks ago i had issue with getting return id of an inserted row. As far as i remember i used js from:
https://github.com/ujjwalguptaofficial/sqlweb/tree/mas…
-
I have this errors:
```
ReferenceError: self is not defined
jsstore@4.5.0/node_modules/jsstore/dist/jsstore.commonjs2.js:352:36
jsstore@4.5.0/node_modules/jsstore/dist/jsstore.worker.commonjs2.js:…
-
# Title
JsStore does not work without web worker
# Description
I am trying to run the minimal version (without workers) verbatim from the official documentation but even that doesn't work:
…
-
## Summary
Seems like it is possible to have composite keys https://stackoverflow.com/questions/33852508/how-to-create-an-indexeddb-composite-key
Is this possible to do with JsStore? It would be…