Hi I have some double field in my tables and when I looked into the database using sql client I saw that values that I inserted into the database are changed. for example:
2.30 is stored as 2.299999952316284 1.7 is stored as 1.7000000476837158 I am using JPA, the property type in JPA entities are float and my JPA provider is toplink essential. Is it normal or something is wrong with my database or JPA entities? Thanks. -- View this message in context: http://www.nabble.com/Values-in-double-fields-are-not-stored-as-I-specified.-tp25187579p25187579.html Sent from the Apache Derby Users mailing list archive at Nabble.com.
