Skip to content

Commit d65fedc

Browse files
committed
Update limitations section in README.md
1 parent 9826e02 commit d65fedc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

5860
New features should preferably be implemented in all available targets.
5961

0 commit comments

Comments
 (0)