-
Hi there, This project looks great for my purposes. I'm looking into creating ASTs from VIEW queries. I have been trying to customize the sourcecode and run tests but it quickly becomes very complex. Could you give me some pointers on where to start customizing? Or do you have any documentation on workflow for example? in tokens.py into mysql.py
I am trying to learn by copying first and running/printing bits and pieces. Would you advise me to stop tinkering with this and look elsewhere, or do you think it is a viable approach? Below is the query that I am trying to parse as a testcase, in case you were curious. Straight from the mysql_sakila sample db. mySQL_statement: str = print(repr(parse_one(mySQL_statement,"mysql"))) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
this was a bit tricky to do properly, i've implemented it in this commit |
Beta Was this translation helpful? Give feedback.
this was a bit tricky to do properly, i've implemented it in this commit
49a4099