Created attachment 157756 [details] Screenshot shows currenbcy-format for integer as default-format Connect to Firebird-Server through JDBC. Try to create a Table. Set one field as Integer (or BigInt, SmallInt ...). All this fields will be shown as default with currency-format when inserting new values. Have a look at the attached screenshot. Shows this currency-format with 2 decimal places, which is totally wrong for a type, which couldn't save decimal-places at all. Could be the bug isn't special JDBC. But with ODBC-for example, creating of tables leads to a crash here ... All tested with Version: 6.4.0.3 Build ID: b0a288ab3d2d4774cb44b62f04d5d28733ac6df8 CPU threads: 6; OS: Linux 4.12; UI render: default; VCL: kf5; Locale: de-DE (de_DE.UTF-8); UI-Language: en-US Calc: threaded
Had the same behavior in ODBC with MariaDB. Then changed the ODBC-driver and it has been gone. So I think is not our bug and I will close this one.