ecto_materialized_path icon indicating copy to clipboard operation
ecto_materialized_path copied to clipboard

Handle UUID's as path values

Open corck opened this issue 7 years ago • 0 comments

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.

corck avatar Mar 21 '18 14:03 corck