Mac OS X 10.5
Server version: 5.1.45 MySQL Community Server (GPL)
JRuby 1.5.0.RC2
activerecord (2.3.5)
activerecord-jdbc-adapter (0.9.5)
activerecord-jdbcmysql-adapter (0.9.5)
jdbc-mysql (5.0.4)
Ruby 1.8.7
activerecord (2.3.5)
mysql (2.8.1)
While trying to run the redmine test suite, I observed the following behaviour. While all migrations work and all test pass successfully, the creation of db/schema.rb was faulty. While MRI produced the following line:
t.text "text", :limit => 2147483647
JRuby ommited the limit parameter
t.text "text"
resulting in a much to small column width in the test database.
Gregor Schmidt added a comment - 04/May/10 08:57 PM Sorry, the fix to test/simple.rb was based on an older version of the git repo (0.9.4).
The rest remains unchanged.
Sorry, the fix to test/simple.rb was based on an older version of the git repo (0.9.4).
The rest remains unchanged.