-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: Implement "ESCAPE" #23538
Copy link
Copy link
Closed
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)good first issue
Milestone
Metadata
Metadata
Assignees
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)good first issue
FEATURE REQUEST
Please, implement the keyword
ESCAPE, it is used by ORM (like ebean or hibernate) when a LIKE predicate is present.Official PostgreSQL says:
Query sample: