Unverified Commit 5d0589f3 authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Fix escaping double-quotes in SQL identifiers. (#434)

* Fix escaping double-quotes in SQL identifiers.

When double-quoting SQL identifiers, any double-quote that is part of the
name should be doubled. Now, rather than implementing that ourselves yet
again in the C code, use format('%I', relname) as relname in the SQL
queries.

* Fix bugs.

* Update test files, the transform output has changed.
parent ca6130b9
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