]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Use deque for the asnycio cursors
authorFederico Caselli <cfederico87@gmail.com>
Sat, 4 May 2024 20:06:12 +0000 (22:06 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 28 May 2024 19:15:55 +0000 (21:15 +0200)
commitc2094b70e130e8390a82347290bb0817d48d14f6
tree5e7bdebe40a5ee3ce59794f8f87493259c332856
parent5efb4397d74fe4f23b7a95e661a8906354f152d0
Use deque for the asnycio cursors

Uniform the implementation of the asyncio adapted cursors to
consistently use a deque as the internal row buffer.

Change-Id: If074f06c672569dbdd326cdf7a75800c45336d66
lib/sqlalchemy/dialects/mysql/aiomysql.py
lib/sqlalchemy/dialects/mysql/asyncmy.py
lib/sqlalchemy/dialects/postgresql/asyncpg.py
lib/sqlalchemy/dialects/postgresql/psycopg.py
lib/sqlalchemy/dialects/sqlite/aiosqlite.py