New
v4.0.0
What's Changed
- Update target dotnet framework to dotnet 8 https://versionsof.net/core/8.0/
- Remove the Program project used previously to test in development.
- Fixes empty identifier issue by @gbrunton in https://github.com/sqlkata/querybuilder/pull/467
- Issue 182 - delete join support by @ahmad-moussawi in https://github.com/sqlkata/querybuilder/pull/614
- Close issues after 30days if no reply by @ahmad-moussawi in https://github.com/sqlkata/querybuilder/pull/615
- Fix places where the
parameterPlaceholderis hard coded to a ? by @toburger in https://github.com/sqlkata/querybuilder/pull/616 - Iss 507 support filter clause by @ahmad-moussawi in https://github.com/sqlkata/querybuilder/pull/617
- Iss 581 remove select for where exists by @ahmad-moussawi in https://github.com/sqlkata/querybuilder/pull/618
- Fix for Oracle insert many by @mathijs-dumon in https://github.com/sqlkata/querybuilder/pull/557
- allow expanded select to be multiline by @roddone in https://github.com/sqlkata/querybuilder/pull/689
- Escape parameter placeholder by @SitharaNA in https://github.com/sqlkata/querybuilder/pull/472
- Added
readonlymodifier toprivatefields that are never modified by @Lehonti in https://github.com/sqlkata/querybuilder/pull/688 - Bump Newtonsoft.Json from 11.0.2 to 13.0.2 in /Program by @dependabot in https://github.com/sqlkata/querybuilder/pull/646
New Contributors
- @gbrunton made their first contribution in https://github.com/sqlkata/querybuilder/pull/467
- @toburger made their first contribution in https://github.com/sqlkata/querybuilder/pull/616
- @roddone made their first contribution in https://github.com/sqlkata/querybuilder/pull/689
- @SitharaNA made their first contribution in https://github.com/sqlkata/querybuilder/pull/472
- @Lehonti made their first contribution in https://github.com/sqlkata/querybuilder/pull/688
Full Changelog: https://github.com/sqlkata/querybuilder/compare/v2.4.0...v4.0.0