Closed groupsky closed 10 years ago
Cheers, that is great I will merge and test it later when I am at my main machine, thanks for the effort, I currently do not have a rigid acceptance process of pull requests (life on the edge I know!) so if it works I will produce a new build when I get a moment.
I need to get a build server setup so I can make this process automatic but that will have to wait till I have more time
Anyway thanks and look forward to checking it out! :)
When inferring type of column default is TEXT. I added the core and aggregate functions for which types is known so views like
select sum(val) as sum
will not generate the columnsum
as TEXT, but as FLOAT.I haven't tried the code and haven't uploaded the generated ModelUtil.java file.