]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Apply minor update to async_orm example
authorGord Thompson <gord@gordthompson.com>
Wed, 20 Oct 2021 21:15:37 +0000 (15:15 -0600)
committerGord Thompson <gord@gordthompson.com>
Wed, 20 Oct 2021 21:15:37 +0000 (15:15 -0600)
commit7f8bf038b753d3f250e0e974102c16037d1aea5d
tree15a6d550848804f981f5729d65f48291f3efc3e5
parent822cf98ecc987fa5fe3c469f142d31464c0df8c7
Apply minor update to async_orm example

- Fixed import to avoid MovedIn20Warning.

- Separated drop_all() and create_all() into separate
context managers to avoid dropping and creating the
same table within the same transaction. Apparently
some databases (e.g., CockroachDB) don't allow that.

Change-Id: Id26d7d719871a75ffb78c6af589658666802fb2f
examples/asyncio/async_orm.py