Migrations with FrontBase adapter

I’m trying to use ActiveRecord::Migrate using the frontbase adapter.

I get the following error, as previously reported for the Oracle adapter
a while ago. Seems that the select_rows method isn’t implemented in the
adapter. I did some extensive web and forum searches but wound up
completely empty-handed. Is anyone using this anymore?

I would very much appreciate any suggestion on what would be the best
way to fix this. I’m pretty new to Ruby and RoR so please be gentle :slight_smile:

Thanks,
Tony


undefined method select_rows' for #<ActiveRecord::ConnectionAdapters::FrontBaseAdapter:0x1022e7f68> /Library/Ruby/Gems/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract/database_statements.rb:27:inselect_values’
/Library/Ruby/Gems/1.8/gems/activerecord-frontbase-adapter-1.0.0.9250/lib/active_record/connection_adapters/frontbase_adapter.rb:658:in
tables' /Library/Ruby/Gems/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract/schema_statements.rb:319:ininitialize_schema_migrations_table’
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.5/lib/active_record/migration.rb:436:in
initialize' /Library/Ruby/Gems/1.8/gems/activerecord-2.3.5/lib/active_record/migration.rb:400:innew’
/Library/Ruby/Gems/1.8/gems/activerecord-2.3.5/lib/active_record/migration.rb:400:in
up' /Library/Ruby/Gems/1.8/gems/activerecord-2.3.5/lib/active_record/migration.rb:383:inmigrate’

I get the following error, as previously reported for the Oracle adapter
a while ago. Seems that the select_rows method isn’t implemented in the
adapter.

Please, can anyone point me in the right direction where to look or what
steps to take to get select_rows in the frontbase adapter working?