AlexLEWIS
							
						 
					 | 
					
						
						
							
						
						902f1e45f1
					 | 
					
						
						
							
							Add English comments.
						
						
						
						
						
						
					 | 
					
						2021-08-08 22:26:10 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								AlexLEWIS
							
						 
					 | 
					
						
						
							
						
						6789c3f3ee
					 | 
					
						
						
							
							Add English comments.
						
						
						
						
						
						
					 | 
					
						2021-08-06 17:23:52 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								AlexLEWIS
							
						 
					 | 
					
						
						
							
						
						73d2bfc680
					 | 
					
						
						
							
							Code cleanup.
						
						
						
						
						
						
					 | 
					
						2021-08-06 17:07:36 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								AlexLEWIS
							
						 
					 | 
					
						
						
							
						
						5dd8210653
					 | 
					
						
						
							
							Code cleanup.
						
						
						
						
						
						
					 | 
					
						2021-08-06 16:55:44 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								IGeekFan
							
						 
					 | 
					
						
						
							
						
						6e5ef1e090
					 | 
					
						
						
							
							Fix Exception Message
						
						
						
						
						
						
					 | 
					
						2021-07-30 10:05:56 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								IGeekFan
							
						 
					 | 
					
						
						
							
						
						843b165cfb
					 | 
					
						
						
							
							Merge pull request #822 from DMKun/patch-1
						
						
						
						
						
						
						
						修复数据库默认值为'\'等转义字符导致生成的实体无法通过编译bug 
						
						
					 | 
					
						2021-07-19 19:13:48 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						5213bd0224
					 | 
					
						
						
							
							- 修改 MERGE INTO 别名与 SQL 关键字冲突的 bug;#816
						
						
						
						
						
						
					 | 
					
						2021-07-16 00:47:29 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								DMKun
							
						 
					 | 
					
						
						
							
						
						ebd962b827
					 | 
					
						
						
							
							修复数据库默认值为'\'等转义字符导致生成的实体无法通过编译bug
						
						
						
						
						
						
						
						生成的字符串格式多一个@符,在模板文件中无法判定当前生成的字段为string类型,因此修改代码实现修复转义字符bug
