https://bugs.documentfoundation.org/show_bug.cgi?id=156530
--- Comment #19 from Lionel Elie Mamane <[email protected]> --- (In reply to Julien Nabet from comment #18) > - if sInput = 123.456 then sqlscale = 3 so the value is 123456 > - if sInput = 2345.16 then sqlscale = 2 so the value is 234516 > so I got the same as just removing "." This may be true in this specific scenario of copying from a Firebird table to a Firebird table, but setString() is a generic API call, and should handle correctly any sane string... Also e.g. setString("123.456") when sqlscale=0 or sqlscale=2 or sqlscale=5. -- You are receiving this mail because: You are the assignee for the bug.
