Commit bf6a0db
authored
remove wrong pointer dereference for 64-bit SQLSetXxx
SQLSetDescField/SQLSetStmtAttr/SQLSetStmtOption pass the value by value, not by reference, so the description must say "ValuePtr" instead of "*ValuePtr". For values that are pointers (SQL_xxx_PTR), the description could be interpreted as the pointed-to value having a 64-bit type.1 parent df38209 commit bf6a0db
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
| 419 | + | |
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
| 487 | + | |
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| |||
0 commit comments