[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/pasting NUMERIC or DECIMAL table data

2019-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 Xisco FaulĂ­ changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/pasting NUMERIC or DECIMAL table data

2019-03-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 --- Comment #21 from nikant --- >From LO 6.0.7 stable we tried to go to 6.1.5 stable and turned on "experimental features" in order to try conversion from HSQLDB embedded to Firebird db embedded. Unfortunately most of our DECIMAL data got

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/pasting NUMERIC or DECIMAL table data

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 --- Comment #20 from JD --- I can verify sdritc...@gmail.com, comment #19. Migration of any table containing numeric/decimal data gets corrupted. I would consider this a VERY CRITICAL problem since it makes using Firebird migration total

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/pasting NUMERIC or DECIMAL table data

2019-02-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 --- Comment #19 from sdritc...@gmail.com --- Moving my comments from bug Bug 120693 to this thread since it is the active bug thread. Tested this conversion behavior again in just released 6.2.0 and NUMERIC data is still corrupted. Desc

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/pasting NUMERIC or DECIMAL table data

2018-12-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 --- Comment #18 from Drew Jensen --- Created attachment 147393 --> https://bugs.documentfoundation.org/attachment.cgi?id=147393&action=edit Results of importing data from Calc intro firebird Today on the QA irc channel a report was mad

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/pasting NUMERIC or DECIMAL table data

2018-12-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 Justin L changed: What|Removed |Added CC||jl...@mail.com --- Comment #17 from J

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/pasting NUMERIC or DECIMAL table data

2018-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 Alex Thurgood changed: What|Removed |Added CC||sdritc...@gmail.com --- Comment

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/pasting NUMERIC or DECIMAL table data

2018-10-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 --- Comment #15 from Lionel Elie Mamane --- (In reply to Julien Nabet from comment #14) > (In reply to Lionel Elie Mamane from comment #10) > > ... > > That select/case statement will need to be extended with new case clause(s) > > for DE

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/pasting NUMERIC or DECIMAL table data

2018-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 --- Comment #14 from Julien Nabet --- (In reply to Lionel Elie Mamane from comment #10) > ... > That select/case statement will need to be extended with new case clause(s) > for DECIMAL and NUMERIC. OPreparedStatement::setObjectWithInfo a

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/pasting NUMERIC or DECIMAL table data

2018-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 Alex Thurgood changed: What|Removed |Added CC||zoom...@gmx.com --- Comment #13

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/pasting NUMERIC or DECIMAL table data

2018-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 --- Comment #12 from Alex Thurgood --- Seems that bug 53027 is also relevant here. @Julien, you looked into some of the problems with the code there at the time. -- You are receiving this mail because: You are the assignee for the bug._

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/pasting NUMERIC or DECIMAL table data

2018-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 Alex Thurgood changed: What|Removed |Added See Also||https://bugs.documentfounda

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/pasting NUMERIC or DECIMAL table data

2018-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 Alex Thurgood changed: What|Removed |Added CC||ma...@hotmail.fr --- Comment #11

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/ pasting NUMERIC or DECIMAL table data

2018-04-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 Xisco FaulĂ­ changed: What|Removed |Added CC||xiscofa...@libreoffice.org

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/ pasting NUMERIC or DECIMAL table data

2018-04-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 --- Comment #10 from Lionel Elie Mamane --- (In reply to Julien Nabet from comment #7) > code pointer: > https://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/ > firebird/PreparedStatement.cxx#226 That select/case statem

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/ pasting NUMERIC or DECIMAL table data

2018-04-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 --- Comment #9 from Alex Thurgood --- (In reply to Julien Nabet from comment #6) > Thank you Stang for your feedback, so the pb is when one's tries to copy a > table with decimal/numeric from a database X to a database Y (X different > fr

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/ pasting NUMERIC or DECIMAL table data

2018-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 --- Comment #8 from Julien Nabet --- Created attachment 141273 --> https://bugs.documentfoundation.org/attachment.cgi?id=141273&action=edit bt with debug symbols Here's a bt from setString (whereas I filled the origin table with non d

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/ pasting NUMERIC or DECIMAL table data

2018-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 --- Comment #7 from Julien Nabet --- code pointer: https://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/firebird/PreparedStatement.cxx#226 -- You are receiving this mail because: You are the assignee for the bug.__

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/ pasting NUMERIC or DECIMAL table data

2018-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 --- Comment #6 from Julien Nabet --- Thank you Stang for your feedback, so the pb is when one's tries to copy a table with decimal/numeric from a database X to a database Y (X different from Y) Alex: so why did you mention Calc? I creat

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/ pasting NUMERIC or DECIMAL table data

2018-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 --- Comment #5 from Stang --- Copy table from .odb using HSQLDB embedded or split (so v1.8 thru 2.x) OR Copy table from .odb using MySQL OR Copy table from .odb using Firebird embedded TO Another .odb using Firebird embedd

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/ pasting NUMERIC or DECIMAL table data

2018-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 --- Comment #4 from Julien Nabet --- I don't understand copy from where to where? Hsqldb->Firebird? Calc->Firebird? Firebird->Calc? Other? -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/ pasting NUMERIC or DECIMAL table data

2018-04-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 --- Comment #3 from Alex Thurgood --- Or, is this an error in Calc's number converter ? ( which would more likely be of interest to Eike ?) -- You are receiving this mail because: You are the assignee for the bug.__

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/ pasting NUMERIC or DECIMAL table data

2018-04-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 Alex Thurgood changed: What|Removed |Added CC||btom...@gmail.com,

[Libreoffice-bugs] [Bug 116893] Firebird - Error when transferring/ pasting NUMERIC or DECIMAL table data

2018-04-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116893 Alex Thurgood changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0