erikgrinaker / toydb

Distributed SQL database in Rust, written as an educational project
Apache License 2.0
6.12k stars 564 forks source link

bug: 'select *' and 'group by' can't be used in same time #54

Closed BingCoke closed 2 months ago

BingCoke commented 1 year ago

select from table; select from table group by field; These query sql will get same result.Because the second sql been misidentified as "select * from table".

erikgrinaker commented 2 months ago

Thanks! This was addressed in c696b1ea90743efaccdc6624f826161d0b8590e2.