Having been stumped by my good ole trust-worthy HSQLDB I moved on to  
this new Derby thing everyone's raving about. Could it prove more  
helpful?

Alas, no:

$ rake db:migrate --trace
[..snip..]
no implicit conversion from nil to integer
/Users/tirsen/Studios/ice/config/../vendor/rails/activerecord/lib/ 
active_record/migration.rb:308:in `select_one'
/Users/tirsen/Studios/ice/config/../vendor/rails/activerecord/lib/ 
active_record/migration.rb:308:in `current_version'
/Users/tirsen/Studios/ice/config/../vendor/rails/activerecord/lib/ 
active_record/migration.rb:326:in `current_version'
/Users/tirsen/Studios/ice/config/../vendor/rails/activerecord/lib/ 
active_record/migration.rb:390:in `irrelevant_migration?'
[..snip..]

It seems selecting the statement "select version from schema_info"  
blows up in a particularly unfriendly way even if I can indeed do the  
same query in for example SQuirreL.

Anyone have more experience with Derby and have managed to get it to  
work?

Cheers,
Jon




----
New from ThoughtWorks: Mingle, an Agile project management application.
Mingle. Project Intelligence. Powerfully Simple.
More at http://studios.thoughtworks.com



_______________________________________________
Jruby-extras-devel mailing list
[EMAIL PROTECTED]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to