astexplorer icon indicating copy to clipboard operation
astexplorer copied to clipboard

Upgrade sql-parser-cst from 0.5.1 to 0.10.0

Open nene opened this issue 3 years ago • 1 comments

This version brings BigQuery support, so I also added the new language to the dropdown in settings. Plus the syntax tree produced by sql-parser-cst has had some major changes between 0.5 and 0.8 versions.

Normally I would avoid throwing PR-s to AstExplorer for every little upgrade, but this one completely changes how table and column names are represented, making the syntax tree in 0.5 largely incompatible with the one in 0.8.

nene avatar Nov 30 '22 16:11 nene

It's on 0.17.1 with even more dialects supported.

vsviridov avatar Sep 29 '23 03:09 vsviridov