projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Missed labels to replace number of 'topicNNN' in anchors.
[wxWidgets.git]
/
src
/
common
/
dbtable.cpp
diff --git
a/src/common/dbtable.cpp
b/src/common/dbtable.cpp
index bfc966f81131f747a57fde358839cfeaa043c6da..e56bedcc2594665c6d567e5af1e59c31c3b349e7 100644
(file)
--- a/
src/common/dbtable.cpp
+++ b/
src/common/dbtable.cpp
@@
-2179,6
+2179,7
@@
void wxDbTable::ClearMemberVar(UWORD colNo, bool setToNull)
case SQL_C_USHORT:
*((UWORD*) colDefs[colNo].PtrDataObj) = 0;
break;
+ case SQL_C_LONG:
case SQL_C_SLONG:
*((SDWORD *) colDefs[colNo].PtrDataObj) = 0;
break;