-
Notifications
You must be signed in to change notification settings - Fork 94
Description
Hey guys,
I'm unable to use the provided release with Excel for Mac.
My understanding is that Excel for Mac requires iODBC-linked drivers, however your release only includes a binary for unixODBC. If this is right, are you able to provide binaries for iODBC MacOS as well please, and test they can be loaded out of the box from inside MS Excel?
Beyond the compilation issues, I think usage of this is also blocked by Apple's App Sandbox, which prevents Excel from loading dylibs from /usr/local or /opt/homebrew - I started down the path of trying to hack the linked dylib paths of libclickhouseodbc.dylib of libPoco etc, but this then cause code signing to throw and... bleh, this is ridiculous.
I'm trying to get our product manager going with Clickhouse, she doesn't even have brew installed much less the expertise to compile this from source or inspect dylib search paths with otool.
Thanks!