ecto_materialized_path
ecto_materialized_path copied to clipboard
Handle UUID's as path values
When using UUID's as a table's primary key it currently fails because of the check if path values are integers.
Extended to check if path values are either integer or binaries.