event-driven-io / Pongo

Pongo - Mongo but on Postgres and with strong consistency benefits
https://event-driven-io.github.io/Pongo/
MIT License
1.21k stars 30 forks source link

Fixed updates #23

Closed oskardudycz closed 4 months ago

oskardudycz commented 4 months ago

It appeared that I made a shameless error with test assertions and didn't catch the basic scenario.

This commit fixes it, also enhances other operators and adds additional test coverage.

Fixes #21

@vanillaike FYI