mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-06 08:56:51 -04:00
"does not support reflection" -> "does not support nullable booleans"
Change-Id: Icf00f9250ffe45413369a6bb2c2910da42c017ee
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user