Open khattori opened 3 years ago
Totals | |
---|---|
Change from base Build 1288: | 0.0% |
Covered Lines: | 149 |
Relevant Lines: | 149 |
@khattori Thanks for the PR. I'm slightly concerned about all the hoop jumping we are going through to get things properly formatted between '
and %
etc.
I am now convinced we should be using Postgres Dollar Quoting and let the DB handle any issues with the string constants:
https://www.postgresqltutorial.com/dollar-quoted-string-constants/
Let's use $pgcrypto$
as our tag.
Fixes #319