mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 16:18:47 +08:00
Synchronization code
This commit is contained in:
parent
50ef993dde
commit
d71d975e8a
@ -278,7 +278,8 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
private bool IsOracle()
|
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