Unverified Commit 6a94643e authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Fix transform to SQL to escape string values. (#337)

Escape string constants in our SQL files by following the Postgres
documentation about String Constants With C-Style Escapes, see:

  https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-STRINGS

This format helps guarantee that a single SQL statement in our SQL files are
always found on one-line only, which we use in the apply process to avoid
having to actually parse the SQL files.
parent e268fe6d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment