balderdashy / waterline-sequel

A SQL generator for use in Waterline Adapters
MIT License
16 stars 61 forks source link

Fix the integration tests #40

Closed dmarcelino closed 9 years ago

dmarcelino commented 9 years ago

I believe I found the reason why the integration tests failed to detect wl-sequel 0.3.0 would break sails-postgresql (#39), the tests were actually using whatever version of wl-sequel sails-postgresql/mysql had in their package.json files, instead of edge.

This change ensures the sails-postgresql/mysql tests run using the latest github version of waterline-sequel.