mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Update oracle
This commit is contained in:
@@ -1023,10 +1023,10 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (this.CurrentConnectionConfig.DbType == DbType.Oracle)
|
//if (this.CurrentConnectionConfig.DbType == DbType.Oracle)
|
||||||
{
|
//{
|
||||||
throw new Exception("Oracle no support SaveQueues");
|
// throw new Exception("Oracle no support SaveQueues");
|
||||||
}
|
//}
|
||||||
if (this.Queues == null || this.Queues.Count == 0) return default(T);
|
if (this.Queues == null || this.Queues.Count == 0) return default(T);
|
||||||
isTran = isTran && this.Ado.Transaction == null;
|
isTran = isTran && this.Ado.Transaction == null;
|
||||||
if (isTran) this.Ado.BeginTran();
|
if (isTran) this.Ado.BeginTran();
|
||||||
|
Reference in New Issue
Block a user