ThibTrip / pangres

SQL upsert using pandas DataFrames for PostgreSQL, SQlite and MySQL with extra features
The Unlicense
229 stars 15 forks source link

SQLite3 Limit & Performance #43

Closed ludz-lim closed 2 years ago

ludz-lim commented 2 years ago

According to https://www.sqlite.org/limits.html The number of host parameter number of SQLite3 has been changed from 999 to 32766 for SQLIte3 versions 3.32.0 and above.

image