https://bugs.documentfoundation.org/show_bug.cgi?id=149181
--- Comment #6 from titanemdg <[email protected]> --- I have created the table with libo base and tested column 'name' and 'address'. Inserting and modifying the 'Company' table was done with pgadmin4 GUI. The code is : SELECT * FROM (SELECT * FROM "public"."company" ORDER BY "id") "company" TEST 1: ------------ Set name = '1.234567' address = '1.234567' Result of the code in libobase are: name -> '1,23' address -> '1.234567' TEST 2 : -------------- Set name = '1,234567' address = '1,234567' Result of code in libobase are: name -> '1' address -> '1,234567' I am using french language settings -- You are receiving this mail because: You are the assignee for the bug.
