Commit f53ff6a8 by Konstantin Käfer

the configure method doesn't do anything right now

parent 68cfbb67
...@@ -88,15 +88,6 @@ Statement.prototype.map = function() { ...@@ -88,15 +88,6 @@ Statement.prototype.map = function() {
return this.all.apply(this, params); return this.all.apply(this, params);
}; };
sqlite3.configure = function(options) {
for (var key in options) {
sqlite3[key] = options[key];
}
return this;
};
var isVerbose = false; var isVerbose = false;
// Save the stack trace over EIO callbacks. // Save the stack trace over EIO callbacks.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment