odoo/upgrade-util#17

Created by Upgrade, Alvaro Fuentes Suarez (afu)
Merged at 541c4a8bf637ca7efb0b3006c30341b5a4196d16

Statuses:

label
odoo-dev:master-fix_quote_query-afu
head
32ed137cbba354c5f6e7986de93a265c33fad67a
merged
2 years ago by Upgrade, Christophe Simonis (chs)
odoo/upgrade-util
master #17

[FIX] util/snippets: correctly quote table/column in query

One literal column was present which caused issues with uppercase named
columns. Redo the quoting with better tools from psycopg2.