Skip to content

Commit 296092b

Browse files
committed
release notes
1 parent 2a837ad commit 296092b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
2424

2525
(note: new PRs will not be merged until they add release note wording here)
2626

27+
### 2.0.123
28+
2729
- Parameters can now be re-used on subsequent commands (#952 via jamescrowley)
2830
- Array query support (`.Query<int[]>`) on supported platforms (e.g. Postgres) (#1598 via DarkWanderer)
2931
- `SqlMapper.HasTypeHandler` is made public for consumers (#1405 via brendangooden)
3032
- 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
3236

3337
### 2.0.90
3438

0 commit comments

Comments
 (0)