unixODBC/odbcinst.ini
cvsdist 51d68ac641 auto-import changelog data from unixODBC-2.2.5-9.src.rpm
Thu Oct 16 2003 Fernando Nasser <fnasser@redhat.com> 2.2.5-9
- Add comments to the /etc/odbcinst.ini file regarding the proper setup for
    MySQL and the origin of each library needed.
Tue Oct 14 2003 Fernando Nasser <fnasser@redhat.com> 2.2.5-8
- Move libodbcmyS.so to the main package as well. It is used the same way
    as libodbcpsqlS.so.
Tue Oct 14 2003 Fernando Nasser <fnasser@redhat.com> 2.2.5-7
- Bumped the version so it rebuilds.
Tue Oct 14 2003 Fernando Nasser <fnasser@redhat.com> 2.2.5-4
- Revert previous change and special case libodbcpsql.so and
    libodbcpsqlS.so instead. Here is the explanation (from Elliot Lee):
    ".so files are only used at link time for normal dynamic libraries. The
    libraries referred to here are being used as dynamically loaded
    modules, so I guess moving those particular .so files back to the main
    package would make sense, but the other .so files should stay in the
    devel subpackage."
Fri Oct 10 2003 Fernando Nasser <fnasser@redhat.com> 2.2.5-3
- Moved all the shared library symlinks to the main package. They were
    deliberatedly being added to the devel package for unknown reasons but
    this was forcing users to install the devel package always.
- No need to special-case libodbc.so anymore
Fri Sep 05 2003 Elliot Lee <sopwith@redhat.com> 2.2.5-2
- Run auto* so it rebuilds.
Mon Jul 07 2003 Fernando Nasser <fnasser@redhat.com> 2.2.5-1
- Moved odbctest to the kde package to remove require on Qt stuff from the
    main package.
- Removed stray "\" from doc/Makefile.am
- Applied libtool fix (provided by Alex Oliva) so that it build with
    cross-compilers (which are used by 64 bit systems)
- Updated sources to the 2.2.5 community release
- Changed the included libtool to the 1.5-3 one so that it properly link
    the libraries with the newly generated ones and not with the ones
    installed on the build system (or give an error if an old version is
    not installed (# 91110)
- Added new files for executable DataManagerII and icons LinuxODBC.xpm and
    odbc.xpm
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 13:51:34 +00:00

20 lines
389 B
INI

# Example driver definitinions
#
#
# Included in the unixODBC package
[PostgreSQL]
Description = ODBC for PostgreSQL
Driver = /usr/lib/libodbcpsql.so
Setup = /usr/lib/libodbcpsqlS.so
FileUsage = 1
# Driver from the MyODBC package
# Setup from the unixODBC package
#[MySQL]
#Description = ODBC for MySQL
#Driver = /usr/lib/libmyodbc.so
#Setup = /usr/lib/libodbcmyS.so
#FileUsage = 1