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
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
0 commit comments