Lets replace the sqlparse with a parser generated from the CrateDB antlr grammar (e.g. cratedb-sqlparse), to ensure it supports our SQL dialect.
See https://github.com/antlr/antlr4/blob/4.6/doc/python-target.md
Originally posted by @mfussenegger in #432 (review)