-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating for Ecto 3 #2
Comments
As a first step I wanted to setup the development environment for the project in its current state. I have no experience with CockroachDB, but I managed to install it with Homebrew simply enough. However, when I try to run the tests I get the following errors:
First I thought that I needed to create the database. That's not the case as it is automatically recreated in test/test_helper.exs:43-44. Next I suspected that there was an issue in What am I doing wrong? |
Hi @lackac , I have just released a new version compatible with Ecto 3.x, enjoy ;) |
I've been using
ecto_replay_sandbox
with redshift_ecto which I'm looking to update for Ecto 3. Sinceecto_replay_sandbox
is a dependency I started looking into updating it as well. I don't think it's going to be a simple process as much have changed in the underlying libraries (e.g. db_connection changes) so I would welcome any help or guidance.The text was updated successfully, but these errors were encountered: