Update OscarDb

This commit is contained in:
sunkaixuan 2024-11-11 14:23:41 +08:00
parent 64e86eaebd
commit 28ba39bac5
3 changed files with 3 additions and 2 deletions

View File

@ -96,6 +96,7 @@ namespace SqlSugar
new KeyValuePair<string, CSharpDataType>("geometry",CSharpDataType.@string),
new KeyValuePair<string, CSharpDataType>("name",CSharpDataType.@string),
new KeyValuePair<string, CSharpDataType>("text",CSharpDataType.@string),
new KeyValuePair<string, CSharpDataType>("clob",CSharpDataType.@string),
new KeyValuePair<string, CSharpDataType>("char",CSharpDataType.@string),
new KeyValuePair<string, CSharpDataType>("character",CSharpDataType.@string),
new KeyValuePair<string, CSharpDataType>("cidr",CSharpDataType.@string),

View File

@ -230,7 +230,7 @@ namespace SqlSugar
}
public override string GetDate()
{
return "NOW()";
return "SYSDATE()";
}
public override string GetRandom()
{

View File

@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugarCore</id>
<version>5.1.4.171-preview05</version>
<version>5.1.4.171-preview07</version>
<authors>sunkaixuan</authors>
<owners>果糖大数据科技</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>