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

Use table alias/name when building date query #9700

Closed
wants to merge 1 commit into from

Commits on Nov 28, 2023

  1. use table alias/name when building date query

    use the received table name & table alias arguments in the `get_sql` function to set those as properties on the Date class.
    
    Then, when building the SQL query, use the alias or name (only if available) to prepend to the column name in the query.
    
    This prevents and fixes the issue described in awesomemotive#9699
    jkudish committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    cbd7f0a View commit details
    Browse the repository at this point in the history