sqlitecloud-js icon indicating copy to clipboard operation
sqlitecloud-js copied to clipboard

Javascript drivers for SQLiteCloud

Results 27 sqlitecloud-js issues
Sort by recently updated
recently updated
newest added

When using the template-literal-style: ``` const result = await connection.sql` SELECT * FROM artists WHERE name LIKE "%${filter}%" LIMIT ${limit} `; ``` there is ambiguity about the expectation. In this...

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

![Screenshot 2024-11-25 alle 22 48 42](https://github.com/user-attachments/assets/c4ac03fd-0b6d-47f7-87c5-01810561e857)

bug

Bumps the all-dependencies group with 13 updates in the / directory: | Package | From | To | | --- | --- | --- | | [whatwg-url](https://github.com/jsdom/whatwg-url) | `14.2.0` |...

dependencies
javascript

- [ ] The `processCallback` is never cleaned up after the execution of the command. It means that an error on the socket, after a command, can call the callback...