A complete ODBC driver manager for Linux
Go to file
Fedora Release Engineering 9ac5a7185b Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-21 05:50:57 +00:00
.gitignore update to the latest upstream release 2018-08-11 16:00:42 +02:00
keep-typedefs.patch Update to unixODBC 2.2.14 2009-02-20 17:22:19 +00:00
ODBCConfig.desktop Fix minor problems in desktop files (bug #185764) 2006-03-27 20:08:51 +00:00
odbcinst.ini Fix the default configuration of MySQL driver comming from "mysql-connector-odbc" package 2021-07-02 05:48:09 +02:00
README.dist Mention MariaDB driver comming from "mariadb-connector-odbc" package in the README 2021-07-02 05:48:20 +02:00
so-version-bump.patch Rebase to 2.3.11 2022-08-16 02:12:53 +02:00
sources Rebase to 2.3.11 2022-08-16 02:12:53 +02:00
unixODBC.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild 2023-01-21 05:50:57 +00:00

About unixODBC in this distribution
-----------------------------------

In addition to the unixODBC package itself, you will want to install some
or all of these related packages:

mariadb-connector-odbc  MariaDB driver, needed to connect to MariaDB databases
mysql-connector-odbc	MySQL driver, needed to connect to MySQL databases
postgresql-odbc		PostgreSQL driver, needed to connect to PostgreSQL
unixODBC-gui-qt		Optional configuration management and test programs


The recommended driver definition for MySQL 8 is:

[MySQL]
Description	= ODBC for MySQL 8
Driver		= /usr/lib/unixODBC/libmyodbc8.so
Driver64	= /usr/lib64/unixODBC/libmyodbc8.so
FileUsage	= 1

You can adjust the name (in square brackets) and the description, but
the other items should usually be used verbatim.

The recommended driver definition for PostgreSQL is:

[PostgreSQL]
Description	= ODBC for PostgreSQL
Driver		= /usr/lib/psqlodbcw.so
Setup		= /usr/lib/libodbcpsqlS.so
Driver64	= /usr/lib64/psqlodbcw.so
Setup64		= /usr/lib64/libodbcpsqlS.so
FileUsage	= 1