]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Allow the value 0 for Postgresql TIME/TIMESTAMP precision
authorIonuț Ciocîrlan <jdxlark@gmail.com>
Wed, 23 Nov 2016 14:43:47 +0000 (09:43 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 23 Nov 2016 14:48:34 +0000 (09:48 -0500)
commit868e98bf407175b016e9e5cbc95bcf0cc859362a
treeb233d94a46691704051834716f342b26b67fd9d1
parentdf9b6492e5ca47e26d539d2283fa816a2d5c8ad6
Allow the value 0 for Postgresql TIME/TIMESTAMP precision

Change-Id: Ie38c48369222d95849645f027e2c659f503cfd53
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/322
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_types.py