From e542dea6ced269cb188b06cbd04cecf1c400e29a Mon Sep 17 00:00:00 2001 From: Miguel Grillo Date: Thu, 24 Oct 2024 20:02:50 +0200 Subject: [PATCH] docs: add versionadded directive for oracle_tablespace option Added the .. versionadded:: 2.0.37 directive to document the version in which the oracle_tablespace option was introduced. --- lib/sqlalchemy/dialects/oracle/base.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/sqlalchemy/dialects/oracle/base.py b/lib/sqlalchemy/dialects/oracle/base.py index 885728f465..f9b08669ec 100644 --- a/lib/sqlalchemy/dialects/oracle/base.py +++ b/lib/sqlalchemy/dialects/oracle/base.py @@ -509,6 +509,8 @@ in conjunction with the :class:`_schema.Table` construct: table is to be created. This is useful when you want to create a table in a tablespace other than the default tablespace of the user. + .. versionadded:: 2.0.37 + .. _oracle_index_options: Oracle Specific Index Options -- 2.47.3