Commit 4a9da3a
Add DropStmt exclusion logic to FunctionParameter method
- Prevent parameter names from being added in DropStmt contexts
- Applied exclusion logic to FunctionParameter method (lines 1117-1123)
- This complements existing exclusion logic in ObjectWithArgs and createFunctionParameterFromTypeName methods
- Still investigating why parameter names persist in some DropStmt test cases
Co-Authored-By: Dan Lynch <[email protected]>1 parent 7124d90 commit 4a9da3a
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1114 | 1114 | | |
1115 | 1115 | | |
1116 | 1116 | | |
1117 | | - | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
1118 | 1124 | | |
1119 | 1125 | | |
1120 | 1126 | | |
| |||
2276 | 2282 | | |
2277 | 2283 | | |
2278 | 2284 | | |
2279 | | - | |
| 2285 | + | |
| 2286 | + | |
| 2287 | + | |
| 2288 | + | |
2280 | 2289 | | |
2281 | 2290 | | |
2282 | 2291 | | |
| |||
0 commit comments