[JsonProperty, Column(DbType = "NVARCHAR", IsPrimary = true, IsNullable = false)]
public string syscfg_ID { get; set; } = @"";
						
						
					 | 
					
						2021-07-15 00:33:04 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						d00273ca77
					 | 
					
						
						
							
							Merge branch 'master' of https://github.com/dotnetcore/FreeSql
						
						
						
						
						
						
					 | 
					
						2021-07-06 18:51:01 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						def3ebdeff
					 | 
					
						
						
							
							- 修复 ISelect.AsTable 后 .ToUpdate/ToDelete 无效的 bug;#815
						
						
						
						
						
						
					 | 
					
						2021-07-06 00:26:16 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								IGeekFan
							
						 
					 | 
					
						
						
							
						
						7af0707f7a
					 | 
					
						
						
							
							fix docfx 部署无效
						
						
						
						
						
						
					 | 
					
						2021-06-21 22:38:57 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								luoyunchong
							
						 
					 | 
					
						
						
							
						
						b6ae46e911
					 | 
					
						
						
							
							#804 fix sqlite where datetime year,month 查不出来数据,Ticks 精度到毫秒,处理Millisecond无值的情况
						
						
						
						
						
						
					 | 
					
						2021-06-20 14:30:08 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								luoyunchong
							
						 
					 | 
					
						
						
							
						
						14e5b41df7
					 | 
					
						
						
							
							#803 fix IgnoreColumns CanUpdate false not work
						
						
						
						
						
						
					 | 
					
						2021-06-19 15:38:20 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								luoyunchong
							
						 
					 | 
					
						
						
							
						
						6414234d15
					 | 
					
						
						
							
							#802  Add Serializable
						
						
						
						
						
						
					 | 
					
						2021-06-18 18:09:52 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						fafa9542b6
					 | 
					
						
						
							
							Merge pull request #795 from jinghongbo/master
						
						
						
						
						
						
						
						Update DamengUtils.cs 
						
						
					 | 
					
						2021-06-11 11:25:29 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								敬洪波
							
						 
					 | 
					
						
						
							
						
						50ba957e27
					 | 
					
						
						
							
							string.Concat 返回 string.Empty
						
						
						
						
						
						
					 | 
					
						2021-06-11 11:22:45 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								jinghongbo
							
						 
					 | 
					
						
						
							
						
						0c7c073e82
					 | 
					
						
						
							
							Update DamengUtils.cs
						
						
						
						
						
						
						
						当 value 等于null 时 string.Concat 返回 "" 
						
						
					 | 
					
						2021-06-11 10:53:46 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						0aa389c118
					 | 
					
						
						
							
							Merge pull request #792 from jinghongbo/master
						
						
						
						
						
						
						
						解决 AsType 相同表不同类型错误 
						
						
					 | 
					
						2021-06-09 12:12:12 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								jinghongbo
							
						 
					 | 
					
						
						
							
						
						e8941be89e
					 | 
					
						
						
							
							解决 AsType 相同表不同类型错误
						
						
						
						
						
						
						
						https://github.com/dotnetcore/FreeSql/issues/791 
						
						
					 | 
					
						2021-06-09 11:16:30 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						4c8aa6ba0d
					 | 
					
						
						
							
							2.5.200
						
						
						
						
						
						
					 | 
					
						2021-06-05 15:16:09 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						a3eedb97b7
					 | 
					
						
						
							
							2.5.200
						
						
						
						
						
						
					 | 
					
						2021-06-05 15:16:03 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						0a8ac24356
					 | 
					
						
						
							
							v2.5.200 #709
						
						
						
						
						
						
					 | 
					
						2021-06-05 14:56:13 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						092bbe47dd
					 | 
					
						
						
							
							- 修复 Repository/DbContext 批量修改可能无效的 bug;#709
						
						
						
						
						
						
					 | 
					
						2021-06-05 14:52:02 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								luoyunchong
							
						 
					 | 
					
						
						
							
						
						82c9d1e12a
					 | 
					
						
						
							
							#783 fix ExecuteMySqlBulkCopyAsync .net core 3.1 Method not found
						
						
						
						
						
						
					 | 
					
						2021-06-01 19:42:19 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								luoyunchong
							
						 
					 | 
					
						
						
							
						
						ea8d0bb58c
					 | 
					
						
						
							
							Merge branch 'master' of github.com:dotnetcore/FreeSql
						
						
						
						
						
						
					 | 
					
						2021-05-20 22:07:10 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								luoyunchong
							
						 
					 | 
					
						
						
							
						
						7a1cb6ed15
					 | 
					
						
						
							
							#774 fix sqlite AddMinutes seconds->minutes
						
						
						
						
						
						
					 | 
					
						2021-05-20 22:06:48 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								luoyunchong
							
						 
					 | 
					
						
						
							
						
						c5c026ef9a
					 | 
					
						
						
							
							Update:Feture To Bug
						
						
						
						
						
						
					 | 
					
						2021-05-18 20:32:57 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								luoyunchong
							
						 
					 | 
					
						
						
							
						
						c217eca702
					 | 
					
						
						
							
							add issues template
						
						
						
						
						
						
					 | 
					
						2021-05-18 20:31:13 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								luoyunchong
							
						 
					 | 
					
						
						
							
						
						4f1783e805
					 | 
					
						
						
							
							# 679 support sourcelink
						
						
						
						
						
						
					 | 
					
						2021-05-10 23:47:30 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						2b982ff350
					 | 
					
						
						
							
							v2.5.100 #760 #739 #754
						
						
						
						
						
						
					 | 
					
						2021-05-07 23:04:59 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						8f68b2bcd5
					 | 
					
						
						
							
							- 修复 IncludeMany + AsTreeCte 不能组合使用的问题;#760
						
						
						
						
						
						
					 | 
					
						2021-05-07 22:48:03 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						86088ed2c3
					 | 
					
						
						
							
							Merge branch 'master' of https://github.com/dotnetcore/FreeSql
						
						
						
						
						
						
					 | 
					
						2021-04-28 18:04:12 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						b1d6809990
					 | 
					
						
						
							
							- 修复 IUpdate.SetDto bug;#754
						
						
						
						
						
						
					 | 
					
						2021-04-28 17:54:25 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								IGeekFan
							
						 
					 | 
					
						
						
							
						
						4d82e18993
					 | 
					
						
						
							
							Update docfx.yml
						
						
						
						
						
						
					 | 
					
						2021-04-22 12:21:09 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						dabc95ae32
					 | 
					
						
						
							
							Merge pull request #747 from hd2y/master
						
						
						
						
						
						
						
						修复 pgsql 中 hstore 中 value 错误赋值为 key 的问题,并允许 value 值为 NULL。 
						
						
					 | 
					
						2021-04-22 11:50:10 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								John Sun
							
						 
					 | 
					
						
						
							
						
						ded2883333
					 | 
					
						
						
							
							修复 pgsql 中 hstore 中 value 错误赋值为 key 的问题,并允许 value 值为 NULL。
						
						
						
						
						
						
					 | 
					
						2021-04-22 11:32:49 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						db701f006a
					 | 
					
						
						
							
							Merge branch 'master' of https://github.com/dotnetcore/FreeSql
						
						
						
						
						
						
					 | 
					
						2021-04-19 04:32:27 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						7a33511d61
					 | 
					
						
						
							
							- 修复 Ado.CommandFluent 存储过程参数化问题;#739
						
						
						
						
						
						
					 | 
					
						2021-04-19 04:24:52 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								IGeekFan
							
						 
					 | 
					
						
						
							
						
						7206d39417
					 | 
					
						
						
							
							Update docfx.yml
						
						
						
						
						
						
					 | 
					
						2021-04-10 21:56:53 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								IGeekFan
							
						 
					 | 
					
						
						
							
						
						e6fd68206e
					 | 
					
						
						
							
							Update docfx.yml
						
						
						
						
						
						
					 | 
					
						2021-04-10 20:54:04 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								luoyunchong
							
						 
					 | 
					
						
						
							
						
						ad40c8adb4
					 | 
					
						
						
							
							fix Examples 编译问题
						
						
						
						
						
						
					 | 
					
						2021-04-10 20:47:33 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								luoyunchong
							
						 
					 | 
					
						
						
							
						
						28559066d3
					 | 
					
						
						
							
							Merge branch 'master' of github.com:dotnetcore/FreeSql
						
						
						
						
						
						
					 | 
					
						2021-04-10 20:28:16 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								luoyunchong
							
						 
					 | 
					
						
						
							
						
						1afcd22fab
					 | 
					
						
						
							
							add docfx support
						
						
						
						
						
						
					 | 
					
						2021-04-10 20:27:52 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Eternity
							
						 
					 | 
					
						
						
							
						
						540f2251b3
					 | 
					
						
						
							
							Merge pull request #729 from KaneLeung/master
						
						
						
						
						
						
						
						🚀增加分页模型分页及示例 
						
						
					 | 
					
						2021-04-06 19:13:18 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								IGeekFan
							
						 
					 | 
					
						
						
							
						
						847cc7838c
					 | 
					
						
						
							
							Merge pull request #724 from jianxuanbing/master
						
						
						
						
						
						
						
						fix: 修复byte[]类型的乐观锁初始化问题 
						
						
					 | 
					
						2021-03-30 06:26:54 -08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								KaneLeung
							
						 
					 | 
					
						
						
							
						
						f2a22aa895
					 | 
					
						
						
							
							🚀补充ISelectGrouping的分页模型分页方法
						
						
						
						
						
						
					 | 
					
						2021-03-30 11:45:59 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								KaneLeung
							
						 
					 | 
					
						
						
							
						
						0002cec8b4
					 | 
					
						
						
							
							🚀增加分页模型分页及示例
						
						
						
						
						
						
					 | 
					
						2021-03-30 11:11:59 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								jian玄冰
							
						 
					 | 
					
						
						
							
						
						b6b9281f71
					 | 
					
						
						
							
							fix: 修复byte[]类型的乐观锁初始化问题
						
						
						
						
						
						
					 | 
					
						2021-03-23 16:50:29 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						cad97b37ba
					 | 
					
						
						
							
							Update README.zh-CN.md
						
						
						
						
						
						
					 | 
					
						2021-03-11 21:38:55 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								2881099
							
						 
					 | 
					
						
						
							
						
						0f67763882
					 | 
					
						
						
							
							Update README.md
						
						
						
						
						
						
					 | 
					
						2021-03-11 21:38:07 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
						
					 |