Skip to content

Commit 7c3f967

Browse files
committed
Mark Connection.reload_schema_state() as added in 0.14.0.
1 parent b04556e commit 7c3f967

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

asyncpg/connection.py

+2
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,8 @@ async def reload_schema_state(self):
12751275
... await change_type(con)
12761276
...
12771277
>>> asyncio.get_event_loop().run_until_complete(run())
1278+
1279+
.. versionadded:: 0.14.0
12781280
"""
12791281
# It is enough to clear the type cache only once, not in each
12801282
# connection in the pool.

0 commit comments

Comments
 (0)