Maciej Brencz
Maciej Brencz
@sfc-gh-ameimand : can you provide the full query that you're trying to parse?
Thanks for reporting a bug. Agree with you, this should be handled properly. @LanDinh - can you provide an example Postgres query that fails to be parsed correctly by `sql-metadata`?
Thanks, @pro100filipp. Reopened the ticket. Do you have more examples of queries failing to be parsed?
https://dev.mysql.com/doc/refman/8.0/en/create-index.html ```sql CREATE [UNIQUE | FULLTEXT | SPATIAL] INDEX index_name [index_type] ON tbl_name (key_part,...) [index_option] [algorithm_option | lock_option] ... ```
@dependabot recreate
@dependabot recreate
@davlee1972 - thanks! Can you prepare a PR with the fix you've proposed above?
## Football > https://football.fandom.com/wiki/Michael_Owen ``` {{Infobox Biography | playername = Michael Owen | image = [[File:32371 231x264.jpg|150px]] | fullname = Michael James Owen | dateofbirth = {{Birth date and age|1979|12|14|df=y}}...
https://github.com/earwig/mwparserfromhell#usage ```python >>> text = "I has a template! {{foo|bar|baz|eggs=spam}} See it?" >>> wikicode = mwparserfromhell.parse(text) >>> print(wikicode) I has a template! {{foo|bar|baz|eggs=spam}} See it? >>> templates = wikicode.filter_templates() >>>...
Tests are failing with: ``` 2023-09-17T12:10:13.7923577Z 2023/09/17 12:10:13 [notice] 1#1: using boringssl, currently only "ssl_stapling_file" is supported. use it as your own risk 2023-09-17T12:10:13.7928916Z 2023/09/17 12:10:13 [emerg] 1#1: BIO_new_file("/path/to/ocsp.resp") failed...