You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,9 @@
1
1
# Changelog
2
2
3
3
## Version [4.0.0](https://github.com/cedx/sql.net/compare/v3.2.0...v4.0.0)
4
-
- Breaking change: added the `Sql` prefix most names of the `Belin.Sql` classes.
5
-
- Breaking change: added the `Db` prefix to the names of the `Belin.Sql.Reflection` classes.
6
-
- Breaking change: changed the return type of the methods of the `SqlCommandBuilder` class.
4
+
- Breaking change: completely rewrote the library.
7
5
- Breaking change: dropped support for [PowerShell](https://learn.microsoft.com/en-us/powershell). See the [SQL Mapper for PowerShell](https://github.com/cedx/sql.ps1) project for an alternative.
8
6
- Breaking change: raised the required target framework.
9
-
- Breaking change: renamed the `ConnectionExtensions` class to `DbConnectionExtensions`.
10
-
- Breaking change: replaced the `string text` parameter of the query methods by the `SqlCommand command` parameter.
11
-
- Breaking change: replaced the `QueryOptions.Buffered` property by the `SqlCommand.NoEnumerate` property.
12
-
- Added the `SqlCommand.ToDbCommand()` method.
13
-
- Added the `SqlParameter.ToDbParameter()` method.
14
7
15
8
## Version [3.2.0](https://github.com/cedx/sql.net/compare/v3.1.0...v3.2.0)
16
9
- Added new `CreateInstance()` and `CreateInstances()` overloads to the `Mapper` class.
0 commit comments