不要怂,就是干,撸起袖子干!

Commit d4d1b11f by Meg Sharkey

version

1 parent ec6b1206
Showing with 2 additions and 1 deletions
......@@ -66,6 +66,7 @@ Model.prototype.save = function() {
eventEmitter.emit('success', obj)
})
.on('failure', function(err) { eventEmitter.emit('failure', err) })
.on('sql', function(sql) { eventEmitter.emit('sql', sql) })
})
return eventEmitter.run()
} else {
......
{
"name": "sqlize",
"description": "Modified version of sequelize - MySQL ORM for Node.JS",
"version": "0.2.2",
"version": "0.2.3",
"author": "Meg Sharkey <meg@metamx.com>",
"contributors": [
{ "name": "Sascha Depold", "email": "sascha@depold.com" },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!