diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-04-05 12:55:39 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-04-05 13:55:10 -0400 |
commit | b39b6023c57b25c00bbed946a83bc44c36d52940 (patch) | |
tree | c6de96541c9c79a076091b66a53dcecfbcd8b965 /test/sql/test_compiler.py | |
parent | 06a90199c56b612dec0c318fbc775ad4edc091a5 (diff) | |
download | sqlalchemy-b39b6023c57b25c00bbed946a83bc44c36d52940.tar.gz |
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
Diffstat (limited to 'test/sql/test_compiler.py')
0 files changed, 0 insertions, 0 deletions