- Fix escaping
Date
objects from foreign isolates
- perf: remove outdated array pattern
- 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 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
mysql
module changes - Support Node.js 0.6.x
- Support Node.js 0.8.x
- Initial release