https://bugs.freedesktop.org/show_bug.cgi?id=49054
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Julien Nabet <[email protected]> --- On pc Debian x86-64 with master sources updated today, I could reproduce this. After a gdb session, it seems the problem is here: 224 if ( _pType->aCreateParams.isEmpty() ) 225 { 226 SetPrecision(_pType->nPrecision); 227 SetScale(_pType->nMinimumScale); 228 } http://opengrok.libreoffice.org/xref/core/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx#224 Indeed, the types which have the problem have _pType->aCreateParams not empty and so don't enter the if block. NUMBER => "PRECISION,SCALE" VARCHAR => "LENGTH" etc. Lionel: What's the purpose of this if block? Could it be removed? -- 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
