ecto_interval icon indicating copy to clipboard operation
ecto_interval copied to clipboard

Interval type for Ecto, currently only implemented for PostgreSQL, other database PR's are welcome.

Results 6 ecto_interval issues
Sort by recently updated
recently updated
newest added

The same thing as #10 again, for the new `postgrex` released some days ago. To me everything seems to be compatible, I have installed the package from the fork into...

At the moment string formatting isn't always the most helpful: ```elixir iex(34)> to_string(%Interval{months: 1, days: 2, secs: 3665}) "Every 1 months 2 days 3665 seconds" ``` I've come up with...

Otherwise this package blocks liveview `1.0`

Fixes https://github.com/OvermindDL1/ecto_interval/issues/14

Postgrex 0.20 [has been released](https://github.com/elixir-ecto/postgrex/blob/master/CHANGELOG.md#v0200-2025-02-05) on 2025-02-05. Would it be possible to allow this version?