-
Version 3.1 Stable
released this
2024-06-06 01:58:08 +00:00 | 11 commits to main since this releaseThis release brings a new
BToperator and correspondingField.BTfunction/method to create those criteria. This change mandated thatwhereByFieldbe moved out of the common library, as PostgreSQL needs different syntax to useBETWEENagainst numeric values once the item is plucked from the JSON document. This mandated thatwhereByIdbe moved as well, which then cascaded to most of theQuerymodule queries. If your program uses these functions, and it cannot find them,openorusingthe implementation-specific module. (#4)This release also drops support for .NET 7, which went end-of-life on May 14, 2024. (#3)
Finally, all dependencies for these libraries were brought current.
Downloads