minodisk / bigquery-runner

An extension to query BigQuery directly and view the results in VSCode.
https://marketplace.visualstudio.com/items?itemName=minodisk.bigquery-runner
Apache License 2.0
44 stars 8 forks source link

Ignore query parameter triggers ('?' and '@') in certain strings #29

Closed Rock-it-science closed 2 years ago

Rock-it-science commented 2 years ago

I am a new user of this extension and have been loving it so far, but have noticed that the query parameter feature causes issues for strings (regex strings for example) where '@' and '?' should remain as those characters, and not trigger query parameters. Thanks!

Rock-it-science commented 2 years ago

If anyone else has this issue, a temporary solution is to use v1.0.0 which was before the query parameter feature was added.

minodisk commented 2 years ago

@Rock-it-science

Thanks for reporting back! I've fixed the parser for the two cases listed below and released it as v1.12.3, so please give it a try. If it's not fixed in your case or if you find other cases of mistakes, please let me know 😄

Rock-it-science commented 2 years ago

Looks like this fixed my issue, thank you!