"does not support reflection" -> "does not support nullable booleans"

Change-Id: Icf00f9250ffe45413369a6bb2c2910da42c017ee
This commit is contained in:
Mike Bayer
2019-12-17 09:57:30 -05:00
parent e7c78be2e7
commit 051c2fde4c
+2 -2
View File
@@ -123,8 +123,8 @@ Key aspects of this file layout include:
For a third-party dialect, the custom ``Requirements`` class can
usually specify a simple yes/no answer for a particular system. For
example, a requirements file that specifies a database that supports
the RETURNING construct but does not support reflection of tables
might look like this::
the RETURNING construct but does not support nullable boolean
columns might look like this::
# sqlalchemy_access/requirements.py