Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sqlparser: Limit nesting of parenthesized exprs
This addresses #767 as well as other situations where there's possibility of indefinite nesting of SQL constructs. There may be other non-aprentheszed constructs that allow nesting, but this fix doesn't address them for now. I've also made a few lint fixes. sql.go is still in violation, but that requires bigger work.
- Loading branch information