v2.3.8
Check https://sqlkata.com/release/v2.3.8
What's Changed
- Add Select overload with IEnumerable by @asherber in #502
- Make white space consistent. by @dgeelen-uipath in #496
- Make sure that tests use a predictable time zone. by @dgeelen-uipath in #497
- changing string concatenation with StringBuilder.Append in Helper.ReplaceAll by @alex-tselikovsky in #342
- Delegate where(boolean) to WhereTrue/WhereFalse methods by @ahmad-moussawi in #510
- Change License Tag in the *.csproj file by @ChrSteinert in #515
- Allow for ad-hoc table CTEs with parameterized data by @mnsrulz in #524
- use ilike for case insensitive search in PostgreSQL by @ahmad-moussawi in #544
- Disable SQL Legacy Pagination by default by @Wulfheart in #546
- fix Query Timeout is overridden by @ahmad-moussawi in #552
- use Legacy Pagination for Unit Test by @ahmad-moussawi in #553
- Include/IncludeMany on nullable FK no longer throws exception. by @User00015 in #516
- Escape single quotes for sql injection by @tskong in #554
- allow select without table to support cross apply by @mnsrulz in #541
- compile where clause when no table is present by @mnsrulz in #559
- De-gender comments by @mattbrailsford in #563
- Include XML Documentation File by @RFBomb in #582
- docs: add mnsrulz as a contributor for code by @allcontributors in #590
New Contributors
- @dgeelen-uipath made their first contribution in #496
- @alex-tselikovsky made their first contribution in #342
- @ChrSteinert made their first contribution in #515
- @mnsrulz made their first contribution in #524
- @Wulfheart made their first contribution in #546
- @User00015 made their first contribution in #516
- @tskong made their first contribution in #554
- @mattbrailsford made their first contribution in #563
- @RFBomb made their first contribution in #582
- @allcontributors made their first contribution in #590
Full Changelog: v2.3.7...v2.3.8