https://bugs.documentfoundation.org/show_bug.cgi?id=121528
Drew Jensen <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|bibisectRequest |bibisected
CC| |[email protected]
--- Comment #2 from Drew Jensen <[email protected]> ---
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._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs