Skip to content

Commit

Permalink
0.3.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1000000 committed Jan 25, 2022
1 parent d1dce4d commit f78335f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
### New Features
- the DTO code-generator now has a parameter that allows generating C# records: ```--model-type ImmutableClass|Record``` or ```<SqModelGenType>ImmutableClass|Record</SqModelGenType>```;
- "CheckExistenceBy" in the Insert data builder what adds WHERE EXISTS(...) to a Insert source to avoid duplicates inserting;
- ExistsIn ...
- ExistsIn&lt;TTable&gt;(..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)```
Expand Down
2 changes: 1 addition & 1 deletion SqExpress.GetStarted/SqExpress.GetStarted.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="MySql.Data" Version="8.0.23" />
<PackageReference Include="Npgsql" Version="4.1.5" />
<PackageReference Include="SqExpress" Version="0.3.0.2" />
<PackageReference Include="SqExpress" Version="0.3.1" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
</ItemGroup>
</Project>

0 comments on commit f78335f

Please sign in to comment.