Georg Semmler
Georg Semmler
Closed as this is currently not planed as part of diesel. I encourage interested users to publish such a connection implementation as third party crate for now. After such a...
Can you please provide a minimal example how to trigger this?
@nishtahir Thanks for putting together the reproducible example. I think `.grouped_by` is designed to be called with the same list of elements passed to `belongs_to`, so that this is just...
Possible workarounds: * Change the type of your column to `Text` if possible * Define your own `SqlType` that maps to `Char(n)`. See [this testcase](https://github.com/diesel-rs/diesel/blob/master/diesel_tests/tests/custom_types.rs) for an example (Just replace...
@JohnTitor I've added you to the reviewer team.
@AlterionX I've added you to the corresponding team. You should now get notifications on requested reviews. Feel free to ask questions everywhere where something is unclear.
@Razican I've added you to the corresponding team. You should now get notifications on newly requested reviews. If you want you could also check existing PR's. Feel free to ask...
I've tried to allocate some time for this this week, but failed to do that. Hopefully I'm able to add a few more in depth comments next week here.
@chusteven I think I might find some time to finally drive that PR to completion. Let me know if you are interested to continue to work on this and we...
As far as I remember the main problem here was to explain how `QueryFragment` works and how certain impls can be specialized for specific backends/dialect, right? I've sat down and...