jbrumwell / mock-knex

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

Adding support for knex v0.15 #81

Closed capellini closed 6 years ago

capellini commented 6 years ago

Adding support for knex v0.15 to develop branch.

Related to #80.

mrhwick commented 6 years ago

Any reason this can't be merged? We need to upgrade to knex 0.15, but need mock-knex to keep working.

jbrumwell commented 6 years ago

@capellini Thank you for the PR :)

mrhwick commented 6 years ago

Can a new patch version 0.4.1 of mock-knex be released to expose these changes in the npm package?

jbrumwell commented 6 years ago

@mrhwick Yes 0.4.2 was just published with the changes :)

capellini commented 6 years ago

Thank you for the PR :)

@jbrumwell You're most welcome. And thank you for the awesome project.