Skip to content

Releases: yuanrui/CodeGenerator

AutoCode-v1.2.250416

16 Apr 09:01
Compare
Choose a tag to compare

更新说明:

  1. MySQL 数据库驱动由 MySql.Data 切换到 MySqlConnector.
  2. 优化 MySQL 模板,修复数据库模式信息获取问题。
  3. 修复 MySQL LongText 类型长度溢出问题。
  4. 修复应用配置读取错误。
  5. 添加 MySQL 数据库类型支持,新增命名空间。
  6. 修复多行记录中复合主键查询问题。
  7. C# 公共运行时升级到 .NET 7.0

Release Notes:

  1. Migrating MySQL database driver from MySql.Data to MySqlConnector.
  2. Optimized MySQL templates and fixed database schema information retrieval issues.
  3. Resolved the length overflow issue with MySQL LongText data type.
  4. Fixed application configuration reading errors.
  5. Added MySQL database type support and introduced new namespace.
  6. Corrected composite primary key query issues in multi-row records.
  7. Upgraded C# common runtime to .NET 7.0

AutoCode-v1.1.200715

15 Jul 03:48
Compare
Choose a tag to compare

更新说明:

  1. 添加配置数据库连接功能。
  2. 更新Oracle、SQLite、Thrift到最新版本。
  3. 修改界面显示。

Release Notes:

  1. Add configuration database connection feature.
  2. Update Oracle, SQLite and Thrift to the latest versions.
  3. Modify the UI display.

AutoCode-v1.0.190703

21 Dec 01:00
Compare
Choose a tag to compare

发布说明:

  1. 第一次发布。
  2. 环境依赖:.Net Framework 4.0
  3. 数据源支持:Sql Server, Oracle, Sqlite, MySql. 需要在Config/db.config设置数据库连接配置。
  4. 代码生成基于T4模板,定制化程度高。

Release Notes:

  1. First release.
  2. Depend on .Net Framework 4.0
  3. Data source: Sql Server, Oracle, Sqlite, MySql. Before run should set Config/db.config database connection string.
  4. Code generator template base on T4, support customization.