-
Version 3.1 Stable
released this
2024-06-06 01:58:08 +00:00 | 10 commits to main since this releaseThis release brings a new
BT
operator and correspondingField.BT
function/method to create those criteria. This change mandated thatwhereByField
be moved out of the common library, as PostgreSQL needs different syntax to useBETWEEN
against numeric values once the item is plucked from the JSON document. This mandated thatwhereById
be moved as well, which then cascaded to most of theQuery
module queries. If your program uses these functions, and it cannot find them,open
orusing
the 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