[Libreoffice-bugs] [Bug 125941] FIREBIRD: Tableeditor tries to change BLOB-Fields every time you will edit a table.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Jun 16 20:07:48 UTC 2019


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

Julien Nabet <serval2412 at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Julien Nabet <serval2412 at yahoo.fr> ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.
Using gdb, the pb is in:
/home/julien/lo/libreoffice/dbaccess/source/ui/tabledesign/TableController.cxx
   1023             // check if something changed
   1024             if((nType != pField->GetType()                  ||
   1025                 sTypeName != pField->GetTypeName()         ||

(gdb) p sTypeName
$2 = "SQL_BLOB"
(gdb) p pField->GetTypeName()
$3 = "BLOB"
(no idea how to fix this)

-- 
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/20190616/19cbdd2f/attachment-0001.html>


More information about the Libreoffice-bugs mailing list