File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,15 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
24
24
25
25
(note: new PRs will not be merged until they add release note wording here)
26
26
27
+ ### 2.0.123
28
+
27
29
- Parameters can now be re-used on subsequent commands (#952 via jamescrowley)
28
30
- Array query support (` .Query<int[]> ` ) on supported platforms (e.g. Postgres) (#1598 via DarkWanderer)
29
31
- ` SqlMapper.HasTypeHandler ` is made public for consumers (#1405 via brendangooden)
30
32
- Improves multi-mapping error message when a specified column in splitOn can't be found (#1664 via NickCraver)
31
- - Improves DbString.ToString() (#1665 via NickCraver)
33
+ - Improves ` DbString.ToString() ` (#1665 via NickCraver)
34
+ - ` DbType ` for date/time types is no longer explicitly specified (resolves ` Npgsql ` v6 issue)
35
+ - add ` Settings.UseIncrementalPseudoPositionalParameterNames ` , to support "snowflake" parameter naming conventions
32
36
33
37
### 2.0.90
34
38
You can’t perform that action at this time.
0 commit comments