Path to this page:
./
databases/unixodbc,
ODBC 2.x/3.x driver manager
Branch: CURRENT,
Version: 2.3.11,
Package name: unixodbc-2.3.11,
Maintainer: pkgsrc-usersThe unixODBC project provides UNIX applications with the same ODBC 3.51
API and facilities available under MS Windows. It provides a Driver Manager
that supports the full ODBC API and performs the ODBC 3 to ODBC 2
translations with UNICODE to ANSI conversion. It also includes a collection
of ODBC drivers including a simple text-based driver, an NNTP driver, a
Postgres driver and others, and a selection of templates and libraries that
to aid in the construction of ODBC drivers. It works with MySQL, Postgres,
StarOffice, Applixware, iHTML, PHP, Perl DBD::ODBC, Paradox 9, and many
other applications and drivers. Connection pooling is also provided to
increase performance with applications such as PHP.
Required to run:[
devel/readline] [
devel/libltdl]
Master sites:
Filesize: 1711.509 KB
Version history: (Expand)
- (2022-05-09) Updated to version: unixodbc-2.3.11
- (2020-09-14) Updated to version: unixodbc-2.3.9
- (2018-08-14) Updated to version: unixodbc-2.3.7
- (2018-04-14) Updated to version: unixodbc-2.3.6
- (2018-01-11) Updated to version: unixodbc-2.3.5
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2022-05-13 08:45:11 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
unixodbc: SunOS needs -D_POSIX_PTHREAD_SEMANTICS.
|
2022-05-09 13:16:27 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
unixodbc: updated to 2.3.11
2.3.11
Add missing files
2.3.10
Add connection pooling via wide connection functions
Remove "#define VERSION" from unixodbc_conf.h
Call driver functions through prototypes
Add connection pool limit option
Add fseeko support in cursor lib
Try and prevent logging buffer overflow
Add 'echo' option to isql/iusql
Alter isql/iusql buffering
Alter unicode to ascii conversion in SQLGetDiagField
Fix pooling problem when user name and or password is not provided
Fix a couple of reported buffer overflow conditions
Fix iconv leak with timeout in pooled connection
|
2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be only fetched
conditionally):
./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
|
2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2020-09-14 19:46:39 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
unixodbc: updated to 2.3.9
2.3.9
Fix that broke several driver builds. Sorry
2.3.8
Add configure support for editline
SQLDriversW was ignoring user config
SQLDataSources Fix termination character
Fix for pooling seg fault
Make calling SQLSetStmtAttrW call the W function in the driver is its there
Try and fix race condition clearing system odbc.ini file
Remove trailing space from isql/iusql SQL
When setting connection attributes set before connect also check if the W entry \
poins can be used
Try calling the W error functions first if available in the driver
Add iconvperdriver configure option to allow calling unicode_setup in SQLAllocHandle
iconv handles was being lost when reusing pooled connection
Catch null copy in iniPropertyInsert
Fix some leaks
|
2020-05-13 05:27:27 by Roland Illig | Files touched by this commit (1) |
Log message:
databases/unixodbc: skip check for unknown configure options
|
2020-03-17 19:17:06 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
unixodbc: fix buildlinking
|
2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242) |
Log message:
all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F
With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
|