Skip to content

Commit

Permalink
Upgraded sails-mysql to pm.5 which removes string manipulation from a…
Browse files Browse the repository at this point in the history
…dapter and moves work to wl-sequel for junction tables

+ also fixed issue with criteria less exec queries failing on deferred.
  • Loading branch information
shamasis committed Jan 1, 2016
1 parent 91cb3b4 commit 9091d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"lodash": "3.5.0",
"mysql": "2.6.2",
"sails-mysql": "git+https://github.com/postmanlabs/sails-mysql.git#v0.10.12-postman.4"
"sails-mysql": "git+https://github.com/postmanlabs/sails-mysql.git#v0.10.12-postman.5"
},
"devDependencies": {
"expect.js": "^0.3.1",
Expand Down
2 changes: 1 addition & 1 deletion waterline

0 comments on commit 9091d5d

Please sign in to comment.