rowland/activerecord-fb-adapter

Database default character set on db:test:prepare

Closed this issue · 1 comments

Hi,
When I run db:test:prepare my default charecter set gets set to none.
Which make my (sql) stucture not load, because of the wrong collation.

Is there a way to set this default so it gets executed directly on creation?

regards Markus

What charset do you specify in your database.yml? It defaults to NONE, but you may select another.