diff options
author | mike bayer <mike_mp@zzzcomputing.com> | 2022-12-28 00:01:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@ci3.zzzcomputing.com> | 2022-12-28 00:01:58 +0000 |
commit | 8e041e24182c8f4b7762ebbecd494f7dbf86b818 (patch) | |
tree | 8fcbed19a26c1f63f58b0720d74785f1370709dd /lib/sqlalchemy/dialects/postgresql/ext.py | |
parent | da31be3bd4d71d3d4625ede0cd3b1b48ff1fc1ed (diff) | |
parent | 3ea98184dd0842f222772f13f02a373359132281 (diff) | |
download | sqlalchemy-8e041e24182c8f4b7762ebbecd494f7dbf86b818.tar.gz |
Merge "rename 2.0.0b5 to 2.0.0rc1" into main
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/ext.py')
-rw-r--r-- | lib/sqlalchemy/dialects/postgresql/ext.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/ext.py b/lib/sqlalchemy/dialects/postgresql/ext.py index 31fbf203b..812b542cc 100644 --- a/lib/sqlalchemy/dialects/postgresql/ext.py +++ b/lib/sqlalchemy/dialects/postgresql/ext.py @@ -339,7 +339,7 @@ class to_tsvector(_regconfig_fn): ``sqlalchemy.func.to_tsvector()``, ensuring the correct argument and return type handlers are used at compile and execution time. - .. versionadded:: 2.0.0b5 + .. versionadded:: 2.0.0rc1 """ @@ -361,7 +361,7 @@ class to_tsquery(_regconfig_fn): ``sqlalchemy.func.to_tsquery()``, ensuring the correct argument and return type handlers are used at compile and execution time. - .. versionadded:: 2.0.0b5 + .. versionadded:: 2.0.0rc1 """ @@ -383,7 +383,7 @@ class plainto_tsquery(_regconfig_fn): invoking ``sqlalchemy.func.plainto_tsquery()``, ensuring the correct argument and return type handlers are used at compile and execution time. - .. versionadded:: 2.0.0b5 + .. versionadded:: 2.0.0rc1 """ @@ -405,7 +405,7 @@ class phraseto_tsquery(_regconfig_fn): invoking ``sqlalchemy.func.phraseto_tsquery()``, ensuring the correct argument and return type handlers are used at compile and execution time. - .. versionadded:: 2.0.0b5 + .. versionadded:: 2.0.0rc1 """ @@ -427,7 +427,7 @@ class websearch_to_tsquery(_regconfig_fn): invoking ``sqlalchemy.func.websearch_to_tsquery()``, ensuring the correct argument and return type handlers are used at compile and execution time. - .. versionadded:: 2.0.0b5 + .. versionadded:: 2.0.0rc1 """ @@ -449,7 +449,7 @@ class ts_headline(_regconfig_fn): ``sqlalchemy.func.ts_headline()``, ensuring the correct argument and return type handlers are used at compile and execution time. - .. versionadded:: 2.0.0b5 + .. versionadded:: 2.0.0rc1 """ |