IGeekFan
|
e86eb1a29c
|
Merge pull request #856 from wch1618/master
IsGenericTypeDefinition
|
2021-08-19 12:43:51 +08:00 |
|
Zero look
|
35a332c126
|
|
2021-08-19 11:45:05 +08:00 |
|
Zero look
|
74149c51dd
|
|
2021-08-19 11:43:06 +08:00 |
|
Zero look
|
e01e085e80
|
Merge branch 'master' of https://github.com/wch1618/FreeSql
|
2021-08-19 11:39:15 +08:00 |
|
Zero look
|
212dfbbaed
|
原意可能是使用IsGenericTypeDefinition却用了IsGenericType
|
2021-08-19 11:39:00 +08:00 |
|
AlexLEWIS
|
6108b73672
|
Update README.md
|
2021-08-17 22:49:38 +08:00 |
|
2881099
|
0871e40be5
|
Merge pull request #852 from DMKun/master
代码生成器将数据库默认值写入生成cs文件时,将默认值变为转义字符写入。
|
2021-08-16 00:19:48 +08:00 |
|
董放
|
c43602f3a7
|
代码生成器将数据库默认值写入生成cs文件时,将默认值变为转义字符写入。
|
2021-08-14 02:35:47 +08:00 |
|
AlexLEWIS
|
4c4ee1cda9
|
Rename readme.md to README.MD
|
2021-08-12 00:13:34 +08:00 |
|
AlexLEWIS
|
cca4aa08ea
|
Rename README.zh-CN.md to README.zh-CN.MD
|
2021-08-12 00:13:12 +08:00 |
|
AlexLEWIS
|
2fcdf84edb
|
Rename README.zh-CN.md to README.zh-CN.MD
|
2021-08-12 00:12:31 +08:00 |
|
AlexLEWIS
|
cc9182ee6c
|
Rename readme.md to README.MD
|
2021-08-12 00:10:25 +08:00 |
|
IGeekFan
|
aba40362e0
|
Merge pull request #851 from alexinea/master
Add English version of README.MD for FreeSql extension package.
|
2021-08-11 14:34:55 +08:00 |
|
AlexLEWIS
|
f302199e0e
|
Add English version of README.MD
|
2021-08-11 14:06:13 +08:00 |
|
AlexLEWIS
|
907141a57d
|
Add English version of README.MD
|
2021-08-11 14:06:09 +08:00 |
|
AlexLEWIS
|
39ac2d8286
|
Add English comments for JsonMap extension package.
|
2021-08-11 13:38:06 +08:00 |
|
IGeekFan
|
a5b5af4024
|
Merge pull request #849 from alexinea/master
Add English comments for BaseEntity extension package.
|
2021-08-10 23:20:20 +08:00 |
|
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 |
|