views:

21

answers:

0

I'm running RVM with ruby 1.9.2 and rails 3.0.0rc and when I run rake db:migrate I get

Expected argument 0 of type sqlite3 *, but got SWIG::TYPE_p_sqlite3 #<SWIG::TYPE_p_sqlite3:0x00000... 
      in SWIG method 'sqlite3_busy_timeout'

Has anyone run into this?

And more importantly, has anyone fixed it and how?