]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add note that fast_executemany uses memory
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Aug 2020 14:13:51 +0000 (10:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Aug 2020 14:14:42 +0000 (10:14 -0400)
commit460de4963d9a8b4dae39374c21eed976dbf10597
tree008961a5481de1f93893864b0740e1ac4f4c8412
parent6461d59784cde31104517dc3c3df9e754961f974
Add note that fast_executemany uses memory

Ideally this would be a per-execution option, or Pyodbc
could perhaps run the data in chunks.

Fixes: #5334
Change-Id: If4a11b312346b8e4c2b8cd38840b3a2ba56dec3b
(cherry picked from commit 64f3c097970dd8f2e141ef9bc71c685b19671267)
lib/sqlalchemy/dialects/mssql/pyodbc.py