]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add req for nullable booleans
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Sep 2019 13:56:33 +0000 (09:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Sep 2019 13:57:12 +0000 (09:57 -0400)
commit1817d8a6cf2460d021bffbe4dc66ee3aa04ab96a
tree98924f541e762b7d42e9ea961fb5d729caabac79
parente8ef7207d23a4e902bea7163126e0d5ccce22254
Add req for nullable booleans

Access doesn't allow for Yes/No columns to store null, so add
a rule for this.

Change-Id: If9316cd05733e39fbd59a6f54024f6740b563041
(cherry picked from commit 6cfbd5fefef51374d3c60fb58e094db00643faa0)
lib/sqlalchemy/testing/requirements.py
lib/sqlalchemy/testing/suite/test_types.py