Skip to content
  • eileencodes's avatar
    9e7037f1
    Combine aliased_table_for and aliased_name_for · 9e7037f1
    eileencodes authored
    This refactoring reduces the number of conditionals needed to build
    `aliased_table_for` and removes `aliased_name_for` because it's no
    longer necessary.
    
    `aliased_name_for` was also used in `JoinDependency#initialize` so
    that was replaced with `aliased_table_for` as well.
    9e7037f1
    Combine aliased_table_for and aliased_name_for
    eileencodes authored
    This refactoring reduces the number of conditionals needed to build
    `aliased_table_for` and removes `aliased_name_for` because it's no
    longer necessary.
    
    `aliased_name_for` was also used in `JoinDependency#initialize` so
    that was replaced with `aliased_table_for` as well.
Loading