[Sqlalchemy-tickets] Issue #3959: postgresql interval restricted types (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
From: lv <iss...@bi...> - 2017-04-05 15:48:36
|
New issue 3959: postgresql interval restricted types https://bitbucket.org/zzzeek/sqlalchemy/issues/3959/postgresql-interval-restricted-types lv: as [mentioned Ilja Everilä](http://stackoverflow.com/a/43231662) according to [this code](https://github.com/zzzeek/sqlalchemy/blob/master/lib/sqlalchemy/dialects/postgresql/base.py#L1303), there is only 'interval': INTERVAL, 'interval year to month': INTERVAL, 'interval day to second': INTERVAL, and no [others](https://www.postgresql.org/docs/9.6/static/datatype-datetime.html) YEAR MONTH DAY HOUR MINUTE SECOND YEAR TO MONTH DAY TO HOUR DAY TO MINUTE DAY TO SECOND HOUR TO MINUTE HOUR TO SECOND MINUTE TO SECOND types of interval ? found [460 ticket](https://bitbucket.org/zzzeek/sqlalchemy/issues/460/postgresql-interval-type) but there only two additional types 'interval year to month', 'interval day to second' |