https://bugs.freedesktop.org/show_bug.cgi?id=71414

          Priority: medium
            Bug ID: 71414
                CC: m...@lawinegevaar.nl
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: take NUM_PREC_RADIX into account
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: lio...@mamane.lu
          Hardware: All
            Status: UNCONFIRMED
           Version: unspecified
         Component: Database
           Product: LibreOffice

XDatabaseMetadata::getTypeInfo() and XDatabaseMetaData::getColumns() both have
a NUM_PREC_RADIX in their result, which is blissfully ignored by LibreOffice,
which behaves as if it were 10. See bug 67179 comment 5 for an example.

Everywhere where COLUMN_SIZE / PRECISION / DECIMAL_DIGITS from the resultset of
these API calls is used, they *must* be interpreted in combination with
NUM_PREC_RADIX.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to