summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-12-27 17:28:36 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2022-12-27 17:28:36 -0500
commit3ea98184dd0842f222772f13f02a373359132281 (patch)
tree6c50a16885076777627897914af02b83913c7811 /lib/sqlalchemy/sql
parent0f7ba068a91cbaa7233315d93d0d8624a6a7930f (diff)
downloadsqlalchemy-3ea98184dd0842f222772f13f02a373359132281.tar.gz
rename 2.0.0b5 to 2.0.0rc1
it's hoped for 2.0.0 final to be next, in early January Change-Id: If4285f0929f4a2895f2bc93d9e8336599b973bcf
Diffstat (limited to 'lib/sqlalchemy/sql')
-rw-r--r--lib/sqlalchemy/sql/compiler.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sqlalchemy/sql/compiler.py b/lib/sqlalchemy/sql/compiler.py
index 895e9724c..73758ddfa 100644
--- a/lib/sqlalchemy/sql/compiler.py
+++ b/lib/sqlalchemy/sql/compiler.py
@@ -912,7 +912,7 @@ class SQLCompiler(Compiled):
:meth:`_sql.SQLCompiler.bindparam_string` method may need to be augmented.
See the cx_Oracle compiler for an example of this.
- .. versionadded:: 2.0.0b5
+ .. versionadded:: 2.0.0rc1
"""
@@ -1061,7 +1061,7 @@ class SQLCompiler(Compiled):
the "expanded" SQL is assigned here, and then used by the ``.params``
accessor and ``.construct_params()`` methods for their return values.
- .. versionadded:: 2.0.0b5
+ .. versionadded:: 2.0.0rc1
"""
@@ -1624,7 +1624,7 @@ class SQLCompiler(Compiled):
this method will provide for both the finalized SQL string as well
as the parameters that would be used for a particular parameter set.
- .. versionadded:: 2.0.0b5
+ .. versionadded:: 2.0.0rc1
"""
parameters = self.construct_params(