Derek Stride
Derek Stride
I wanted to weigh in to say that I'm in favour of this change. > I still don't believe the lack of parentheses is costing us a lot of developer...
@dcopeland I was referring to the PR @gmalette referenced above https://github.com/Shopify/shopify/pull/179085.
That might be possible with a custom release workflow
I'm up for adding it! You interested in writing the PR?
Adding it to the existing behaviour is good
> @DerekStride do you have any ideas? I think we have to create a draft release and upload artifacts to that on push to main. Then it'd be a manual...
This seems like a good change to me, feel free to take this as guidance not the exact behaviour but I would expect a test like this (`tag` should probably...
> The use of quoted_string (rather than dollar_quoted_string) would apply to unwrapping quotes on other quote forms — I don't propose doing that now. Postgresql refers to 'string constants' and...
I do a similar thing but with Ruby e.g. ```ruby sql =
I think you'd have to fork the repo to extend the parser in that way. It's like not too hard, you could just add the curly brace (`{}`) characters to...