jbrumwell / mock-knex

A mock knex adapter for simulating a database during testing
MIT License
239 stars 71 forks source link

Support for knex 0.19.5 #97

Closed shrutiparab closed 4 years ago

shrutiparab commented 4 years ago

I was using knex 0.11.10. Found a vulnerability and the fix involves knex upgrade to 0.19.5. However the current latest version of mock-knex includes support toll 0.16

Need mock-knex support for knex-0.19.5 version.

jbrumwell commented 4 years ago

@shrutiparab looks like the readme wasn't updated but version 0.19 support was added. Did you run into issues?

shrutiparab commented 4 years ago

Thanks for clarifying. I figured I was running into issues due to incompatibility with older versions.