  | |  | bk commit - MyODBC 3.51 (1.482) | bk commit - MyODBC 3.51 (1.482) 2005-08-03 - By bdegtyariov@(protected)
Back Below is the list of changes that have just been commited into a local MyODBC 3.51 repository of 'bdegtyariov'. When 'bdegtyariov' does a push, they will be propogaged to the main repository and within 2 hours after the push into the public repository.
For more information on how to access the public repository see: http://www.mysql.com/products/myodbc/faq_2.html#Development_source
You can also browse the changes from public repository: Complete repository: http://mysql.bkbits.net:8080/myodbc3/ This changeset : http://mysql.bkbits.net:8080/myodbc3/cset@(protected)
ChangeSet 1.482 05/08/03 20:22:12 bdegtyariov@(protected) +1 -0 cursor.c: Fixed wrong offset in data arrays for SQLBulkOperations
driver/cursor.c 1.81 05/08/03 20:20:29 bdegtyariov@(protected) +1 -1 Fixed wrong offset in data arrays for SQLBulkOperations
# This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: bdegtyariov # Host: suse3000. # Root: /home/bdegtyariov/myodbc-3.51
--- 1.80/driver/cursor.c 2005-02-28 21:03:15 +02:00 +++ 1.81/driver/cursor.c 2005-08-03 20:20:29 +03:00 @@ -1062,7 +1062,7 @@ &transfer_length, &precision, &display_size); param.CType = bind->fCType; - param.buffer= (gptr) bind->rgbValue+count*bind->cbValueMax; + param.buffer= (gptr) bind->rgbValue+count*(stmt->stmt_options.bind_type); if ( !( bind->pcbValue && ( *bind->pcbValue == SQL_COLUMN _IGNORE ) ) ) {
-- MySQL ODBC Mailing List For list archives: http://lists.mysql.com/myodbc To unsubscribe: http://lists.mysql.com/myodbc?unsub=mysql@(protected)
Earn $52 per hosting referral at Lunarpages.
|
|
 |