waterline
Advanced tools
Comparing version 0.9.5 to 0.9.6
@@ -21,3 +21,4 @@ /** | ||
// Concat self.identity with args (must massage arguments into a proper array) | ||
var args = [self.tableName].concat(Array.prototype.slice.call(arguments)); | ||
// Use a normalized _tableName set in the core module. | ||
var args = [self._tableName].concat(Array.prototype.slice.call(arguments)); | ||
adapter[key].apply(self, args); | ||
@@ -24,0 +25,0 @@ }; |
{ | ||
"name": "waterline", | ||
"description": "An ORM for Node.js and the Sails framework", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"contributors": [ | ||
@@ -6,0 +6,0 @@ { |
265930
8051