The sqliteodbc formula does not install the driver #6501
-
|
Hi ! Currently, https://github.com/Homebrew/homebrew-core/blob/main/Formula/s/sqliteodbc.rb depends on unixodbc, but does not register the newly installed driver with odbcinst, so it's not directly usable from odbc-compatible applications. It would be nice if the fomula called odbcinst and created the .ini file to make the driver immediately usable |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Please do not ping random maintainers Judging from the docs (https://ch-werner.hier-im-netz.de/sqliteodbc/html/index.html), you need to add the driver to |
Beta Was this translation helpful? Give feedback.
You're welcome to make a pull request that adjusts that. Homebrew works based on community contributions, not just maintainers.