Gioele Cantoni
Gioele Cantoni
### Discussed in https://github.com/orgs/sqlitecloud/discussions/45 Originally posted by **keef-ui** October 1, 2024 `I` am running deno version 1.46.2. I run a basic script to query : ``` import { Database }...
## Feature Request **Is your feature request related to a problem? Please describe.** It's really time consuming and error prone to check every time each platform support isn't broken. **Describe...
## Feature Request **Is your feature request related to a problem? Please describe.** Remove useless imports like the [Buffer](https://github.com/sqlitecloud/sqlitecloud-js/blob/8b99326938883abd131be2ea50859b824b771f89/src/drivers/connection-tls.ts#L22) one here in certain environments. e.g. node doesn't need buffer import...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when I see workflows using old Actions versions, they're probably missing security and performance updates with the...
## Current Behavior When installed with npm driver needs react 19, if the project is using react 18 it will throw an error and stop the installation ## Expected Behavior...
## Current Behavior configuration parameters gets ignored if connecting with websockets ## Expected Behavior configuration parameters like maxdata, maxrows, maxrowset, etc. should work ## Steps to Reproduce the Problem 1....
## Are you willing to resolve this issue by submitting a Pull Request? - [ ] Yes, I have the time, and I know how to start. - [ ]...
I've found out a way to reproduce this issue from the user who opened the ticket in our discussions page. https://github.com/orgs/sqlitecloud/discussions/45 Next steps to understand what's wrong: - [x] can't...
 The log from the second line and the log from the last line are the response from the driver when sending the same query but with a...