mysqljs / sqlstring

Simple SQL escape and format for MySQL
MIT License
403 stars 78 forks source link

Simpler implementation of SqlString.escapeId for array #51

Closed michaelkruglos closed 4 years ago

michaelkruglos commented 4 years ago

Simpler implementation of SqlString.escapeId for array

dougwilson commented 4 years ago

Thank you, though it was changed from that previously due to this implementation being more performant.

If you can provide a benchmark showing otherwise I would be happy to reopen :) !