This commit is contained in:
chenbo
2021-12-20 15:55:35 +08:00
106 changed files with 12632 additions and 292 deletions

View File

@ -299,7 +299,7 @@ where {(ignoreCase ? "lower(a.table_schema)" : "a.table_schema")} in ({databaseI
DbTypeText = type,
DbTypeTextFull = sqlType,
Table = loc2[table_id],
Coment = comment,
Comment = comment,
DefaultValue = defaultValue,
Position = ++position
});

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<!--;netcoreapp2.2;net472-->
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<Version>2.6.100</Version>
<Version>3.0.100</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>FreeSql;ncc;YeXiangQin;ChenBo</Authors>
<Description>FreeSql 数据库实现,基于 ClickHouse.Client Ado.net</Description>