From: Christopher Jones Date: Tue, 12 Nov 2024 01:19:49 +0000 (+1100) Subject: Fix whitespace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9ddb5987c0ebc7711325663d367bb8525f4ca64;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix whitespace --- 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