Releases: yuanrui/CodeGenerator
Releases · yuanrui/CodeGenerator
AutoCode-v1.2.250416
更新说明:
- MySQL 数据库驱动由 MySql.Data 切换到 MySqlConnector.
- 优化 MySQL 模板,修复数据库模式信息获取问题。
- 修复 MySQL LongText 类型长度溢出问题。
- 修复应用配置读取错误。
- 添加 MySQL 数据库类型支持,新增命名空间。
- 修复多行记录中复合主键查询问题。
- C# 公共运行时升级到 .NET 7.0
Release Notes:
- Migrating MySQL database driver from MySql.Data to MySqlConnector.
- Optimized MySQL templates and fixed database schema information retrieval issues.
- Resolved the length overflow issue with MySQL LongText data type.
- Fixed application configuration reading errors.
- Added MySQL database type support and introduced new namespace.
- Corrected composite primary key query issues in multi-row records.
- Upgraded C# common runtime to .NET 7.0
AutoCode-v1.1.200715
更新说明:
- 添加配置数据库连接功能。
- 更新Oracle、SQLite、Thrift到最新版本。
- 修改界面显示。
Release Notes:
- Add configuration database connection feature.
- Update Oracle, SQLite and Thrift to the latest versions.
- Modify the UI display.
AutoCode-v1.0.190703
发布说明:
- 第一次发布。
- 环境依赖:.Net Framework 4.0
- 数据源支持:Sql Server, Oracle, Sqlite, MySql. 需要在Config/db.config设置数据库连接配置。
- 代码生成基于T4模板,定制化程度高。
Release Notes:
- First release.
- Depend on .Net Framework 4.0
- Data source: Sql Server, Oracle, Sqlite, MySql. Before run should set Config/db.config database connection string.
- Code generator template base on T4, support customization.