Skip to content

Commit 54b1574

Browse files
author
Manuel Ortiz
committed
Agrego parametro tonto a SQLConnect para tener soporte fake de transacciones.
El objetivo es podes testiar funcionalmente las operaciones
1 parent 8f14422 commit 54b1574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sqlite3db.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ SQLiteDB.prototype._categorizeProperties = function(model, data) {
463463
/**
464464
* Create a new model instance
465465
*/
466-
SQLiteDB.prototype.create = function create(model, data, callback) {
466+
SQLiteDB.prototype.create = function create(model, data, noob, callback) {
467467

468468
var self = this;
469469
data = self.mapToDB(model, data);

0 commit comments

Comments
 (0)