https://bugs.freedesktop.org/show_bug.cgi?id=71692

--- Comment #8 from Julien Nabet <[email protected]> ---
In gdb session, I noticed this:
Breakpoint 1, connectivity::ORowSetValue::impl_fill (this=0x7fffffff44c0,
_nType=0, _bNullable=true, _rValueSource=...)

_nType = 0 seems to correspond to this:
const long SQLNULL = 0;
see
http://opengrok.libreoffice.org/xref/core/offapi/type_reference/offapi.idl#10783

and indeed ORowSetValue::impl_fill doesn't deal with SQLNULL,
see
http://opengrok.libreoffice.org/xref/core/connectivity/source/commontools/FValue.cxx#2285

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to