-
How can I update all records where a specific field is null.
I tried this code
`this.connection.update({
in: "Messages",
set: {
DateArrived: dateArrived
},
where…
-
Hi
I'm having difficulties simulating the NOT IN (...) operation.
As there is no negation operator for `In`, I thought that an AND operation with the same field would be fine, but it produces an e…
ghost updated
5 years ago
-
Hi,
Are there any plans to support PUT method? (https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/put)
Is there any other convenient way to insert/update multiple records into the DB…
-
Hi,
I started today with using JsStore in my Project and so far I find it really cool and easy to use.
But when I want to do a Select and then Order by a String column, wich sometimes beginns wi…
-
This is the best indexeddb framework I have know!I have try it in web work,when i found it can't working properly in web worker,maybe the self.postMessage to the window.
My worker.js code is as follo…
-
Can be used directly such as:
jsStore.exec('select * from table_name where name = "alice"');
?
-
Hi,
Object doesn't support property or method 'findIndex' in ie while using jsstore. [https://github.com/ujjwalguptaofficial/JsStore/issues/45]
This issue is not yet fixed.pls help me to fix it.
…
-
When I use the where clause the query result looks perfectly fine. When I use the like operator I do get duplicate objects per hit with the same exact data.
Any ideas? Here is the code that I am us…
-
JsStore works great on Chrome, but when I tried firefox, I got the following errors:
![image](https://user-images.githubusercontent.com/21064307/41101718-ecd5b27c-6a32-11e8-9ee1-8073bea493a5.png)
…
-
Hi,
First of all, I would like to congratulate you all for contributing to this great tool that makes really friendly for developers a complex API like IndexedDB. Really good job.
In second plac…