mindsdb / dfsql

SQL interface to Pandas
GNU General Public License v3.0
51 stars 9 forks source link

Aliasing a column that is used in WHERE silently produces wrong output #33

Closed btseytlin closed 3 years ago

btseytlin commented 3 years ago

Query:

SELECT passenger_id, titanic.survived as ts FROM titanic WHERE titanic.survived = 1
btseytlin commented 3 years ago

Resolved in: https://github.com/mindsdb/dfsql/pull/34