A complete ODBC driver manager for Linux
Go to file
DistroBaker ea08e93c46 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/unixODBC.git#ee5bd776a1fca940879807e021b82df2cc3b28dd
2021-02-04 21:43:24 +00:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 13:15:00 -07:00
keep-typedefs.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 13:15:00 -07:00
ODBCConfig.desktop RHEL 9.0.0 Alpha bootstrap 2020-10-15 13:15:00 -07:00
odbcinst.ini RHEL 9.0.0 Alpha bootstrap 2020-10-15 13:15:00 -07:00
README.dist RHEL 9.0.0 Alpha bootstrap 2020-10-15 13:15:00 -07:00
so-version-bump.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 13:15:00 -07:00
sources Merged update from upstream sources 2020-10-28 00:04:19 +01:00
unixODBC.spec Merged update from upstream sources 2021-02-04 21:43:24 +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:

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/libmyodbc8.so
Driver64	= /usr/lib64/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