crate / cratedb-sqlparse

Parsing utilities to validate and split SQL statements for CrateDB.
Apache License 2.0
4 stars 1 forks source link

Add readme, modify setup_grammar.py to show proper usage. #7

Closed surister closed 2 months ago

surister commented 2 months ago

Summary of the changes / Why this is an improvement

Checklist

surister commented 2 months ago

Thanks. Using active voice would be cool for docs and prose on future occasions. Here, this can also happen on a subsequent iteration.

Thanks, I re-pushed a new version, hopefully it's better now.

amotl commented 2 months ago

Excellent. 💯

assert wordcount("we") == 0

Thank you so much.