]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
change gather orm example
authorFederico Caselli <cfederico87@gmail.com>
Thu, 22 Jun 2023 20:09:23 +0000 (22:09 +0200)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 Jun 2023 16:38:43 +0000 (12:38 -0400)
commita48ebfe72558ca4cf16ff1ce06e4efd83de48685
tree0b62e5014c4faaaf1faa696d15be3acb03eb4607
parent044f367dcb8eb2eacd8e380231baa66e8e560f10
change gather orm example

changed gather orm example to avoid passing the same session to the
function called in the gather. While this is not an issue since no
sql is executed on it, it's still confusing for some users

References: #9312
Change-Id: I7f86e9c1640649ac13fd459b761d67718d4c3dc0
examples/asyncio/gather_orm_statements.py