Oscar.Data.SqlClient
4.0.2
See the version list below for details.
dotnet add package Oscar.Data.SqlClient --version 4.0.2
NuGet\Install-Package Oscar.Data.SqlClient -Version 4.0.2
<PackageReference Include="Oscar.Data.SqlClient" Version="4.0.2" />
<PackageVersion Include="Oscar.Data.SqlClient" Version="4.0.2" />
<PackageReference Include="Oscar.Data.SqlClient" />
paket add Oscar.Data.SqlClient --version 4.0.2
#r "nuget: Oscar.Data.SqlClient, 4.0.2"
#addin nuget:?package=Oscar.Data.SqlClient&version=4.0.2
#tool nuget:?package=Oscar.Data.SqlClient&version=4.0.2
Release 4.0.2
新增功能
- 批量导入 OscarImportCommand 被替换成 OscarImportHandler(性能更好),CreateImportCommand 方法替换为 CreateImportHandler
使用差异
OscarImportCommand(以前)
[TestMethod]
public void TestMethodOscarImportCommand()
{
try
{
using (var importCommand = new OscarImportCommand(_connect, "ImportTest"))
{
for (var i = 1; i <= 10000; i++)
{
importCommand.SetInt(0, i);
importCommand.SetString(1, i.ToString());
importCommand.EndRow();
}
importCommand.ExecuteImport();
}
}
catch (Exception ex)
{
Assert.Fail(ex.Message);
}
}
OscarImportHandler (当前)
[TestMethod]
public void TestMethodOscarImportCommand()
{
try
{
using (var importCommand = new OscarImportHandler(_connect, "ImportTest"))
{
for (var i = 1; i <= 10000; i++)
{
importCommand.SetInt(0, i);
importCommand.SetString(1, i.ToString());
importCommand.EndRow();
}
importCommand.ExecuteImport();
}
}
catch (Exception ex)
{
Assert.Fail(ex.Message);
}
}
CreateImportCommand(以前)
[TestMethod]
public void TestMethodOscarImportCommand1()
{
try
{
using (var importCommand = _connect.CreateImportCommand("ImportTest"))
{
for (var i = 1; i <= 10000; i++)
{
importCommand.SetInt(0, i);
importCommand.SetString(1, i.ToString());
importCommand.EndRow();
}
importCommand.ExecuteImport();
}
}
catch (Exception ex)
{
Assert.Fail(ex.Message);
}
}
CreateImportHandler (当前)
[TestMethod]
public void TestMethodOscarImportCommand1()
{
try
{
using (var importCommand = _connect.CreateImportHandler("ImportTest"))
{
for (var i = 1; i <= 10000; i++)
{
importCommand.SetInt(0, i);
importCommand.SetString(1, i.ToString());
importCommand.EndRow();
}
importCommand.ExecuteImport();
}
}
catch (Exception ex)
{
Assert.Fail(ex.Message);
}
}
BUG 修复
- 修复 SQL 语句引号内存在符号-分号(;)造成SQL解析错误的异常
示例
SQL
SELECT '&nbps; hello world &nbps;';
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Text.Encoding.CodePages (>= 4.7.1)
NuGet packages (25)
Showing the top 5 NuGet packages that depend on Oscar.Data.SqlClient:
Package | Downloads |
---|---|
SqlSugarCore
.Net Core3.1 .Net5 .Net6 .Net7 .Net8 安装此版本,好用的ORM框架 ,支持国外主流和国产人大金仓达梦 OceanBase GaussDB QuestDb ClickHouse Oracle MySql Gbase8s SqlServer Sqlite 等, 使用教程:https://www.donet5.com/Home/Doc?typeId=1226 |
|
FreeSql.Provider.ShenTong
FreeSql 数据库实现,基于 神舟通用数据库 7.0.8 |
|
learun.database
力软ORM |
|
ShenTong.EntityFrameworkCore.Oscar
神通数据库ORM EntityFrameworkCore .NET Standard2.0(TFM)支持.NET Framework >=4.6.1 以及 .NET Core 2.0 至 .NET 5(最新) |
|
NPoco.Data
Wima Platform for building a business application. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Oscar.Data.SqlClient:
Repository | Stars |
---|---|
DotNetNext/SqlSugar
.Net aot ORM Fastest ORM DB2 Hana Simple Easy VB.NET Sqlite orm Oracle ORM Mysql Orm 虚谷数据库 postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse orm QuestDb ,TDengine ORM,OceanBase orm,GaussDB orm ,Tidb orm Object/Relational Mapping
|
|
dotnetcore/FreeSql
.NET aot orm, VB.NET/C# orm, Mysql/PostgreSQL/SqlServer/Oracle orm, Sqlite/Firebird/Clickhouse/DuckDB orm, 达梦/金仓/虚谷/翰高/高斯 orm, 神通 orm, 南大通用 orm, 国产 orm, TDengine orm, QuestDB orm, MsAccess orm.
|
Version | Downloads | Last updated |
---|---|---|
4.2.18 | 118 | 4/3/2025 |
4.2.15 | 1,206 | 11/26/2024 |
4.2.12 | 1,353 | 8/20/2024 |
4.2.6 | 11,593 | 12/11/2023 |
4.2.5 | 1,205 | 11/2/2023 |
4.2.3 | 5,344 | 6/14/2023 |
4.2.0 | 3,459 | 5/8/2023 |
4.1.2 | 2,299 | 10/28/2022 |
4.1.0 | 4,782 | 6/10/2022 |
4.0.6 | 1,322 | 12/7/2021 |
4.0.5 | 28,743 | 9/29/2021 |
4.0.4 | 402,839 | 8/3/2021 |
4.0.3 | 823 | 7/28/2021 |
4.0.2 | 774 | 7/28/2021 |
1.0.8.5 | 1,071 | 5/11/2021 |
1.0.8.4 | 756 | 4/22/2021 |
1.0.8.2 | 20,524 | 1/21/2021 |
1.0.8.1 | 1,157 | 1/15/2021 |
1.0.8 | 949 | 1/15/2021 |
1.0.7.1 | 865 | 12/7/2020 |
1.0.7 | 1,062 | 12/4/2020 |
1.0.6.1 | 869 | 11/29/2020 |