This website requires JavaScript.
Explore
Help
Register
Sign In
tk
/
FreeSql
Watch
1
Star
0
Fork
0
You've already forked FreeSql
mirror of
https://github.com/nsnail/FreeSql.git
synced
2025-04-23 03:02:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
FreeSql.Tests
/
FreeSql.Tests
/
Firebird
History
2881099
e61a50c7ca
- 优化 DbFirst 模式长内容未设置 StringLength = -1 写入问题;
2020-12-02 10:36:27 +08:00
..
Curd
- 增加 ISelect.InsertInto 将查询转换为 INSERT INTO t1 SELECT ... FROM t2 执行插入;#469
2020-10-16 22:01:00 +08:00
ExtensionsAdo
- 增加 IN 参数扩展 where id in @ids;#560
2020-11-24 00:17:12 +08:00
FirebirdExpression
- 增加 Firebird string.Join + ToList 表达式解析,实现与 MySql group_concat 相同的效果 #443;
2020-09-13 01:09:02 +08:00
MapType
- 增加 FreeSql.Provider.Firebird 数据库实现 #443;
2020-09-12 05:46:53 +08:00
FirebirdAopTest.cs
- 增加 FreeSql.Provider.Firebird 数据库实现 #443;
2020-09-12 05:46:53 +08:00
FirebirdCodeFirstTest.cs
- 优化 DbFirst 模式长内容未设置 StringLength = -1 写入问题;
2020-12-02 10:36:27 +08:00
FirebirdDbFirstTest.cs
- 修复 FreeSql.DbContext 对同一实体重复 Update,第二次无效的 Bug;
2020-09-14 11:33:20 +08:00