elixir-sqlite/ecto_sqlite3

Don't need to pattern match on `{:maybe, type}` in upcoming Ecto release

greg-rychlewski opened this issue · 1 comments

With the given change elixir-ecto/ecto#4265 you don't have to pattern match on {:maybe, type} anymore. I don't think it will hurt if you leave it as is but just wanted to give you a heads up.

Thanks for the heads up. I'll keep this open to remind me to go yank once that lands. I'll probably need to bump the minimum version requirement when that happens as well.