File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,13 @@ print(select_query.query)
4949```
5050
5151## Limitations
52+ All the implemented libraries can validate SQL, split queries and parse using antrl4's listeners.
5253
53- Listeners are not implemented, which means that you can only: Validate SQL syntax,
54- split queries and get some Tokens metadata from
55- the query, if you need some more information like what https://github.com/macbre/sql-metadata does (
56- e.g. get the columns of this query) open a new issue.
54+ Listeners are partially implemented, which means that we can only parse:
55+
56+ * Create table statements: table name, schema, and 'with' options
57+
58+ If more metadata is needed, it can be requested in a new issue.
5759
5860New features should preferably be implemented in all available targets.
5961
You can’t perform that action at this time.
0 commit comments