macbre / sql-metadata

Uses tokenized query returned by python-sqlparse and generates query metadata
https://pypi.python.org/pypi/sql-metadata
MIT License
763 stars 120 forks source link

Support for Oracle SQL Queries #487

Open absognety opened 2 months ago

absognety commented 2 months ago

Hi, I would like to know whether this python library is currently supporting Oracle based SQL query syntaxes? More appropriately, following is the version information

Oracle Database 19c Enterprise Edition Release 19.0.0.0.0

Thank you in advance!!

absognety commented 2 months ago

@macbre Please clarify my doubt above?

macbre commented 1 month ago

The library does support basic SQL syntax. You'd need to provide some examples of the custom Oracle SQL queries.