PostgREST / plmustache

Logic-less templates for Postgres
MIT License
39 stars 1 forks source link

Escape the single quote #14

Open steve-chavez opened 9 months ago

steve-chavez commented 9 months ago

Problem

The single quote ' should be escaped. This is not on the mustache spec but most implementations have it. Also the mustache spec maintainers are open to add this restriction. See https://github.com/mustache/spec/issues/69.

Solution

Patch https://gitlab.com/jobol/mustach to escape the single quote to '.