mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-09 09:55:05 +08:00
Optimized code
This commit is contained in:
@@ -681,7 +681,7 @@ WHERE tgrelid = '" + tableName + "'::regclass");
|
||||
|
||||
if (IsSqlServerModel())
|
||||
{
|
||||
if (x.DataType=="int8")
|
||||
if (x.DataType.EqualCase("int8"))
|
||||
{
|
||||
x.DataType = "bigint";
|
||||
x.Length = 0;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package >
|
||||
<metadata>
|
||||
<id>SqlSugarCore</id>
|
||||
<version>5.1.4.178</version>
|
||||
<version>5.1.4.179-preview01</version>
|
||||
<authors>sunkaixuan</authors>
|
||||
<owners>果糖大数据科技</owners>
|
||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||
|
||||
Reference in New Issue
Block a user