Hi,
I'm trying to extract all SQL identifiers (table and column references) from a given statement including the context of the references (SELECT, WHERE, GROUP, ORDER, etc.) but wasn't overly successful with sqlparse.
This has been tested against eebde5b6a80ec34089acd8f7422f0a621918e6f5 of sqlparse (16th Jan).
Am I holding sqlparse wrong or is reliable identifier extraction something which isn't feasible in it's current state?
best,
Michael