Commit aa6b682
fix: INTO clause in CREATE EXTERNAL ENTITIES not routing to target module
Single-part module names like INTO Integration were parsed as a
qualifiedName with Module="" and Name="Integration". The visitor
extracted .Module (empty) instead of .Name. Now correctly handles
single-part qualified names.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 3aeb814 commit aa6b682
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
217 | 224 | | |
218 | | - | |
219 | | - | |
220 | 225 | | |
221 | 226 | | |
222 | 227 | | |
| |||
0 commit comments