Skip to content

Commit

Permalink
Fixed null parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
RikuVirtanen committed Feb 12, 2024
1 parent dd75081 commit da3a2ca
Show file tree
Hide file tree
Showing 7 changed files with 375 additions and 334 deletions.
6 changes: 6 additions & 0 deletions Frends.MicrosoftSQL.ExecuteProcedure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.2.1] - 2024-02-12
### Fixed
- Fixed issue with null parameters by changing them into DBNull.Value.
### Updated
- System.Data.SqlClient to version 4.8.6.

## [1.2.0] - 2024-01-03
### Changed
- [Breaking] ProcedureParameter.Value type to object so that binary data can be used.
Expand Down
Loading

0 comments on commit da3a2ca

Please sign in to comment.