Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Netcore2 #8

Open
wants to merge 52 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
eb3e922
sqlserver和mysql都支持netcore2.0
yuzd Aug 27, 2017
1eb1de8
sqlserver 发布支持etcore2.0版本 1.2.8
yuzd Aug 27, 2017
3708f61
netcore2.0 发布sqlserver 1.2.9 mysql发布1.2.9
yuzd Aug 29, 2017
141256c
更新readme
yuzd Aug 29, 2017
8f0c4c5
netcore2.0 增加 返回DataTable的方法
yuzd Oct 8, 2017
4efc5e9
删除不必要的依赖,发布1.3.1版本
yuzd Oct 8, 2017
69529a2
增加netcore DI
yuzd Oct 8, 2017
9fedc41
增加DI扩展方法
yuzd Oct 9, 2017
35f237d
增加 netcoremvc 测试项目
yuzd Oct 9, 2017
084a720
增加postgresql Provider
yuzd Oct 9, 2017
8a4c893
增加netcore postgre 项目
yuzd Oct 11, 2017
597bb61
postgre--up
yuzd Oct 11, 2017
5ce1182
postgre 调通
yuzd Oct 11, 2017
fb9a31f
codegen for postgre up
yuzd Oct 13, 2017
33ad89d
add SQLFunction for customer groupby
yuzd Oct 13, 2017
66ad334
1.3.2版本发布 支持postgreSQL
yuzd Oct 16, 2017
e21dfbb
针对json配置增加postgreprovider的自动识别
yuzd Oct 17, 2017
cf2b6a1
改进支持netcore mvc的 dependency injection
yuzd Nov 5, 2017
fde7f51
ver 1.3.4
yuzd Nov 5, 2017
32b3fc8
postgre json jsonb
yuzd Nov 14, 2017
43c09ee
支持postgre json jsonb
yuzd Nov 15, 2017
4dff3d0
更新模板
yuzd Dec 8, 2017
e7f89d3
生成的dbentity支持增加自定义的后缀
yuzd Dec 9, 2017
8a16431
优化代码
owindog Dec 24, 2017
c336ca9
1 更新了mysqlconnector的版本 2 修复Transaction对象的并发bug问题
yuzd Mar 28, 2018
c8f61d2
修复 对nullable类型在进行join查询的时候会出现 多余的条件 配置 Configuration.Linq.CompareNull…
yuzd Apr 12, 2018
e103932
扩展Association方法实现一对一 一对多查询
yuzd Apr 14, 2018
329178e
修复不能配置同一个provider 不同的数据源的问题
yuzd May 11, 2018
fe39723
v1.3.7
yuzd May 24, 2018
c62a45c
修复 字段 被重写的时候 column属性读取不到的bug
yuzd Dec 4, 2018
10b73b2
Merge branch 'netcore2' of github.com:yuzd/AntData.ORM into netcore2
yuzd Dec 4, 2018
dcc51da
v1.3.8
yuzd Dec 4, 2018
214b1a6
Tab标签新增一个属性
yuzd Apr 18, 2019
310ea3f
insert update delete 支持子类
yuzd Apr 19, 2019
c7377d1
升级antORM
yuzd Sep 29, 2019
500f34e
支持表名称和字段名称的常量引用
Jan 11, 2020
6617fe5
v1.4.2
Jan 11, 2020
1953c52
V1.4.3
Jan 11, 2020
4c04ff3
UseTransaction return bool v1.4.4
Feb 15, 2020
dfb6694
sharding test
Apr 12, 2020
80bea90
v1.4.5 support sharding db and table
Apr 12, 2020
0a40b1a
up
Apr 13, 2020
6d00176
bug fix #5
Apr 14, 2020
8005c40
fix bug #7
Apr 15, 2020
eda5345
分表分库unit
Apr 18, 2020
3da8edd
up
Apr 18, 2020
95a3541
add sharding by range
Apr 18, 2020
262519a
支持手动指定分区字段
Apr 25, 2020
9802b79
fix insert cache
May 11, 2020
b053d69
分库和分表可以指定不同的字段
xqueezeme Feb 6, 2021
73671c9
分库和分表可以指定不同的字段 Release v1.5.5
xqueezeme Feb 17, 2021
5f36725
v1.5.5
xqueezeme Mar 14, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,5 @@ packages/

