You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded pglast from v3 to v6. They removed their Node wrapper in v4. We should check whether the semantics remain the same, especially around previous usages of traverse.
This PR modifies extract_aliases() to ignore the names of views that
only appear in a CREATE VIEW statement.
These semantics were part of the old extract_aliases() function back
when we were using pglast 3.8.
When we migrated to pglast 6.2, we fixed all errors from the version
change except for the one in this PR.
Thus, this PR completes the migration.
Fix#8.
I upgraded pglast from v3 to v6. They removed their Node wrapper in v4. We should check whether the semantics remain the same, especially around previous usages of
traverse
.Commit: 68e10e3
The text was updated successfully, but these errors were encountered: