Skip to content

Releases: WeihanLi/DbTool

3.0.0

24 Nov 05:52
Compare
Choose a tag to compare
  • Update to .NET 8
  • Support C# 12 features

Full Changelog: 2.3.0...3.0.0

DbTool 2.3.0

28 May 08:33
Compare
Choose a tag to compare

CodeFirst 优化

Full Changelog: 2.2.0...2.3.0

DbTool 2.2.0

10 May 15:41
Compare
Choose a tag to compare

What's Changed

  • add load control by @JusterZhu in #29
  • add loading when the task is executing, great thanks for @JusterZhu 's contribution

New Contributors

Full Changelog: 2.1.0...2.2.0

DbTool 2.1.0

07 May 16:14
Compare
Choose a tag to compare

DbTool 2.0.0

22 Apr 02:07
Compare
Choose a tag to compare
  • Add support for global using, nullable reference types, file-scoped namespace, fixes #23
  • Add CsvDbDocExporter and CsvDbDocImporter
  • Fixes bug #27

1.6.1

05 Dec 09:12
Compare
Choose a tag to compare
  • Add support for DbFirst select all tables, fixes #25

1.6.0

04 Dec 10:57
Compare
Choose a tag to compare
  • Update to .NET 6
  • Fix some MySql type support bug

DbTool 1.5.3

23 Jul 16:01
Compare
Choose a tag to compare
  • SqlServer Provider table schema bug fix
  • SqlServer Provider column query statement enhancement for a composite primary key, #21
  • PostgreSQL Provider Int8 data type bug fix, #22
  • Display table name with the schema

DbTool 1.5.0

27 Mar 06:05
Compare
Choose a tag to compare
  • 实现动态的数据库文档导入,根据 model 文件生成数据库表信息,支持其他语言
  • 支持新的数据库 PostgreSql

DbTool 1.3.1

29 Mar 04:41
Compare
Choose a tag to compare
  • DbFirst 增加 DbType 的选择,可以不修改默认数据库类型,修改要连接的数据库类型