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