Commit b54729e
committed
Fix CI failures: enum string formatting and query test expectations
- Fix ErrInvalidType formatting issue in enum.go - use fmt.Sprintf for type
- Fix query test expectations: INSERT returns OkResult, not empty rows
- Address multiple CI test failures with enum zero handling1 parent be403bb commit b54729e
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9058 | 9058 | | |
9059 | 9059 | | |
9060 | 9060 | | |
9061 | | - | |
| 9061 | + | |
9062 | 9062 | | |
9063 | 9063 | | |
9064 | 9064 | | |
| |||
9079 | 9079 | | |
9080 | 9080 | | |
9081 | 9081 | | |
9082 | | - | |
| 9082 | + | |
9083 | 9083 | | |
9084 | 9084 | | |
9085 | 9085 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
83 | | - | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
0 commit comments