-
Hello! I'm trying to use a union query with positional_order_by and limit. The failing line is here The error is quite long, but it starts with: and ends with Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Support for |
Beta Was this translation helpful? Give feedback.
Support for
limit()
for union queries landed only recently on the master branch (#4245), so it's not available on any released diesel version yet. That means this behavior is currently expected.