faulpeltz

Results 3 issues of faulpeltz

This fixes an issue with the sqlite SQL builder, where inserting multiple rows does not generate the "where" clause (it is correctly generated when inserting a single row) ```sql .from('table')...

This tries to fix #3495 Functionally, this seems to fix the issue and the tests pass (edit: the stream tests are currently not working), but performance is not ideal because...

I have recently have been experimenting with pg's binary mode for performance reasons and tried the latest change, and I found that it delivers incorrect results sometimes for various non-string...

bug