[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Support Postgresql INTERVAL fields spec/reflection
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-04-05 19:55:44
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b39b6023c57b/ Changeset: b39b6023c57b Branch: master User: zzzeek Date: 2017-04-05 17:55:10+00:00 Summary: Support Postgresql INTERVAL fields spec/reflection Added support for all possible "fields" identifiers when reflecting the Postgresql ``INTERVAL`` datatype, e.g. "YEAR", "MONTH", "DAY TO MINUTE", etc.. In addition, the :class:`.postgresql.INTERVAL` datatype itself now includes a new parameter :paramref:`.postgresql.INTERVAL.fields` where these qualifiers can be specified; the qualifier is also reflected back into the resulting datatype upon reflection / inspection. Change-Id: I33816e68c533b023e0632db6f4e73fefd2de4721 Fixes: #3959 Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |