]> 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:13:51 +0000 (10:13 -0400)
commit64f3c097970dd8f2e141ef9bc71c685b19671267
tree1988faf04b72ffd674d5061d97e2f1ceea0136ea
parent0afa28ee3a9699f7a03fbcc8baf01ea873d0c425
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
lib/sqlalchemy/dialects/mssql/pyodbc.py