summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2023-05-04 12:56:59 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2023-05-04 12:56:59 +0000
commitdb9a2caa43f0e8539bd1b3d8a2522f8018903605 (patch)
tree486afddb3919c77cadc64d8a8b741bc511cc2c7f /doc
parent3841c5c7ded5bc01a343439f2835e0b2056aeaa3 (diff)
parent7bf624eb616e88f33bcf3f8b11b9c5b7dd2ba890 (diff)
downloadsqlalchemy-db9a2caa43f0e8539bd1b3d8a2522f8018903605.tar.gz
Merge "Add public alias of type _ColumnExpressionArgument" into main
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_20/9656.rst8
-rw-r--r--doc/build/core/internals.rst3
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_20/9656.rst b/doc/build/changelog/unreleased_20/9656.rst
new file mode 100644
index 000000000..16c170aa8
--- /dev/null
+++ b/doc/build/changelog/unreleased_20/9656.rst
@@ -0,0 +1,8 @@
+.. change::
+ :tags: typing, sql
+ :tickets: 9656
+
+ Added type ``ColumnExpressionArgument`` as a public alias of an internal
+ type. This type is useful since it's what' accepted by the sqlalchemy in
+ many api calls, such as :meth:`_sql.Select.where`, :meth:`_sql.and` and
+ many other.
diff --git a/doc/build/core/internals.rst b/doc/build/core/internals.rst
index e3769b342..26aa9831d 100644
--- a/doc/build/core/internals.rst
+++ b/doc/build/core/internals.rst
@@ -69,3 +69,6 @@ Some key internal constructs are listed here.
.. autoclass:: sqlalchemy.engine.AdaptedConnection
:members:
+
+.. autoattribute:: sqlalchemy.sql.ColumnExpressionArgument
+ :members: