node-redshift icon indicating copy to clipboard operation
node-redshift copied to clipboard

orm is not escaping my column names

Open ghost opened this issue 6 years ago • 0 comments

I get syntax errors with for example:

product.create({
    url: 'y'.
   "Product Name": 'z'
})

Is there a workaround?

ghost avatar Dec 13 '19 03:12 ghost