pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2008Q3] pkgsrc/databases/myodbc
Module Name: pkgsrc
Committed By: rtr
Date: Wed Nov 12 07:11:34 UTC 2008
Modified Files:
pkgsrc/databases/myodbc [pkgsrc-2008Q3]: Makefile PLIST distinfo
Removed Files:
pkgsrc/databases/myodbc/patches [pkgsrc-2008Q3]: patch-aa patch-ab
Log Message:
pullup ticket #2583 - requested by bouyer
myodbc: update package for bug fixes
revisions pulled up:
pkgsrc/databases/myodbc/Makefile 1.18
pkgsrc/databases/myodbc/PLIST 1.5
pkgsrc/databases/myodbc/distinfo 1.6
pkgsrc/databases/myodbc/patches/patch-aa r0
pkgsrc/databases/myodbc/patches/patch-ab r0
Module Name: pkgsrc
Committed By: bouyer
Date: Tue Nov 11 20:29:27 UTC 2008
Modified Files:
pkgsrc/databases/myodbc: Makefile PLIST distinfo
Removed Files:
pkgsrc/databases/myodbc/patches: patch-aa patch-ab
Log Message:
Update to mysql-connector-odbc-3.51.26r1127 (from 3.51.12). Most
important change: 3.51.12 doesn't work anymore with mysql-client-5.0.67nb1,
a function has been removed from the mysql-client library.
Other changes:
* lots of bug fixes
* Added FLAG_COLUMN_SIZE_S32 to limit the reported column size to a
signed 32-bit integer. This option is automatically enabled for ADO
applications, in order to work around a bug in ADO. (Bug #13776)
* Added FLAG_MULTI_STATEMENTS to allow issuing queries that contain
multiple statements. Also added to the setup GUI. (Bug #7445)
* Removed support for the TRACE and TRACEFILE DSN options. The standard
ODBC logging should be used.
* Added support for SQL_ATTR_ROW_BIND_OFFSET_PTR in normal cursors.
(Bug #6741)
* Added SSL options to the GUI setup dialog.
* Added an option (CHARSET) for specifying the default character
set for a connection. This must be used instead of a "SET NAMES"
statement. Also available from the GUI setup dialog. (Related
to Bug #6667 and Bug #9498.)
* Dis-allow NULL ptr for null indicator when calling SQLGetData()
if value is null. Now returns SQL_ERROR w/state 22002.
* Fixed calling convention ptr and wrong free in myodbc3i, and fixed
the null terminating (was only one, not two) when writing DSN to string.
* Added support for using SSL. This is not yet exposed in the setup GUI,
but must be enabled through configuration files or the DSN. (Bug #12918)
* Added auto-reconnect option because automatic reconnect is now
disabled by default in libmysql
* Added auto is null option (Bug #10910)
* Added support for SQLMoreResults
* Checking SQL_ATTR_CONNECTION_DEAD now always calls mysql_ping() to
check for a dead connection.
* Remove ODBC escape syntax { and } that begin and terminate statements,
allowing {CALL (?)} for procedures that don't require OUT or INOUT
parameters
* Improved regression tests
* Added --with-separate-debug-driver ./configure option
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.17.18.1 pkgsrc/databases/myodbc/Makefile
cvs rdiff -r1.4 -r1.4.8.1 pkgsrc/databases/myodbc/PLIST
cvs rdiff -r1.5 -r1.5.18.1 pkgsrc/databases/myodbc/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/databases/myodbc/patches/patch-aa \
pkgsrc/databases/myodbc/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index