dmanjunath / node-redshift

A simple collection of tools to help you get started with Amazon Redshift from node.js
69 stars 48 forks source link

orm is not escaping my column names #32

Open ghost opened 4 years ago

ghost commented 4 years ago

I get syntax errors with for example:

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

Is there a workaround?