Carter Harrison
Results
2
issues of
Carter Harrison
Fixed casting to an int, mentioned in https://github.com/xwb1989/sqlparser/issues/40 ```sql select * from S3Object where cast(age AS int) > 12 ``` One can use `go get github.com/carterharrison/sqlparser` for current fix.