-
## Summary
There should be a way to close the connection to the db.
### Basic example
connection.close();
### Motivation
If I make a connection and a request but my connection should be…
-
## Summary
Clear() function does empty the table but a flag should be passed as parameter to reset the auto_increment sequence.
### Basic example
await connection.clear(table_name, reset_auto…
-
### ✅ Prerequisites
- [x] Did you perform a cursory search of open issues? Is this question already asked elsewhere?
- [x] Are you reporting to the correct repository (`magic-sdk`)?
### ❓ Quest…
-
# Title
chrome error: Add your title here](dynamic-user-behavior.service.ts:88 TypeError: Cannot read properties of undefined (reading 'run'))
# Description
jsstore version 4.4.4
withou…
-
# Description
After upgrading the library to 4.4.1 from 4.3.10, I have compilation errors in my React + typescript application similar to:
```
export 'Connection' (imported as 'Connection') wa…
-
- each block instance has separate store slice
- data can be text or binary
- data could be very large
- contentType check vs pre-filtering -> prefilter, but it is block developer's responsibility…
-
### Discussed in https://github.com/ujjwalguptaofficial/JsStore/discussions/300
Originally posted by **alisabrigok** October 11, 2022
When I query having multiple columns in "or" operator in t…
-
### Discussed in https://github.com/ujjwalguptaofficial/JsStore/discussions/291
Originally posted by **femto-code** September 24, 2022
Hi, I need help again with a join using three tables. I h…
-
I am using the latest versions of JsStore and SqlWeb.
To get around the can't search for null problem I put empty strings in those columns but when I try to select for them I get this: Expected One…
-
"Where" clause with more than one column in "or" operator doesn't seem to work properly.
Below can be tried using IDBStudio with the existing Demo database:
The below query shows 29 results, whi…