Files
sqlalchemy/lib
Mike Bayer 29d6f6e19b - Fixed the `.python_type attribute of :class:.postgresql.INTERVAL`
to return ``datetime.timedelta`` in the same way as that of
:obj:`.types.Interval.python_type`, rather than raising
``NotImplementedError``.
fixes #3571
2015-11-19 15:10:46 -05:00
..