Skip to content

[FEATURE] Dollar quoted strings in PostgreSQL identified as columns #2267

@tomershay

Description

@tomershay

Dollar quoted strings are identified as Column instead of StringValue.

This is PostgreSQL-only syntax: dollar-quoted strings ($$...$$) let users write multi-line strings with quotes and backslashes, without escaping.

Since this is PostgreSQL-specific syntax, it may not be a priority to implement, but I’m raising it here to start a discussion.

SELECT $$this is a string$$, test, 'text' FROM tbl;

Screenshot from the interactive demo:

Image

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions