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

--- Comment #1 from Richard Demattio <rich.li...@demattio.co.at> ---
tested again with 
Version: 7.4.2.3 / LibreOffice Community
Build ID: 382eef1f22670f7f4118c8c2dd222ec7ad009daf
CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: de-AT (en_US.UTF-8); UI: en-US
Calc: threaded
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+
See my settings: Locale: de-AT (en_US.UTF-8); UI: en-US
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In the attached database the testcase is "Sub DBOpen". You can run it with "F5"
The other modules are for displaying the behaviour.

Have a look at the values: 1111.11 and 12345.678 (with a decimal DOT)
These constants are converted to 1111,11 and 12345,678 (wit a decimal COMMA)

You can see it in the message box

In the following command "oResult = oSQL_Command.executeQuery(stSQL)"
the commas of the "stSql" string are interpreted as separators
and the error message shows, that there are 3 columns, but 5 values

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to