Is it possible to use columns of type int8range? The code editor cannot parse "int8range". Can a preexisisting postgres schema be used with IHP? I need those for a bitemporal model.
Asked
Active
Viewed 34 times
0
-
`int8range` is a predefined [range type](https://www.postgresql.org/docs/current/rangetypes.html#RANGETYPES-BUILTIN) and can certainly be used, see [here](https://dbfiddle.uk/jPHdTri-). You give no information as to how you are trying to use it nor why you claim the code editor cannot parse it. Please update your question to contain actual code and complete error message, all as text - **no images**. – Belayer Apr 15 '23 at 23:51
-
https://github.com/digitallyinduced/ihp/issues/1649 – Michael Fliegner Apr 17 '23 at 17:32
-
Do You know ihp framework by digitally induced? – Michael Fliegner Apr 17 '23 at 20:02
-
Unfortunately, no. – Belayer Apr 17 '23 at 21:58
1 Answers
0
IHP has no support for int8range yet. All supported database types can be found in the documentation.
Maybe you can file a GitHub issue for this so we can add support for range types in the future.

Marc Scholten
- 1,351
- 3
- 5