You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug in handling postgres `COPY` command and a few others (#610)
* Fix bug in COPY command by differentiating between total reads vs. chunk reads
* Fix bug in concurrent reads and writes
* Remove explicit condition for checking total being zero
* Return early if there is no data from the server (to send to the client)
Update deps (#600)
* Update deps
* Update Go version
* Regen stubs
* Add mentioned in awesome badge
* Update testcontainers-go dep
* Fix linter errors
* Tidy deps
* Use the latest version of golangci-lint (as of now)