Ecto schemaless insert_all throwing error on data type missmatch

Yep, this seems about right… I always forget that if you’re not using a changeset to sanitize data you’re basically on your own with Ecto. What caught me by surprise though is that Postgrex wouldn’t just dump it or pass the input down directly to Postgres.

Thanks for the help @cenotaph. Cheers!

1 Like