[Libreoffice-bugs] [Bug 121528] FIREBIRD: Multiplication in a query with decimal-values gives result without decimal separator

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Nov 20 12:48:20 UTC 2018


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

Drew Jensen <drewjensen.inbox at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|bibisectRequest             |bibisected
                 CC|                            |btomi96 at gmail.com

--- Comment #2 from Drew Jensen <drewjensen.inbox at gmail.com> ---
Bibiset shows that the anomaly arrived with commit:
bf662904c4b60e93c6b86e06288d41996eed12a2

tdf#104734 Firebird: Add Binary (fix) type
There is no explicit binary type in Firebird. It can be accomplished
using the CHAR type with a special character set, which tells the
database that it is binary data and there is no collation. (called
OCTETS).

Because of that, we also need the character set to decide the exact
column type.

And also refactor some parts of the driver:
- Create class to determine internal type from firebird type, subtype,
scale and character set.
- Use internal type (DataType::XXX) in XDatabaseMetaData::getTypeInfo()
indirectly. (We want to return a Firebird type for each internal type,
not in the opposite direction.

author: Tamas Bunth 2017-12-16 12:57:43 +0100

Add author to CC

-- 
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/20181120/8250b409/attachment.html>


More information about the Libreoffice-bugs mailing list