• v3.1 a0da5f83b1

    Version 3.1 Stable

    danieljsummers released this 2024-06-06 01:58:08 +00:00 | 5 commits to main since this release

    This release brings a new BT operator and corresponding Field.BT function/method to create those criteria. This change mandated that whereByField be moved out of the common library, as PostgreSQL needs different syntax to use BETWEEN against numeric values once the item is plucked from the JSON document. This mandated that whereById be moved as well, which then cascaded to most of the Query module queries. If your program uses these functions, and it cannot find them, open or using 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