39
39
"""Wrapper around pg.escape_string. Escapes the string for use in SQL, and
40
40
also quotes it to make sure that every string used in a query is quoted.
42
44
# "E'" is postgres's way of making "escape" strings.
43
45
# Such strings allow backslashes to escape things. Since escape_string