mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update Kdbndp
This commit is contained in:
parent
129d891b1c
commit
483adbee2a
@ -73,10 +73,10 @@ namespace SqlSugar
|
||||
KdbndpCommand sqlCommand = new KdbndpCommand(sql, (KdbndpConnection)this.Connection);
|
||||
sqlCommand.CommandType = this.CommandType;
|
||||
sqlCommand.CommandTimeout = this.CommandTimeOut;
|
||||
if (sqlCommand.CommandType == CommandType.StoredProcedure)
|
||||
{
|
||||
sqlCommand.DbModeType = DbMode.Oracle;
|
||||
}
|
||||
//if (sqlCommand.CommandType == CommandType.StoredProcedure)
|
||||
//{
|
||||
// sqlCommand.DbModeType = DbMode.Oracle;
|
||||
//}
|
||||
if (this.Transaction != null)
|
||||
{
|
||||
sqlCommand.Transaction = (KdbndpTransaction)this.Transaction;
|
||||
|
@ -27,7 +27,7 @@
|
||||
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.1" />
|
||||
<PackageReference Include="Oscar.Data.SqlClient" Version="4.0.4" />
|
||||
<PackageReference Include="SqlSugarCore.Dm" Version="1.0.0" />
|
||||
<PackageReference Include="SqlSugarCore.Kdbndp" Version="7.0.0" />
|
||||
<PackageReference Include="SqlSugarCore.Kdbndp" Version="6.1.0" />
|
||||
<PackageReference Include="System.Data.Common" Version="4.3.0" />
|
||||
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.4" />
|
||||
<PackageReference Include="System.Data.OleDb" Version="6.0.0" />
|
||||
|
@ -23,7 +23,7 @@
|
||||
<dependency id="Oracle.ManagedDataAccess.Core" version="3.21.1" />
|
||||
<dependency id="Npgsql" version="7.0.0" />
|
||||
<dependency id="SqlSugarCore.Dm" version="1.0.0" />
|
||||
<dependency id="SqlSugarCore.Kdbndp" version="7.0" />
|
||||
<dependency id="SqlSugarCore.Kdbndp" version="6.1.0" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
|
Loading…
Reference in New Issue
Block a user