https://bugs.documentfoundation.org/show_bug.cgi?id=149181
--- Comment #7 from Robert Großkopf <[email protected]> --- (In reply to titanemdg from comment #6) > > TEST 1: > ------------ > Set > name = '1.234567' > address = '1.234567' > > Result of the code in libobase are: > name -> '1,23' > address -> '1.234567' Seems the field "name" is formatted as number, see decimal separator ','. I couldn't format it as number here. Formatting is impossible in query here. Could only set horizontal align when connecting through direct connection with PostgreSQL … -- You are receiving this mail because: You are the assignee for the bug.
