Replies: 1 comment 13 replies
-
Should is very vague here. Did you actually verify that the fix is included? That means did you verify that the code change is actually there in the version of libmariadb shipped by arch linux and not only that actual versions line up. The next step would still be to build a reproducible example that includes the environment. This likely requires you to provide a docker image. Finally given that the previous issue was an issue in the underlying C code: What steps did you take to ensure that this is an actual diesel issue and not again an upstream issues? The later shouldn't be reported here but in the relevant upstream issue tracker (so mariadb's issue tracker if it is a problem in their lib or the arch linux tracker if it's only related to the version they ship). Also I want to point to the diesel 2.3 release announcements. As written there: Diesel needs a backend maintainer for the Mysql/MariaDB backend until that happens issues like this likely won't be addressed anymore due to capacity reasons. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Backend
MySQL
Diesel version
2.3.2
Diesel Features
mysql
Operating System Version
ArchLinux mariadb-libs 12.0.2-1
Third party libraries
No response
What do you want to do?
As mentioned in #4699 I should open up a new discussion.
ArchLinux now recieved mariadb-libs 12.0.2, that should use mariadb connector-c 3.4.7 with the fix mentioned in #4699.
But the bug/error from #4699 is still occurring on my system, to reproduce you could still use the code from the sample:
https://github.com/BlackDex/diesel-issue-4699
I don't have a 3.4.7 docker image yet but maybe @BlackDex could build one to test or could also verify that the bug is still there with 3.4.7.
Compile time error
none, but this runtime error:
What code do you already have?
Additional details
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions