- perf: remove outdated array pattern
- Fix incorrectly replacing non-placeholders in SQL
- Add
.toSqlString()escape overriding - Add
rawmethod to wrap raw strings for escape overriding - Small performance improvement on
escapeId
- Escape invalid
Dateobjects asNULL
- 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
mysqlmodule changes - Support Node.js 0.6.x
- Support Node.js 0.8.x
- Initial release