node-redshift
node-redshift copied to clipboard
orm is not escaping my column names
I get syntax errors with for example:
product.create({
url: 'y'.
"Product Name": 'z'
})
Is there a workaround?