We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hi @maartenvanvliet,
When trying to order with a join on a naive datetime field I get:
deps/quarto/lib/quarto/ecto/query.ex:100: value `{:created_at, ~N[2012-06-07 13:03:15]}` in `where` cannot be cast to type :naive_datetime in query:
Query looks like this:
where: s1.created_at < ^{:created_at, ~N[2012-06-07 13:03:15]} and ^true and ^true, order_by: [desc: s1.created_at],
I also notice that you can't paginate on a query that has multiple of the same direction.
I.e. a asc on both created_at and id for example.
The text was updated successfully, but these errors were encountered:
Could you create a failing test case for both issues?
Sorry, something went wrong.
@jnylen does this test cover the first case you described? fastjames@3755a42
It passes locally for me, so I think I am missing something about the expected setup.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Hi @maartenvanvliet,
When trying to order with a join on a naive datetime field I get:
Query looks like this:
I also notice that you can't paginate on a query that has multiple of the same direction.
I.e. a asc on both created_at and id for example.
The text was updated successfully, but these errors were encountered: