dresende / node-sql-query

NodeJS SQL query builder
122 stars 103 forks source link

Expose Query.escape #21

Closed dxg closed 11 years ago

dxg commented 11 years ago

For https://github.com/dresende/node-orm2/issues/304

dresende commented 11 years ago

What do you think about having ?? as an ID and ? as a value? The escapeQuery could look for both and replace them :)

dxg commented 11 years ago

I think that's resonable. I'll update.