ygrek / sqlgg

SQL Guided (code) Generator
https://ygrek.org/p/sqlgg/
GNU General Public License v2.0
62 stars 20 forks source link

AVG() columns are treated as integers #26

Closed jorisgio closed 9 years ago

jorisgio commented 9 years ago

When taking the average of an integer column, tries to parse it as an integer instead of a float.