Bug 157886 - Firebird: copy & paste a table from one odb to another odb changes comma position for decimal fields, depending on definded decimal places
Summary: Firebird: copy & paste a table from one odb to another odb changes comma posi...
Status: RESOLVED DUPLICATE of bug 156530
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
7.6.2.1 release
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-22 12:14 UTC by bugReportLOm
Modified: 2023-10-22 16:00 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugReportLOm 2023-10-22 12:14:54 UTC
Description:
copy & paste a table from one odb to another odb changes comma position for decimal fields, depending on defined decimal places. 

field with 2 positions after decimal point
29,41 changed to 0,29

field with 8 positions after decimal point
1,05263160 changed to 0,00000001

Thanks

Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: de-DE
Calc: CL threaded

Steps to Reproduce:
1.copy & paste a table from one odb to another odb
2.check decimal numbers
3.

Actual Results:
comma position changed

Expected Results:
numbers should be the same


Reproducible: Always


User Profile Reset: No

Additional Info:
see description
Comment 1 Robert Großkopf 2023-10-22 13:09:01 UTC
Isn't this the same bug as 
https://bugs.documentfoundation.org/show_bug.cgi?id=156530 ?
Comment 2 bugReportLOm 2023-10-22 15:58:38 UTC

*** This bug has been marked as a duplicate of bug 156530 ***
Comment 3 bugReportLOm 2023-10-22 16:00:23 UTC
Sorry, I had not seen 156530.

Yes, it is the same. 
I only tested it for copying one table from one database and pasting the copied table as a new one in the other database.

Changed it to duplicate.

Thanks