Skip to content

Releases: WeihanLi/DbTool

4.0.0

21 Dec 06:21

Choose a tag to compare

  • Update to .NET 10

Full Changelog: 3.0.0...4.0.0

3.0.0

24 Nov 05:52

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

Choose a tag to compare

CodeFirst 优化

Full Changelog: 2.2.0...2.3.0

DbTool 2.2.0

10 May 15:41

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

Choose a tag to compare

DbTool 2.0.0

22 Apr 02:07

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

Choose a tag to compare

  • Add support for DbFirst select all tables, fixes #25

1.6.0

04 Dec 10:57

Choose a tag to compare

  • Update to .NET 6
  • Fix some MySql type support bug

DbTool 1.5.3

23 Jul 16:01

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

Choose a tag to compare

  • 实现动态的数据库文档导入,根据 model 文件生成数据库表信息,支持其他语言
  • 支持新的数据库 PostgreSql