https://bugs.documentfoundation.org/show_bug.cgi?id=116893
--- Comment #14 from Julien Nabet <[email protected]> ---
(In reply to Lionel Elie Mamane from comment #10)
> ...
> That select/case statement will need to be extended with new case clause(s)
> for DECIMAL and NUMERIC. OPreparedStatement::setObjectWithInfo around line
> 603 contains code that deals with DECIMAL/NUMERIC values.
The main pb is we don't have sqlType here so "if(sqlType == DataType::DECIMAL
|| sqlType == DataType::NUMERIC)" isn't possible
Then which scale value should we use here (since there's no "scale" arg)
for this line:
for(sal_Int32 i=sValue.copy(sValue.indexOf('.')+1).getLength(); i<scale;i++)
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs