sqlparser
sqlparser copied to clipboard
Fixed INT in cast. Issue #40
Fixed casting to an int, mentioned in https://github.com/xwb1989/sqlparser/issues/40
select * from S3Object where cast(age AS int) > 12
One can use go get github.com/carterharrison/sqlparser for current fix.
Can merge this?