fuelen / ecto_dev_logger

An alternative logger for Ecto queries
Apache License 2.0
147 stars 14 forks source link

Support Postgrex.Interval #27

Closed vanderhoop closed 7 months ago

vanderhoop commented 7 months ago

This pull request adds PrintableParameter support for Postgrex.Interval, as these parameters were causing ecto_dev_logger to choke when I started developing features related to timeseries data. The code introduced is minimal, as there is already a Postgrex.Interval.to_string/1 func that we can delegate to.

fuelen commented 7 months ago

Thank you!

fuelen commented 7 months ago

Published a new release