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-29 14:12:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
FreeSql.Tests
/
FreeSql.Tests
/
PostgreSQL
History
28810
78fded3f8e
- 增加 IndexAttribute 特性,自动迁移索引,以及对应的 FluentApi 方法;
...
- 移除 ColumnAttribute.Unique 属性设置,改为 IndexAttribute 特性设置唯一键;
2019-10-03 04:31:04 +08:00
..
Curd
- 修复 AsTable 不受 UseSyncStructureToLower/ToUpper 设置的 bug;#89
2019-09-09 19:02:38 +08:00
MapType
- 优化 MapType DateTime/DateTimeOffset 类型转换互通;
2019-09-06 16:07:28 +08:00
PostgreSQLAdo
## v0.9.18
2019-09-21 00:48:34 +08:00
PostgreSQLExpression
- 修复 Pgsql string[] 属性表达式 Contains 缺少类型转换的 SQL 语法错误;
2019-09-24 21:54:43 +08:00
PostgreSQLAopTest.cs
- 调整 Aop.AuditValue 单元测试;
2019-08-25 18:21:58 +08:00
PostgreSQLCodeFirstTest.cs
- 增加 IndexAttribute 特性,自动迁移索引,以及对应的 FluentApi 方法;
2019-10-03 04:31:04 +08:00
PostgreSQLDbFirstTest.cs
源代码改用vs默认格式化
2019-06-27 09:40:35 +08:00