Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong table aliases (#1217) #1447

Merged

Commits on Oct 20, 2023

  1. Fix wrong table aliases (activerecord-hackery#1217)

    This simply mirrors ActiveRecord's "deduplication" of joined
    tables, to not use table aliases that are not actually in the
    final query's JOIN clause.
    oneiros authored and deivid-rodriguez committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c9f2344 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    174d026 View commit details
    Browse the repository at this point in the history