Conversation
Enable support for $$ delimited string literals in the snowflake driver. This enables queries that would otherwise fail, like: select $$Hello 'world';$$;
|
@jmccarv Thanks for the contribution, I'll add to the next release. I was not aware that Snowflake support |
|
@kenshaw Thanks for the quick response! You're right about it not supporting the For giggles I tested I think that's nicer than the current error: |
|
Yeah, I agree -- the goal of |
Enable support for $$ delimited string literals in the snowflake driver.
This enables queries that would otherwise fail, like:
select $$Hello 'world';$$;