Aleksandr Cupacenko
Aleksandr Cupacenko
Consider replacing `(\d|_)+` with `[0-9_]+` in the matching pattern to make the regular expression more readable and avoid using in this case redundant logical operator and capturing groups.
Thank you for your feedback. The main reason behind this pull request is to address a compatibility issue introduced in Terraform version 1.10.0 and above concerning how marks are handled...
Hi @koleini, Thank you for your feedback. To ensure that I address your request accurately, I revisited my changes and believe they do not impact the existing SQL statement syntax...
Hi team, I hope everyone is doing well. I wanted to follow up on this pull request submitted on Sep 14. I've made the necessary updates based on the pipeline...
This PR is ready to go, @edsiper.
> Hi @unitmatrix, I reviewed the BNF syntax and looks like it requires further cleaning up, which will take care of it. > > I am just wondering if your...