Next | Query returned 68 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-08-10 09:44:52 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
unixodbc: updated to 2.3.12

2.3.12

Fix iconv handle leak with pooling
Add windows encoding patch
Avoid failed build if clock_gettime() is not available
Allow passing in a entire connection string into iusql
Allow isql to handle SQL_SUCCESS_WITH_INFO from SQLPrepare
Add extra logging for ODBCINST connect settings
Allow allocated copy (instead of fixed length) for the connection string with \ 
pooling to allow any length
Export __clear_ini_cache() from odbcinst to allow explicitly clearing the ini cache
Fix seg fault when used with SQLAPI
Add --enable-utf8ini flag to add utf8 to WCHAR conversions in \ 
SQLGetPrivateProfileStringW
Allow longer error messages via GetDiag functions
Add --enable-singleenv to enable single shared env handle when using pooling
   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) | Package updated
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) | Package updated
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.
   2018-08-14 15:04:24 by Adam Ciarcinski | Files touched by this commit (5) | Package updated
Log message:
unixodbc: updated to 2.3.7

2.3.7:
Fix for pkg-config file update on no linux platforms
Add W entry for GUI work
Various fixes for SQLBrowseConnect/W, SQLGetConnectAttr/W,and SQLSetConnectAttr/W
Fix buffer overflows in SQLConnect/W and refine behaviour of \ 
SQLGet/WritePrivateProfileString
SQLBrowseConnect/W allow disconnecting a started browse session after error
Add --with-stats-ftok-name configure option to allow the selection of a file \ 
name used to generate the IPC id when collecting stats. Default is the system \ 
odbc.ini file
Improve diag record handling with the behavior of Windows DM and export \ 
SQLCancelHandle
Bug fix when SQLGetPrivateProfileString() is called to get a list of sections or \ 
a list of keys
Connection pooling: Fix liveness check for Unicode drivers

Next | Query returned 68 messages, browsing 1 to 10 | Previous