sqlitecloud-js
sqlitecloud-js copied to clipboard
DELETE FROM query: different response between TLS and WebSocket connection
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 different type of connection.
With other queries such as SELECT or CREATE TABLE the response is the same between a TLS connection and a WebSocket connection.
It should be the same also for the DELETE FROM query.