Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.3.1
-
Fix Version/s: None
-
Component/s: JRuby-extras
-
Labels:None
-
Environment:rails 2.2.2, jdbcmysql 0.9.1
-
Number of attachments :
Description
to reproduce: In Rails, create a table with a float field with a value of 3.0, and an associated ActiveRecord model. Read the model from the database, and the value of the float field is 0.30000011920929...
Fixed in 0.9.2, see http://kenai.com/jira/browse/ACTIVERECORD_JDBC-25