]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
document scalar_subquery() with column_property()
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Apr 2021 13:25:04 +0000 (09:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Apr 2021 13:25:04 +0000 (09:25 -0400)
commitd868f7914cd0617d529a6067e8ec7843692f8937
tree5916d3706abdf361730768603d01b7eb5f234281
parent5e416bfa91e7dcba5a0adb5f275341ac9f83fe81
document scalar_subquery() with column_property()

Other doc cleanups and fixes as well, including more
explicitness that declarative attribute assignment only
works when a declarative base is involved; other forms
need to call add_property() directly.

Fixes: #6225
Change-Id: I123c3fb35cfa788b96bac7ab640f6de857d003d6
doc/build/orm/mapped_sql_expr.rst
lib/sqlalchemy/sql/selectable.py