c290c54d73
* Documentation in .CHM and .HLP format has been removed from the distribution. * For some procedure and parameter combinations SQLProcedureColumns() did not work correctly. For example, it could not return records for an existing procedure with correct parameters supplied. * Further, it returned incorrect data for column 7, TYPE_NAME. For example, it returned VARCHAR(20) instead of VARCHAR. * The MySQL Connector/ODBC MSI installer did not set the InstallLocation value in the Microsoft Windows registry. * In bulk upload mode, SQLExecute would return SQL_SUCCESS, even when the uploaded data contained errors, such as primary key duplication, and foreign key violation. * SQLDescribeCol and SQLColAttribute could not be called before SQLExecute, if the query was parameterized and not all parameters were bound. * Note, MSDN states that “For performance reasons, an application should not call SQLColAttribute/SQLDescribeCol before executing a statement.” However, it should still be possible to do so if performance reasons are not paramount. * When SQLNumResultCols() was called between SQLPrepare() and SQLExecute() the driver ran SET @@sql_select_limit=1, which limited the resultset to just one row. * After installing MySQL Connector/ODBC, the system DSN created could not be configured or deleted. An error dialog was displayed, showing the error message “Invalid attribute string”. * In this case the problem was due to the fact that the driver could not parse the NULL-separated connection string. * When used after a call to SQLTables(), SQLRowCount() did not return the correct value.
9 lines
519 B
Text
9 lines
519 B
Text
$NetBSD: distinfo,v 1.8 2011/08/19 07:59:58 adam Exp $
|
|
|
|
SHA1 (mysql-connector-odbc-5.1.8.tar.gz) = 2272075c66712cf7a05e50eeb4520f7c504c3ae8
|
|
RMD160 (mysql-connector-odbc-5.1.8.tar.gz) = 0db5c4d42c7377f7fc1fa2ad569f50f9a497511e
|
|
Size (mysql-connector-odbc-5.1.8.tar.gz) = 1079813 bytes
|
|
SHA1 (patch-aa) = 008d85389f444ca2f60fee1c67651e0a00d13e4f
|
|
SHA1 (patch-ab) = 0d2782336164bd35729d0a82485ed47d890834f8
|
|
SHA1 (patch-ac) = f7920f3a3321b09c93cfbf2959d52455e1ed7436
|
|
SHA1 (patch-ad) = 74a2067b2b9d1dca4cf798f4af4901dbdde5d51a
|