darold / pgbadger

A fast PostgreSQL Log Analyzer
http://pgbadger.darold.net/
PostgreSQL License
3.45k stars 348 forks source link

BBO - 2023-10-18 - FIX - single-quoted Windows Network paths tokeniza… #800

Closed bbourgier closed 9 months ago

bbourgier commented 9 months ago

…tion

Do not have single quote disappear from tokenization otherwise strings like: '\some.site.com\folder1\folder2\' get wrongly tokenized into: ( ('\some.site.com),(folder1),(folder2\') ) (related to Windows-convention network paths) Fix consists still in characterizing the \' part but while keeping the quote in the string for proper quote-to-quote string tokenization