Support for knex 0.14.0
See original GitHub issueTried testing with new knex version and received this:
Error: Unable to locate version: 0.14.0
at MockKnex._extractVersion (node_modules/mock-knex/dist/index.js:65:15)
at MockKnex._setAdapter (node_modules/mock-knex/dist/index.js:87:24)
at MockKnex.unmock (node_modules/mock-knex/dist/index.js:116:12)
at Context.afterEach (tests/tests-initializer.js:23:25)
Knex 0.14.0 changelog: http://knexjs.org/#changelog
I don’t know muck about your project, but I’ll try to learn and update. Any help is aways accepted 😃
Fix ingaia/integration#142
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Support knex 0.14.0 as peer dependency · Issue #1692 · bookshelf ...
Knex 0.14.0 was released little over a week ago. Can you get support for this on the peer dependency? The text was updated...
Read more >knex - npm
A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3. Latest version: 2.3.0, ...
Read more >Changelog | Knex.js
PostgreSQL: Support zero precision in timestamp/datetime #4784. Typings ... CLI: fix knex init not finding default knexfile #4339 ... 0.14.0 - 6 Nov,...
Read more >knex - UNPKG
The CDN for knex. ... 171, - Fixed support of knexSnakeCaseWrappers in migrations #2914 ... 345, # 0.14.0 - 6 Nov, 2017. 346....
Read more >knex - NPM Package Overview - Socket.dev
A SQL query builder that is flexible, portable, and fun to use! A batteries-included, multi-dialect (PostgreSQL, MySQL, CockroachDB, MSSQL, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Should be resolved in
0.4.0
just published it let me know if not 😃All tests on my project seems to work! 🎉 Thanks everyone for this fix. I really like this project.
Now I know a little more about it and will try to build some code on a near future.