mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Synchronization code
This commit is contained in:
parent
50ef993dde
commit
d71d975e8a
@ -278,7 +278,8 @@ namespace SqlSugar
|
||||
}
|
||||
private bool IsOracle()
|
||||
{
|
||||
return this.Context is OracleExpressionContext;
|
||||
return this.Context is OracleExpressionContext
|
||||
|| this.Context is DmExpressionContext;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user