-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't seem to work with knex@2.0.0 #35
Comments
Thanks for reporting. I'll try to get this fixed ASAP. |
What knex and objection versions are you using? And what database? I tested the following combinations with sqlite:
Note: knex@1.0.7 failed because it depends on an sqlite3 package that no longer exists. |
|
Can you check if version 1.2.6-alpha.0 fixes the issue for you? |
Hey @olavim, works great! I don't get the error anymore 🎉 |
Great! Fixed in v1.2.6. |
Thank you for the quick fix! 🚀 |
Have a
users
table with acreatedAt
field and I'm sorting using that field. Code:Code works fine on
knex@0.95.14
though. I think v1 is also broken as well since I've had a similar issue on one of my repo cerinoligutom/GraphQL-Starter#27 (comment) where downgrading to0.95.14
fixed the issue. I guess knex changed an underlying API that broke this plugin?The text was updated successfully, but these errors were encountered: