-
👋 Hi there, esteemed Facebook/React maintainers,
I hope this message finds you well. My name is Mahdi Hazrati, and I'm a software engineer at [nextproduction.dev](http://nextproduction.dev/). I'm r…
-
# Title
Timestamp Concatenate and String Comparison Not Working
# Description
// Issue #1 Timestamp Concatenate Issue
I want to compare timestamp in a join with where condition ;
I hav…
-
### Discussed in https://github.com/ujjwalguptaofficial/JsStore/discussions/349
Originally posted by **alfonsor** October 31, 2023
I congratulate you for this magnificent project. I am impleme…
-
JSStore Encrypt Data issues
We have implemented JSStore with encrypt but we have some issues in that
1. When we try to set encrypt date-time time fields it gives the error below :
err message: …
-
### Discussed in https://github.com/ujjwalguptaofficial/JsStore/discussions/333
Originally posted by **xuyongweb** July 11, 2023
jsstore for web side, sqlite for ios and Android, if the sqlit…
-
### Discussed in https://github.com/ujjwalguptaofficial/JsStore/discussions/330
Originally posted by **xuyongweb** July 7, 2023
`Select * from Table_Name where Column1=value1 and (Column2=val…
-
# Title
keyPath incompatible with AND logic
# Description
JsStore could not select data when I use two where condition which include an "KeyPath".
https://ujjwalguptaofficial.github.io/idbst…
-
### Discussed in https://github.com/ujjwalguptaofficial/JsStore/discussions/305
Originally posted by **alisabrigok** December 6, 2022
Basically, this is what I'm trying to query:
In ID…
-
### Discussed in https://github.com/ujjwalguptaofficial/JsStore/discussions/337
Originally posted by **vitorvk2** July 17, 2023
I noticed that in version 4.5.7 there is a problem where using '…
-
# Title
// The or query was resolved in 4.5.6, but it reappears in 4.5.8
# Description
//
```javascript
Select * from Table_Name where Column1=value1 and (Column2=value2 or Column3=value…