Skip to content
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

postgrex error #15

Open
arruah opened this issue Jan 28, 2019 · 0 comments
Open

postgrex error #15

arruah opened this issue Jan 28, 2019 · 0 comments

Comments

@arruah
Copy link

arruah commented Jan 28, 2019

After running mix ecto.create
I got error:

warning: found quoted keyword "coveralls" but the quotes are not required. Note that keywords are always atoms, even when quoted, and quotes should only be used to introduce keywords with foreign characters in them
  mix.exs:54

==> postgrex
Compiling 61 files (.ex)
warning: function slice/1 required by protocol Enumerable is not implemented (in module Enumerable.Postgrex.Stream)
  lib/postgrex/stream.ex:22


== Compilation error in file lib/postgrex/extensions/timestamptz.ex ==
** (ArgumentError) invalid Unix time 9224318016000
    (elixir) lib/calendar/datetime.ex:172: DateTime.from_unix!/3
    lib/postgrex/extensions/timestamptz.ex:13: (module)
    (stdlib) erl_eval.erl:680: :erl_eval.do_apply/6
could not compile dependency :postgrex, "mix compile" failed. You can recompile this dependency with "mix deps.compile postgrex", update it with "mix deps.update postgrex" or clean it with "mix deps.clean postgrex"

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

No branches or pull requests

1 participant