We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9826e02 commit d65fedcCopy full SHA for d65fedc
1 file changed
README.md
@@ -49,11 +49,13 @@ print(select_query.query)
49
```
50
51
## Limitations
52
+All the implemented libraries can validate SQL, split queries and parse using antrl4's listeners.
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.
+Listeners are partially implemented, which means that we can only parse:
+
+* Create table statements: table name, schema, and 'with' options
57
58
+If more metadata is needed, it can be requested in a new issue.
59
60
New features should preferably be implemented in all available targets.
61
0 commit comments