[Libreoffice-bugs] [Bug 125613] FIREBIRD: Impossible to import boolean content from Calc to Firebird

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri May 31 21:07:40 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=125613

--- Comment #3 from Julien Nabet <serval2412 at yahoo.fr> ---
Gdb debugging shows the pb is in dbaccess/source/ui/misc/DExport.cxx, function
ODatabaseExport::insertValueIntoColumn(), DataType::BOOLEAN isn't taken into
account.
So we got this:
#0  0x00007fffd3482bfb in
connectivity::firebird::OPreparedStatement::setDouble(int, double)
(this=0x55555df5ee30, nIndex=2, nValue=0)
    at
/home/julien/lo/libreoffice/connectivity/source/drivers/firebird/PreparedStatement.cxx:417
#1  0x00007fffd11210db in dbaui::OParameterUpdateHelper::updateDouble(int,
double const&) (this=0x55555defaea0, _nPos=2, _nValue=@0x7ffffffefdc0: 0)
    at
/home/julien/lo/libreoffice/dbaccess/source/ui/misc/UpdateHelperImpl.hxx:50
#2  0x00007fffd111cd2e in dbaui::ODatabaseExport::insertValueIntoColumn()
(this=0x55555df25ca0) at
/home/julien/lo/libreoffice/dbaccess/source/ui/misc/DExport.cxx:380
#3  0x00007fffd11372fa in dbaui::OHTMLReader::NextToken(HtmlTokenId)
(this=0x55555df25bc0, nToken=HtmlTokenId::TABLEDATA_OFF) at
/home/julien/lo/libreoffice/dbaccess/source/ui/misc/HtmlReader.cxx:194

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190531/8228a785/attachment.html>


More information about the Libreoffice-bugs mailing list