Yep, it works fine when using Repo.get/2. But see what Repo.insert(%Users{name: "hello"}) returns
Repo.get/2
Repo.insert(%Users{name: "hello"})