Commit 16d2fd1
committed
refactor(analyzer): standardize error message format in VALUES resolver
Update error messages in resolve_values_types.go to follow
existing error messaging conventions in analyzer:
- Add "VALUES:" prefix to match pattern used in analzyer code files,
such as in assign_update_casts.go (UPDATE:) and in
assign_insert_casts.go (INSERT:)
- Also fix return value of n to nil when returning error
Refs: #16481 parent 0157795 commit 16d2fd1
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments