[Libreoffice-bugs] [Bug 138409] FIREBIRD: decimal fields in table are falsifying their default values

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Dec 6 15:41:47 UTC 2020


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

Julien Nabet <serval2412 at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |serval2412 at yahoo.fr

--- Comment #3 from Julien Nabet <serval2412 at yahoo.fr> ---
Decimal seperator issue:
when it doesn't work
Thread 1 "soffice.bin" hit Breakpoint 2,
connectivity::firebird::OPreparedStatement::setObjectWithInfo (this=0x54623f0,
parameterIndex=9, x=uno::Any("string": "32,22"), sqlType=3, scale=2)
    at connectivity/source/drivers/firebird/PreparedStatement.cxx:764


when it works:
Thread 1 "soffice.bin" hit Breakpoint 2,
connectivity::firebird::OPreparedStatement::setObjectWithInfo (this=0x45c3e30,
parameterIndex=1, x=uno::Any("string": "123.25"), sqlType=3, scale=2)
    at connectivity/source/drivers/firebird/PreparedStatement.cxx:764


It could be interesting to know if it's Firebird only.
I mean, I don't see in the setObjectWithInfo methods of other drivers (Mysql,
Postgresql,...) any specific treatment to deal with separator.

-- 
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/20201206/218adaf9/attachment.htm>


More information about the Libreoffice-bugs mailing list