Bug 71414 - take NUM_PREC_RADIX into account
Summary: take NUM_PREC_RADIX into account
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Database (show other bugs)
Version: unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
QA Contact:
URL:
Whiteboard: NeedsDevEval SkillSql SkillCpp Diffic...
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-09 01:26 UTC by Lionel Elie Mamane
Modified: 2015-01-03 17:38 UTC (History)
4 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Lionel Elie Mamane 2013-11-09 01:26:41 UTC
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.
Comment 1 Robinson Tryon (qubit) 2013-11-25 02:31:08 UTC
Status -> NEW
Comment 2 Joel Madero 2014-02-27 23:29:06 UTC
In order to limit the confusion between ProposedEasyHack and EasyHack and to make queries much easier we are changing ProposedEasyHack to NeedsDevEval.

Thank you and apologies for the noise
Comment 3 Alex Thurgood 2015-01-03 17:38:15 UTC
Adding self to CC if not already on


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.