-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consolidate loops in
SqlMapRequiredColumnAliasesVisitor
(#1678)
This PR consolidates a couple of loops in `SqlMapRequiredColumnAliasesVisitor` and replaces `.add_alias()` calls with `.add_aliases()` to reduce nesting. There are no logic changes in this PR, and this is mainly to make #1679 a simple change given the complexity in that class. There is some additional consolidation that can be done with other loops, but leaving those out of scope.
- Loading branch information
Showing
1 changed file
with
15 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters