Skip to content

Refactor PSQLRowStream to make async/await easier

Compare
Choose a tag to compare
@VaporBot VaporBot released this 26 Nov 23:30
· 209 commits to main since this release
780a510
This patch was authored and released by @fabianfett.

Motivation

PSQLRowStream's current implementation is interesting. It should be better tested and easier to follow for async/await support later.

Changes

  • Make PSQLRowStream's implementation more sensible
  • Add unit tests for PSQLRowStream

Result

Adding async/await support becomes easier.