Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Martin Little
RE: undefined method `select_rows' [ reply ]  
2010-06-17 17:19
Nm, fixed this by editing the select definition at the bottom and changing c.drop to c.free.

Now migrations work fine.


By: Martin Little
RE: undefined method `select_rows' [ reply ]  
2010-06-17 17:11
I got past this by patching the method in, but then it dies when it tries to call drop on Informix::SequentialCursor from the select call.

By: marco alparone
undefined method `select_rows' [ reply ]  
2010-04-30 15:23
Hi all,

I'm trying to use rails with informix but when I try to migrate a simple table I've always got back:

undefined method `select_rows' for #<ActiveRecord::ConnectionAdapters::InformixAdapter:0xb6dff294>

I've seen that the Oracle adapter has (or had) the same problem. I did try to use the same workaround (define the method) but with no luck.

Any help would be appreciated.

Thanks