Changes between Initial Version and Version 1 of Ticket #30602, comment 1
- Timestamp:
- Jun 27, 2019, 10:00:14 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30602, comment 1
initial v1 1 As I mentioned on the ticket`Extract` functions don't explicitly support `DurationField`; it's not documented nor tested. They happen to work for PostgreSQL because `EXTRACT(component FROM ::interval)` happens to work but that's just a coincidence.1 As I mentioned on the PR `Extract` functions don't explicitly support `DurationField`; it's not documented nor tested. They happen to work for PostgreSQL because `EXTRACT(component FROM ::interval)` happens to work but that's just a coincidence. 2 2 3 3 I'm not sure if this ticket should be closed as invalid or repurposed as a feature request to add tested support. We'll have to come with with a way of defining units such as years though, do we want to consider them as `365.25` days?