Commit 900f728
fix: add GrantStmt method to handle REVOKE EXECUTE ON FUNCTION statements
- Add GrantStmt method to pass objtype context to ObjectWithArgs for proper objfuncargs generation
- Fix original-upstream-create_operator test by correctly handling GrantStmt with OBJECT_FUNCTION objtype
- Ensure REVOKE/GRANT statements on functions get proper objfuncargs transformation
- Progress: multiple key tests now passing including misc-cascades, original-comment, and create_operator
Co-Authored-By: Dan Lynch <[email protected]>1 parent 79d7959 commit 900f728
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
344 | 363 | | |
345 | 364 | | |
346 | 365 | | |
| |||
0 commit comments