- 补充 Oracle DbFirst raw 等类型映射处理,其他未处理的类型将映射为 string;#70

This commit is contained in:
28810
2019-07-09 10:49:37 +08:00
parent 3ebc01f88d
commit 272e55ecbf
12 changed files with 31 additions and 12 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<Version>0.7.6</Version>
<Version>0.7.7</Version>
<Authors>YeXiangQin</Authors>
<Description>FreeSql Implementation of General Repository, Support MySql/SqlServer/PostgreSQL/Oracle/Sqlite, and read/write separation、and split table.</Description>
<PackageProjectUrl>https://github.com/2881099/FreeSql/wiki/Repository</PackageProjectUrl>