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 #467
- Issue 182 - delete join support by @ahmad-moussawi in #614
- Close issues after 30days if no reply by @ahmad-moussawi in #615
- Fix places where the
parameterPlaceholder
is hard coded to a ? by @toburger in #616 - Iss 507 support filter clause by @ahmad-moussawi in #617
- Iss 581 remove select for where exists by @ahmad-moussawi in #618
- Fix for Oracle insert many by @mathijs-dumon in #557
- allow expanded select to be multiline by @roddone in #689
- Escape parameter placeholder by @SitharaNA in #472
- Added
readonly
modifier toprivate
fields that are never modified by @Lehonti in #688 - Bump Newtonsoft.Json from 11.0.2 to 13.0.2 in /Program by @dependabot in #646
New Contributors
- @gbrunton made their first contribution in #467
- @toburger made their first contribution in #616
- @roddone made their first contribution in #689
- @SitharaNA made their first contribution in #472
- @Lehonti made their first contribution in #688
Full Changelog: v2.4.0...v4.0.0