|
|
cb26931378
|
ci(docker-services): change chinese printing message to english (#4599)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-09 16:04:41 +08:00 |
|
|
|
c5778127b1
|
fix(contrib/drivers): resolve field duplication issue when same table/column names exist across different MySQL/MariaDB databases (#4577)
当不同数据库存在相同表名和相同字段名, 并且该字段存在约束时, 例如字段类型是JSON, 会出现字段叠加. 导致访问数据库时, 出现数组越界.
---------
Co-authored-by: hailaz <739476267@qq.com>
|
2026-01-07 17:32:16 +08:00 |
|
|
|
48845c3473
|
fix(contrib/drivers/mssql): update tables SQL query for better compatibility (#4170)
修复gf gen在sqlserver上的异常问题:
1. https://github.com/gogf/gf/issues/1722
2. https://github.com/gogf/gf/issues/1761
```powershell
> gf gen dao
fetching tables failed: SELECT NAME FROM SYSOBJECTS WHERE XTYPE='U' AND STATUS >= 0 ORDER BY NAME: mssql: 对象名
'SYSOBJECTS' 无效。
1. SELECT NAME FROM SYSOBJECTS WHERE XTYPE='U' AND STATUS >= 0 ORDER BY NAME
2. mssql: 对象名 'SYSOBJECTS' 无效。
```
在SqlServer 2022已测试通过:

---------
Co-authored-by: hailaz <739476267@qq.com>
|
2025-12-03 23:42:16 +08:00 |
|
|
|
132a5ab9a3
|
feat(container/gmap): add generic map feature (#4484)
add hash kvmap and let other hash map base on it.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: hailaz <739476267@qq.com>
|
2025-11-28 21:41:30 +08:00 |
|
|
|
b57b49ecca
|
fix(ci): Free Disk Space (#4529)
改用新的方法,清理其他不必要的目录以获取更多可用空间
|
2025-11-27 16:47:10 +08:00 |
|
|
|
cdead46c79
|
fix(ci): update script permissions and add docker cleanup functionality (#4523)
|
2025-11-25 14:55:56 +08:00 |
|
|
|
54453c8e8f
|
fix(ci): add cache cleaning step to prevent 'no space left on device' errors (#4513)
修复ci runner免费的磁盘空间不足导致无法完成单元测试的问题
1. 移动example单测到ci sub中
2. 使用go clean -cache清理避免短期内再次出现空间不足的问题
|
2025-11-19 12:54:51 +08:00 |
|
|
|
5073f25691
|
chore: chmod +x update_version.sh (#4413)
|
2025-09-03 10:36:56 +08:00 |
|
|
|
40e97f1325
|
fix: #4269 (#4412)
fixed #4269
|
2025-09-02 22:49:05 +08:00 |
|
|
|
4262aa254d
|
chore(deps): Update dependent versions to enhance compatibility and security (#4380)
#4344
---------
Co-authored-by: houseme <housemecn@gmail.com>
|
2025-08-23 14:53:49 +08:00 |
|
|
|
029f324c5c
|
feat: version v2.9.0-beta (#4189)
|
2025-03-09 22:31:20 +08:00 |
|