*** odba.rb 2011-12-02 09:59:20.764889109 +0100 --- migel/lib/migel/persistence/odba.rb 2011-12-02 09:58:49.679067861 +0100 *************** *** 16,22 **** module ODBA end end ! ODBA.storage.dbi = ODBA::ConnectionPool.new("DBI:pg:#{@config.db_name}", ! @config.db_user, @config.db_auth) ODBA.cache.setup end --- 16,21 ---- module ODBA end end ! ODBA.storage.dbi = ODBA::ConnectionPool.new("DBI:Pg:#{@config.db_name}", @config.db_user, @config.db_auth) ODBA.cache.setup end