I was wondering if anyone else is having problems using SQLite and AW-ETL together.
The problem I'm running into is that the ActiveRecord SQLite adapter doesn't symbolize keys on the config hash so when it fails when it tries to lookup config[:database] (since the hash still have config["database"] keys). MySQL (and indeed most of the other adapters) symbolize the keys beforehand, so I don't know if this is just an omission or intentional. The weird thing is that my Rails app that uses the SQLite3 adapter does fine, but I can't find where the keys are being symbolized. So should AW-ETL call symbolize_keys? Or should ActiveRecord's SQLite adapter? Or am I just doing something wrong? Thanks, Andrew _______________________________________________ Activewarehouse-discuss mailing list Activewarehouse-discuss@rubyforge.org http://rubyforge.org/mailman/listinfo/activewarehouse-discuss