mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
修改bug:sqlserver二进制实例由于大小写敏感导致问题 fix
This commit is contained in:
@@ -51,7 +51,7 @@ namespace SqlSugar
|
||||
WHERE syscolumns.id IN
|
||||
(SELECT id
|
||||
FROM sysobjects
|
||||
WHERE xtype IN('U',
|
||||
WHERE upper(xtype) IN('U',
|
||||
'V') )
|
||||
AND (systypes.name <> 'sysname')
|
||||
AND sysobjects.name='{0}'
|
||||
|
Reference in New Issue
Block a user