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

Commit e465b2cf by sdepold

moved attribute transformation into generator

1 parent 9bdf1ccf
Showing with 8 additions and 0 deletions
...@@ -182,6 +182,14 @@ module.exports = (function() { ...@@ -182,6 +182,14 @@ module.exports = (function() {
*/ */
hashToWhereConditions: function(hash) { hashToWhereConditions: function(hash) {
throwMethodUndefined('hashToWhereConditions') throwMethodUndefined('hashToWhereConditions')
},
/*
This method transforms an array of attribute hashes into equivalent
sql attribute definition.
*/
attributesToSQL: function(attributes) {
throwMethodUndefined('attributesToSQL')
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!