]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Document how to configure the cursor_factory on psycopg
authorFederico Caselli <cfederico87@gmail.com>
Thu, 11 Apr 2024 19:24:54 +0000 (21:24 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 11 Apr 2024 19:24:54 +0000 (21:24 +0200)
commit497c4a2c22be2e5c2319acf56e11d3037a552064
treee1784729c5189c0e8392bf633e7b18ae2d3af6eb
parente8ebeb6bf38864f1e2c0f5bab0612cc8a1213fb3
Document how to configure the cursor_factory on psycopg

Change-Id: I117a0600c31dde721c99891caaa43937458e78d9
Refereinces: #8978
lib/sqlalchemy/dialects/postgresql/psycopg.py
test/dialect/postgresql/test_dialect.py