We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5d56f commit c4fe2f7Copy full SHA for c4fe2f7
ChangeLog.md
@@ -1,6 +1,9 @@
1
# Changelog
2
3
## Version [0.11.0](https://github.com/cedx/sql.net/compare/v0.10.0...v0.11.0)
4
+- Removed the `ConnectionExtensions.ExecuteScalar()` non-generic method.
5
+- The `Adapter` class now implements the `IDisposable` interface.
6
+- The `Get-Scalar` and `Invoke-Query` cmdlets now use a non-terminating error.
7
8
## Version [0.10.0](https://github.com/cedx/sql.net/compare/v0.9.0...v0.10.0)
9
- Added the `TableInfo` and `ColumnInfo` classes.
0 commit comments