Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

can't create repo #49

Open
shinriyo opened this issue Aug 22, 2016 · 1 comment
Open

can't create repo #49

shinriyo opened this issue Aug 22, 2016 · 1 comment

Comments

@shinriyo
Copy link

I did the command

mix ecto.gen.repo Blog.Repo

error is

== Compilation error on file lib/sqlite_ecto.ex ==
** (CompileError) lib/sqlite_ecto.ex:41: no super defined for load/2 in module Sqlite.Ecto. Overridable functions available are: autogenerate/1, delete/4, dumpers/2, ensure_all_started/2, execute/6, execute_ddl/3, insert/5, insert_all/6, loaders/2, prepare/2, update/6
    lib/sqlite_ecto.ex:40: (module)

my mix.exs file is

  defp deps do
    [{:phoenix, "~> 1.2.1"},
     {:phoenix_pubsub, "~> 1.0"},
     {:poison, "~> 2.1", override: true},
     {:ecto, "~> 2.0", override: true},
     {:phoenix_ecto, "~> 3.0"},
     {:postgrex, ">= 0.0.0"},
     {:phoenix_html, "~> 2.6"},
     {:phoenix_live_reload, "~> 1.0", only: :dev},
     {:gettext, "~> 0.11"},
     {:sqlite_ecto, "~> 1.0.2"},
     {:cowboy, "~> 1.0"}]
  end
@philipgiuliani
Copy link

I'm sure you already found out, but this project is not working with Ecto 2.0.
There is another issue for this problem: #47

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants