Unverified Commit 04ebb02b authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Fix special characters in SQL queries. (#248)

Instead of escaping the characters at the C code level only, issuing queries
with actual newlines in the query text, arrange to embed escaped characters
in the SQL query text (\n and \r).
parent f280da00
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