Top 20 NuGet Packages depending on Wunion.DataAdapter.NetCore
Total dependencies: 5
Wunion.DataAdapter.NetCore 的实体查询支持库.
配套代码生成器:WdaEntityGenerator
1.0.3 更新说明 (Update Description) :
增加连接池支持,并优化生成的查询命令.
Increase connection pool support and optimize the generated query commands
Wunion.DataAdapter.NetCore 的 Microsoft SQL Server 2008 R2 SP3及以上版本数据库支持包。
1.0.4更新说明(Update Logs)
1. 新增 Create Table命令构建器的 SQL Server 解释器实现.
2. 新增 DropTable 及 TableExists 方法.
1. Add SQL Server interpreter implementation of the create table command builder.
2. Add DropTable and TableExists methods...
Wunion.DataAdapter.NetCore 的 SQLite 数据库支持包。
PostgreSQL database support package for Wunion.DataAdapter
1. 修复删除表时自增长序列未清零的问题.
Fix the bug that the auto-increment is not cleared when the table is deleted.
Wunion.DataAdapter 的 PostgreSQL 数据库支持包。
PostgreSQL database support package for Wunion.DataAdapter
1. 修复 TableBuildParser 的默认值解析错误的问题.
Fix default value parsing error for TableBuildParser.
Wunion.DataAdapter.NetCore 的 MySQL 数据库支持包。
MySQL database support package for Wunion.DataAdapter
1. 修复 TableBuildParser 在无自动增长字段时报错的问题
Fix TableBuildParser error when there is no AUTO_INCREMENT field