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

Commit 38c8b74b by Sascha Depold

some doc

1 parent e59b9b62
Showing with 3 additions and 0 deletions
...@@ -129,6 +129,9 @@ var QueryGenerator = module.exports = { ...@@ -129,6 +129,9 @@ var QueryGenerator = module.exports = {
return Utils._.template(query)(replacements) return Utils._.template(query)(replacements)
}, },
/*
Takes something and transforms it into values of a where condition.
*/
getWhereConditions: function(smth) { getWhereConditions: function(smth) {
var result = null var result = null
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!