Comparing version 0.0.1 to 0.0.2
@@ -17,3 +17,2 @@ (function() { | ||
root.mono = new Query; | ||
@@ -89,5 +88,7 @@ | ||
var k = "__in_" + v; | ||
// this.params[k] = v; | ||
i.push( ":" + k ); | ||
}); | ||
if( typeof this.params[k] === "undefined" ) { | ||
this.params[k] = v; | ||
i.push( ":" + k ); | ||
} | ||
}.bind(this)); | ||
@@ -297,2 +298,2 @@ i = i.join(","); | ||
}; | ||
})(); | ||
})(); |
{ | ||
"name": "monologue", | ||
"version": "0.0.1", | ||
"description": "", | ||
"version": "0.0.2", | ||
"description": "Steamlined MySQL query building", | ||
"main": "./monologue.js", | ||
@@ -6,0 +6,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
23271
5
230
1
40