Closed krisalyssa closed 6 years ago
I'll review a patch if one comes for this, but … I'm not sure what would be the point of fixing this.
Wouldn't the in-memory database created via mix ecto.create
be discarded before it could be used in mix test
?
Oh. You're right. /dopeslap
Mac OS X 10.13.4, Elixir 1.6.5, Erlang 20.3.6, SQLite 3.19.3,
sqlite_ecto2
2.2.2.I followed the tutorial at https://github.com/scouten/sqlite_ecto2/blob/master/docs/tutorial.md through the end of "Configuring Ecto", running
mix ecto.create
followed bymix test
. Success.Then I edited
config/config.exs
to use an in-memory temporary database, as described in the SQLite documentation at https://sqlite.org/c3ref/open.html:This time, when I run
mix ecto.create
, I get an error: