mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update reportable
This commit is contained in:
@@ -135,7 +135,8 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
if (this.Context.CurrentConnectionConfig.DbType == DbType.Oracle)
|
||||
var isDual=queryBuilder.Builder.FullSqlDateNow?.ToLower()?.Contains(" dual")==true;
|
||||
if (isDual)
|
||||
{
|
||||
return " from dual ";
|
||||
}
|
||||
|
Reference in New Issue
Block a user