AntData/AntData.ORM/AntData.ORM.nuspec.core
AntData/AntData.ORM/Gruntfile.core

AntData/.vs/
8 changes: 8 additions & 0 deletions AntData/.vs/config/applicationhost.config
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@
<binding protocol="http" bindingInformation=":8080:localhost" />
</bindings>
</site>
<site name="netcore2web" id="2">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="E:\WorkSpace\Csharp\yuzd\AntData.ORM\AntData\Test\netcore2web" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:25730:localhost" />
</bindings>
</site>
<siteDefaults>
<logFile logFormat="W3C" directory="%IIS_USER_HOME%\Logs" />
<traceFailedRequestsLogging directory="%IIS_USER_HOME%\TraceLogFiles" enabled="true" maxLogFileSizeKB="1024" />
Expand Down
6 changes: 5 additions & 1 deletion AntData/.vs/restore.dg
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
#:H:\Csharp\yuzd\AntData\AntData\AntData.core.Test\AntData.core.Test.xproj
#:H:\Csharp\yuzd\AntData\AntData\AntData.ORM\AntData.core.xproj
#:H:\Csharp\yuzd\AntData\AntData\ConsoleApp1\ConsoleApp1.xproj
H:\Csharp\yuzd\AntData\AntData\ConsoleApp1\ConsoleApp1.xproj|H:\Csharp\yuzd\AntData\AntData\AntData.ORM\AntData.core.xproj
#:H:\Csharp\yuzd\AntData\AntData\AntData.DbModels.linux\AntData.DbModels.linux.xproj
H:\Csharp\yuzd\AntData\AntData\AntData.DbModels.linux\AntData.DbModels.linux.xproj|H:\Csharp\yuzd\AntData\AntData\AntData.ORM\AntData.core.xproj
67 changes: 67 additions & 0 deletions AntData/AntData.DbModels.linux/AntData.DbModels.linux.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>AntData.DbModels.linux</AssemblyName>
<PackageId>AntData.DbModels.linux</PackageId>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\AntData.ORM\AntData.ORM.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="Mysql\EntityRobotForMysql.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>EntityRobotForMysql.generated.cs</LastGenOutput>
</None>
<None Update="Oracal\EntityRobotForOracle.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>EntityRobotForOracle.generated.cs</LastGenOutput>
</None>
<None Update="PostgreSQL\EntityRobotForPostgreSQL.tt">
<LastGenOutput>EntityRobotForPostgreSQL.generated.cs</LastGenOutput>
<Generator>TextTemplatingFileGenerator</Generator>
</None>
<None Update="SqlServer\EntityRobotForSqlServer.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>EntityRobotForSqlServer.cs</LastGenOutput>
</None>
</ItemGroup>

<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>

<ItemGroup>
<Compile Update="Mysql\EntityRobotForMysql.generated.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>EntityRobotForMysql.tt</DependentUpon>
</Compile>
<Compile Update="Oracal\EntityRobotForOracle.generated.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>EntityRobotForOracle.tt</DependentUpon>
</Compile>
<Compile Update="PostgreSQL\EntityRobotForPostgreSQL.generated.cs">
<DependentUpon>EntityRobotForPostgreSQL.tt</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</Compile>
<Compile Update="SqlServer\EntityRobotForSqlServer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>EntityRobotForSqlServer.tt</DependentUpon>
</Compile>
</ItemGroup>


</Project>
21 changes: 0 additions & 21 deletions AntData/AntData.DbModels.linux/AntData.DbModels.linux.xproj

This file was deleted.

184 changes: 0 additions & 184 deletions AntData/AntData.DbModels.linux/EntityRobotForMysql.generated.cs

This file was deleted.

Loading