Replies: 2 comments 1 reply
-
|
You need https://hackage.haskell.org/package/rel8-1.6.0.0/docs/Rel8.html#v:nullsFirst (or |
Beta Was this translation helpful? Give feedback.
1 reply
-
compiles, so that must be right .... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With (my actual data is a little more complicated than this, and the column isn't an integer, but is a also an instance of
DBOrd)I get
(this should be with
rel8 1.6.0.0).Is there a way to add an instance for something like
although this probably interacts with #310 and the choice of how to handle nulls, or some other way to write a query that lets be order on a maybe column?
Beta Was this translation helpful? Give feedback.
All reactions