postgresql-for-doctrine icon indicating copy to clipboard operation
postgresql-for-doctrine copied to clipboard

Range types (mainly tstzrange, tsrange and daterange)

Open adaliszk opened this issue 4 years ago • 1 comments

Awesome project!

When you have time, could you add support for the built-in range types in Postgres? https://www.postgresql.org/docs/current/rangetypes.html

For the date based ranges, it would be really cool if it already maps the values to a DatePeriod class: https://www.php.net/manual/en/class.dateperiod.php

adaliszk avatar Apr 15 '20 03:04 adaliszk

Thanks for the suggestion. I hope you can help with the expansion of the project. PR #63 can be used as an example of how new functionality can be added fairly easily.

martin-georgiev avatar Apr 18 '20 20:04 martin-georgiev