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

Commit 408d54ea by Mick Hansen

Merge branch 'master' of github.com:sequelize/sequelize

2 parents 14898eb8 ea329f55
Showing with 7 additions and 0 deletions
......@@ -329,6 +329,13 @@ module.exports = (function() {
},
/*
Returns an upsert query.
*/
upsertQuery: function (tableName, insertValues, updateValues, where, rawAttributes, options) {
throwMethodUndefined('upsertQuery');
},
/*
Returns a deletion query.
Parameters:
- tableName -> Name of the table
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!