]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Document pyodbc built-in pooling
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jul 2020 14:28:20 +0000 (10:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jul 2020 14:28:20 +0000 (10:28 -0400)
commit9204b6610c9667ba2e4f73440339d2f520631777
treeb8088e80154c2d0938dde9ef67b11ed1d4d1d52a
parent3dc9a4a2392d033f9d1bd79dd6b6ecea6281a61c
Document pyodbc built-in pooling

PyODBC apparently pools connections by default and this
is a module-wide setting only.    Documenent that this happens
and how to disable it.

Fixes: #5440
Change-Id: I415bda7beb2211c66991b6c804b0ddb4d79e427f
lib/sqlalchemy/dialects/mssql/pyodbc.py