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

Commit 1e577d3c by Jason Valdron

fixes problems with dottie and raw queries

1 parent 08e0ca7c
Showing with 3 additions and 1 deletions
......@@ -214,7 +214,9 @@ module.exports = (function() {
return o;
});
result = result.map(Dot.transform);
result = result.map(function(entry){
return Dot.transform(entry);
});
// Queries with include
} else if (this.options.hasJoin === true) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!