From f78335f62ec489bec79c2788d0ae6b3f1f24ae19 Mon Sep 17 00:00:00 2001
From: 0x1000000 <25109784+0x1000000@users.noreply.github.com>
Date: Tue, 25 Jan 2022 18:37:47 +0300
Subject: [PATCH] 0.3.1 Release
---
CHANGELOG.md | 2 +-
SqExpress.GetStarted/SqExpress.GetStarted.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 656bfb9..fe5a8f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
### New Features
- the DTO code-generator now has a parameter that allows generating C# records: ```--model-type ImmutableClass|Record``` or ```ImmutableClass|Record```;
- "CheckExistenceBy" in the Insert data builder what adds WHERE EXISTS(...) to a Insert source to avoid duplicates inserting;
-- ExistsIn ...
+- ExistsIn<TTable>(..predicate..) ... - Helper that returns boolean expression ```EXISTS(SELECT 1 FROM TTable WHERE ..Predicate..)```
- QueryPage extension for OffsetFetch queries.
### Bugfix
- When some column(s) in values constructor contains only nulls, sqexpress now adds an explicit type cast for the first cell e.g. ```CAST(NULL as int)```
diff --git a/SqExpress.GetStarted/SqExpress.GetStarted.csproj b/SqExpress.GetStarted/SqExpress.GetStarted.csproj
index 4b5e059..fa14fe2 100644
--- a/SqExpress.GetStarted/SqExpress.GetStarted.csproj
+++ b/SqExpress.GetStarted/SqExpress.GetStarted.csproj
@@ -9,7 +9,7 @@
-
+