This repository has been archived by the owner on May 20, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes custom range domains not supported natively (elixir-ecto#328)
For example, “CREATE DOMAIN public.validity_range AS tsrange CONSTRAINT …” will create a domain based on tsrange, and without the change, the end user must create a custom Postgrex extension to make use of such a type. In this change, the relevant bootstrap query used by the Type Server to determine base types within a range type is updated to take such domain types into account, so the native Range extension can be used. In addition, the comment within Type Info was updated to reflect the true nature of the underlying value
- Loading branch information