WIP: Switch to streaming#29
Conversation
|
Got a basic version of streaming working. The code quality is pretty bad and it introduces unwanted behavior.
If these issues are resolved, we can start rewriting tests for streaming. |
|
New commit fixes the issues from the last comment (at least technically).
New ToDo:
|
|
A quick check shows that all SQL operations seem to work but the LIMIT operator. |
|
Ok this introduces way more bugs than anticipated 😅 WHERE doesn't work in all cases (no idea yet why) ORDER BY doesn't work properly because it only orders 100 rows, then the next 100 and so on. instead of for the statement |
Trying to get streaming working.
Work in Progress, most tests are failing but that's only natural in this case.
For step 3 we have two options:
Any help is appreciated 🤗
For easier debugging I've added a debug.js file and updated the .vscode config