From d3b9047ab41cfda6077c9f9624207a8bfe90bb5b Mon Sep 17 00:00:00 2001 From: 28810 <28810@YEXIANGQIN> Date: Sun, 28 Jun 2020 08:08:15 +0800 Subject: [PATCH] update ShenTong chinese name --- Extensions/FreeSql.Generator/ConsoleApp.cs | 2 +- FreeSql.DbContext/FreeSql.DbContext.csproj | 2 +- FreeSql.Repository/FreeSql.Repository.csproj | 2 +- FreeSql.Tests/FreeSql.Tests.Provider.Odbc/g.cs | 2 +- FreeSql/FreeSql.csproj | 2 +- .../FreeSql.Provider.ShenTong.csproj | 4 ++-- readme.md | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Extensions/FreeSql.Generator/ConsoleApp.cs b/Extensions/FreeSql.Generator/ConsoleApp.cs index 8150beb4..b67febfc 100644 --- a/Extensions/FreeSql.Generator/ConsoleApp.cs +++ b/Extensions/FreeSql.Generator/ConsoleApp.cs @@ -115,7 +115,7 @@ new Colorful.Formatter("v" + string.Join(".", typeof(ConsoleApp).Assembly.GetNam {12} 人大金仓数据库 -DB ""{13},HOST=192.168.164.10;PORT=2003;DATABASE=OSRDB;USERNAME=SYSDBA;PASSWORD=szoscar55;MAXPOOLSIZE=2"" - {13} 神州通用数据库 + {13} 神舟通用数据库 -Filter Table+View+StoreProcedure 默认生成:表+视图+存储过程 diff --git a/FreeSql.DbContext/FreeSql.DbContext.csproj b/FreeSql.DbContext/FreeSql.DbContext.csproj index 86e60abd..a2b4d1d9 100644 --- a/FreeSql.DbContext/FreeSql.DbContext.csproj +++ b/FreeSql.DbContext/FreeSql.DbContext.csproj @@ -5,7 +5,7 @@ 1.6.0 true ncc;YeXiangQin - FreeSql is the ORM in .NetCore, .NetFramework, And Xamarin. It supports Mysql, Postgresql, SqlServer, Oracle, Sqlite, Odbc, 达梦, 人大金仓, 神州通用, And Access + FreeSql is the ORM in .NetCore, .NetFramework, And Xamarin. It supports Mysql, Postgresql, SqlServer, Oracle, Sqlite, Odbc, 达梦, 人大金仓, 神舟通用, And Access https://github.com/2881099/FreeSql/wiki/DbContext FreeSql ORM DbContext git diff --git a/FreeSql.Repository/FreeSql.Repository.csproj b/FreeSql.Repository/FreeSql.Repository.csproj index 326b0af1..e1f3d7dd 100644 --- a/FreeSql.Repository/FreeSql.Repository.csproj +++ b/FreeSql.Repository/FreeSql.Repository.csproj @@ -4,7 +4,7 @@ netstandard2.0;netcoreapp31;netcoreapp30;netcoreapp22;netcoreapp21;net45;net40 1.6.0 ncc;YeXiangQin - FreeSql Implementation of General Repository, Support MySql/SqlServer/PostgreSQL/Oracle/Sqlite/达梦/人大金仓/神州通用/Access, and read/write separation、and split table. + FreeSql Implementation of General Repository, Support MySql/SqlServer/PostgreSQL/Oracle/Sqlite/达梦/人大金仓/神舟通用/Access, and read/write separation、and split table. https://github.com/2881099/FreeSql/wiki/Repository FreeSql ORM Repository true diff --git a/FreeSql.Tests/FreeSql.Tests.Provider.Odbc/g.cs b/FreeSql.Tests/FreeSql.Tests.Provider.Odbc/g.cs index d6a151b4..0f812460 100644 --- a/FreeSql.Tests/FreeSql.Tests.Provider.Odbc/g.cs +++ b/FreeSql.Tests/FreeSql.Tests.Provider.Odbc/g.cs @@ -98,7 +98,7 @@ public class g public static IFreeSql kingbaseES => kingbaseESLazy.Value; - //启动神州通用数据库 /etc/init.d/oscardb_OSRDBd start + //启动神舟通用数据库 /etc/init.d/oscardb_OSRDBd start //SYSDBA 密码 szoscar55 diff --git a/FreeSql/FreeSql.csproj b/FreeSql/FreeSql.csproj index 11acfec9..7501ec5d 100644 --- a/FreeSql/FreeSql.csproj +++ b/FreeSql/FreeSql.csproj @@ -5,7 +5,7 @@ 1.6.0 true ncc;YeXiangQin - FreeSql is the ORM in .NetCore, .NetFramework, And Xamarin. It supports Mysql, Postgresql, SqlServer, Oracle, Sqlite, Odbc, 达梦, 人大金仓, 神州通用, And Access + FreeSql is the ORM in .NetCore, .NetFramework, And Xamarin. It supports Mysql, Postgresql, SqlServer, Oracle, Sqlite, Odbc, 达梦, 人大金仓, 神舟通用, And Access https://github.com/2881099/FreeSql https://github.com/2881099/FreeSql git diff --git a/Providers/FreeSql.Provider.ShenTong/FreeSql.Provider.ShenTong.csproj b/Providers/FreeSql.Provider.ShenTong/FreeSql.Provider.ShenTong.csproj index 75de475b..c59f1b29 100644 --- a/Providers/FreeSql.Provider.ShenTong/FreeSql.Provider.ShenTong.csproj +++ b/Providers/FreeSql.Provider.ShenTong/FreeSql.Provider.ShenTong.csproj @@ -5,12 +5,12 @@ 1.6.0-preview0602 true ncc;YeXiangQin - FreeSql 数据库实现,基于 神州通用数据库 7.0.8 + FreeSql 数据库实现,基于 神舟通用数据库 7.0.8 https://github.com/2881099/FreeSql https://github.com/2881099/FreeSql git MIT - FreeSql;ORM;ShenTong;Oscar;神通;神州通用 + FreeSql;ORM;ShenTong;Oscar;神通;神舟通用 $(AssemblyName) logo.png $(AssemblyName) diff --git a/readme.md b/readme.md index 4ab26f46..d2fee9ab 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ FreeSql 是功能强大的对象关系映射技术(O/RM),支持 .NETCore 2.1+ - [x] 支持 丰富的表达式函数,以及灵活的自定义解析; - [x] 支持 导航属性一对多、多对多贪婪加载,以及延时加载; - [x] 支持 读写分离、分表分库、过滤器、乐观锁、悲观锁; -- [x] 支持 MySql/SqlServer/PostgreSQL/Oracle/Sqlite/达梦/人大金仓/神州通用/Access; +- [x] 支持 MySql/SqlServer/PostgreSQL/Oracle/Sqlite/达梦/人大金仓/神舟通用/Access; ## 📚  Documentation