Georg Semmler
Georg Semmler
Removing the default select clause would be an option and I agree that it might be desirable for the reasons listed. But I feel that's a too large breaking change...
@Ten0 I've pushed another update that addresses the issues you've found. I continue to see an speedup from ~5s down to < 1s for your example repository with an example...
> On other news, I've found #2931 to be responsible for some part of the compilation time there, as it introduces this kind of bounds checks: https://github.com/diesel-rs/diesel/pull/2931/files#diff-7ca93b1537271394be3fa89ae39f924f906c98c2f01520247ee2a38a38fcb029R228-R231 a bit everywhere...
Seems like I did not wait long enough. It's working now :+1:
Thanks for opening this bug report. Diesel just queries the information_schema provided by postgresql to receive the foreign key information from there. If these tables do not contain the relevant...
Thanks for adding this information. After inspecting a bit more what's in the corresponding postgres tables locally I think this boils down to that we just don't support partitions correctly...
As already stated in in #2257 we currently do not have the bandwidth to work on this change, therefore at least I won't look into this at least till the...
@martell I really appreciate the work you've already done in various PR's here, so a big THANKS for that :+1:. Getting the github CI branch up do date and working...
I've sent you an invitation. Beside of that to clarify a few things: > though it might be intermittent based on work life schedule It's totally fine to have a...
> as_changeset::option_fields_are_assigned_null_when_specified hangs on windows need to look into that at some point. It's not clear why this should even happen. If you are sure that's a permanent issue and...