diff options
Diffstat (limited to 'lib/sqlalchemy/sql/elements.py')
-rw-r--r-- | lib/sqlalchemy/sql/elements.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/sqlalchemy/sql/elements.py b/lib/sqlalchemy/sql/elements.py index b3b041385..20c3e8991 100644 --- a/lib/sqlalchemy/sql/elements.py +++ b/lib/sqlalchemy/sql/elements.py @@ -3777,8 +3777,7 @@ class Over(ColumnElement): This is a special operator against a so-called "window" function, as well as any aggregate function, which produces results relative to the result set - itself. It's supported only by certain database - backends. + itself. Most modern SQL backends now support window functions. """ |