diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2020-08-24 22:46:12 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2020-08-24 22:46:12 +0000 |
| commit | c3d74b3bef84f630993f307012003832cec232e7 (patch) | |
| tree | a1f0051f6d36596bb17b2e83a6d7d91830fc65fe /lib/sqlalchemy/sql | |
| parent | eb8cf282103b0b3d57e620152a451b059745f8df (diff) | |
| parent | 05bb556d721d1b4859752f1fce543661d15c4779 (diff) | |
| download | sqlalchemy-c3d74b3bef84f630993f307012003832cec232e7.tar.gz | |
Merge "Improve docs of Identity columns."
Diffstat (limited to 'lib/sqlalchemy/sql')
| -rw-r--r-- | lib/sqlalchemy/sql/schema.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/schema.py b/lib/sqlalchemy/sql/schema.py index c2a41205f..5c16b29ff 100644 --- a/lib/sqlalchemy/sql/schema.py +++ b/lib/sqlalchemy/sql/schema.py @@ -4697,7 +4697,7 @@ class Identity(IdentityOptions, FetchedValue, SchemaItem): :param on_null: Set to ``True`` to specify ON NULL in conjunction with a - 'by default' identity column. This option is only supported on + ``always=False`` identity column. This option is only supported on some backends, like Oracle. :param start: the starting index of the sequence. |
