From b9ddb5987c0ebc7711325663d367bb8525f4ca64 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 12 Nov 2024 12:19:49 +1100 Subject: [PATCH] Fix whitespace --- lib/sqlalchemy/sql/compiler.py | 2 +- lib/sqlalchemy/sql/operators.py | 4 ++-- lib/sqlalchemy/sql/schema.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/sqlalchemy/sql/compiler.py b/lib/sqlalchemy/sql/compiler.py index 3135a059c5..647d38e640 100644 --- a/lib/sqlalchemy/sql/compiler.py +++ b/lib/sqlalchemy/sql/compiler.py @@ -2349,7 +2349,7 @@ class SQLCompiler(Compiled): to be appended. Gives Oracle Database a chance to tack on a ``FROM DUAL`` to the string - output. + output. """ return "" diff --git a/lib/sqlalchemy/sql/operators.py b/lib/sqlalchemy/sql/operators.py index c1c3841456..dc3fe63554 100644 --- a/lib/sqlalchemy/sql/operators.py +++ b/lib/sqlalchemy/sql/operators.py @@ -1606,8 +1606,8 @@ class ColumnOperators(Operators): SQLite and MySQL, for example. Regular expression support is currently implemented for Oracle - Database, PostgreSQL, MySQL and MariaDB. Partial support is available - for SQLite. Support among third-party dialects may vary. + Database, PostgreSQL, MySQL and MariaDB. Partial support is available + for SQLite. Support among third-party dialects may vary. :param pattern: The regular expression pattern string or column clause. diff --git a/lib/sqlalchemy/sql/schema.py b/lib/sqlalchemy/sql/schema.py index 19d8f9f96e..5b4f0c2d41 100644 --- a/lib/sqlalchemy/sql/schema.py +++ b/lib/sqlalchemy/sql/schema.py @@ -3871,7 +3871,7 @@ class Sequence(HasSchemaAttr, IdentityOptions, DefaultGenerator): :param order: optional boolean value; if ``True``, renders the ORDER keyword, understood by Oracle Database, indicating the sequence - is definitively ordered. May be necessary to provide deterministic + is definitively ordered. May be necessary to provide deterministic ordering using Oracle RAC. :param data_type: The type to be returned by the sequence, for -- 2.47.3