-
Hi,
If I've array column in a table (JsStore.DATA_TYPE.Array). Assigning the first time OR updating with array value is fine but making array null/empty is not working. On update, I get 1-row upda…
-
I unable to execute "Or" condition with multiple "And" condition.
For example:
Where:{
customerId:22980,
stockNumber:3,
or:{
stockDescription:"3…
-
Hi Ujjwal,
I'm facing another issue with column datatype boolean. If I try to read table with where **{colName : true}** I get query error " DOMException: Failed to execute 'only' on 'IDBKeyRange'…
-
Hi I am trying to use your lib. I must support IE / Edge. IE does not have native Promise support and I still can't get it to work with promise-polyfill. My solution was going to be use your lib witho…
-
This may not be an issue specific to JsStore, but I would like to ask your input. I use JsStore to store a query result and later update one of the records. When I use connection.select({ ... }) to re…
-
@ujjwalguptaofficial
Thanks for this awesome plugin but I have below issue when there are lot of records.
I have around 50000 and 1 lakh records and I am using like query to search records on it …
-
i have been trying to test JSStore but i i'm not able to make it work i was following the get started and used the examples it is working in firefox but nothing working in chrome no response from prom…
-
.select({
from: storeName,
distinct: true,
ignoreCase: true,
where: {
Status: obj.category,
LastName: obj.lastName,
CaseId: 462385
}
})
got this e…
-
Hi,
Is there a way to refresh table with new columns? say I've name, age as column for now & after adding few data, I would like to add new column email & just refresh table design and it add def…
-
Hi
I'm trying to troubleshoot this query:
```
from: 'Job',
where: {
_getDateCreation: {'>=': unixTimestampFromDate(startDate)},
or: {
…
ghost updated
6 years ago