databendlabs / bendsql

Databend Native Client
Apache License 2.0
49 stars 26 forks source link

fix: fix ast pretty_statement panic when version different #451

Closed b41sh closed 3 months ago

b41sh commented 3 months ago

Our SQL syntax is constantly changing, if Databend Query and BendSQL use different ast version, the parse_sql function may return error.