From 05bb556d721d1b4859752f1fce543661d15c4779 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Mon, 24 Aug 2020 21:13:49 +0200 Subject: Improve docs of Identity columns. Change-Id: Iba85ac3c2c9f40878768d74a5dd33083fc68e504 --- lib/sqlalchemy/sql/schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/sql/schema.py') 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. -- cgit v1.2.1