Janosch Peters
Janosch Peters
Ok, thanks for clarifying. I had to read up some things to learn about library versioning to understand your reasoning. The [apple docs](https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/DynamicLibraryDesignGuidelines.html#//apple_ref/doc/uid/TP40002013-SW20) about dynamic linking were especially helpful. I...
I got the same thing. In my case I suspect it has something to do with a previously failed upgrade attempt: ``` Updating 24 of 35 packages: pycurl Traceback (most...
@Edwards80 I ran into the same problem and I think the issue is that with binary logging enabled, CREATE FUNCTION is only allowed if both of the following conditions are...
As I wanted to fix this problem for me, I dug a bit deeper into this. I was able to fix this locally for me, be removing the `CREATE FUNCTION...