- Fix incorrectly replacing non-placeholders in SQL
- Add
.toSqlString()
escape overriding
- Add
raw
method to wrap raw strings for escape overriding
- Small performance improvement on
escapeId
- Escape invalid
Date
objects as NULL
- Accept numbers and other value types in
escapeId
- Run
buffer.toString()
through escaping
- Fix npm package to include missing
lib/
directory
- Bring repository up-to-date with
mysql
module changes
- Support Node.js 0.6.x