olivierphi / Node-DBI

A SQL database abstraction layer strongly inspired by the PHP Zend Framework Zend_Db API, with support of multiple Node.js database engines
https://github.com/DrBenton/Node-DBI
93 stars 22 forks source link

use the escapeField function when doing .insert or .update #24

Closed rubensayshi closed 9 years ago

rubensayshi commented 10 years ago

I can't see of a reason why this wasn't used before, so I added it ;-)

rubensayshi commented 9 years ago

@DrBenton do you want this or should it be closed?

olivierphi commented 9 years ago

Merged! Thank you :-)