SmartSql Versions Save

SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics

v4.1.67

7 months ago

What's Changed

Full Changelog: https://github.com/dotnetcore/SmartSql/compare/v4.1.66...v4.1.67

v4.1.66

8 months ago

What's Changed

Full Changelog: https://github.com/dotnetcore/SmartSql/compare/v4.1.65...v4.1.66

v4.1.65

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dotnetcore/SmartSql/compare/v4.1.64...v4.1.65

v4.1.64

2 years ago

What's Changed

Full Changelog: https://github.com/dotnetcore/SmartSql/compare/v4.1.62...v4.1.64

v4.1.62

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/dotnetcore/SmartSql/compare/v4.1.59...v4.1.62

v4.1.59

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/dotnetcore/SmartSql/compare/v4.1.56...v4.1.59

v4.1.56

3 years ago
  1. MySqlConnector版本升级到1.0.0 -->> thx @ktdynamic

v4.1.55

3 years ago
  1. fix TypeDeserializer bug when resultType is String

v4.1.54

3 years ago
  • add some Unsigned-TypeHandler
  • optimize bulkInsert datetime format. thx @RocherKong
  • 修复 MYSQL BulkInsert Null值问题。 thx @XiaoHeitu

v4.1.50

4 years ago
  1. optimize for #127
  2. add support for Microsoft.Data.SqlClient
    <!-- MsSqlServer: Microsoft.Data.SqlClient , SqlServer: System.Data.SqlClinet -->
    <DbProvider Name="${DbProvider}"/>
  1. add SmartSql.Bulk.MsSqlServer.csproj by Microsoft.Data.SqlClient