Gioele Cantoni

Results 11 issues of 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 }...

bug

## 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...

enhancement

## 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...

enhancement

**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...

enhancement

## 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...

bug

## 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....

bug

## Are you willing to resolve this issue by submitting a Pull Request? - [ ] Yes, I have the time, and I know how to start. - [ ]...

enhancement

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...

![screenshot_2024-11-25_alle_22 57 32](https://github.com/user-attachments/assets/e7c4e5c2-e4d1-4082-b76a-c37c56b04a53) 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...

bug