1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/databases/libiodbc/pkg-descr
Raphael Kubo da Costa 1f3493ec86 Update to 3.52.9.
Changes upstream include:
* Added support for building on recent versions of Mac OS X
* Fixed warnings from autoconf/automake
* Fixed infinite loop in connection pool
* Fixed compiler warnings
* Fixed build dependency for make -jX
* Fixed check for Unicode driver
* Fixed issue calling SQLCancel from other thread
* Fixed SQLInstallDriverEx when driver is readonly

The "Fixed build dependency for make -jX" part is important, as parallel
builds (particularly with the GTK2 option on) normally fail with 3.52.8.

Based on a patch by Jia-Shiun Li <jiashiun@gmail.com> [1].

PR:		ports/189496 [1]
Submitted by:	Jia-Shiun Li <jiashiun@gmail.com> [1]
MFH:		2014Q2
2014-05-19 11:44:50 +00:00

14 lines
624 B
Plaintext

iODBC (intrinsic Open Database Connectivity) is an ODBC driver manager that
is compatible with the ODBC 2.x and 3.x specifications. It performs the
standard tasks of a driver manager, i.e. driver loading, parameter and
function sequence checking, driver function invocation, etc.
Applications linked with the iODBC driver manager will be able - through ODBC
function calls - to access simultaneously different types of data sources
within one process through suitable ODBC drivers.
iODBC is freely redistributable under either the GNU Library General Public
Licence (LGPL) or the BSD licence.
WWW: http://www.iodbc.org/