]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Improve the documentation of json.as method
authorFederico Caselli <cfederico87@gmail.com>
Wed, 27 Mar 2024 21:00:00 +0000 (22:00 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 29 May 2024 19:25:02 +0000 (19:25 +0000)
commit312f2e017dfcd9f4d9132e76705bd8420a130fb4
tree6d73d65594e08808f2f13305f386394a85cb3add
parent754804635bc922c20d0b0075e0ed2da0add38742
Improve the documentation of json.as method

Mention that these method are more like ``type_coerce`` than
``cast``.

Fixes: #11065
Change-Id: Ia5bd4f6d5f48be9557d0504f628202e1e6ddf6d1
lib/sqlalchemy/sql/sqltypes.py