Replies: 1 comment 1 reply
-
Thank you for point that out. Your suggested change makes sense to me. Would you like to submit a pull request for that? If not, I can make the change. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When the pg_auto_parameterize extension is used, it limits all inserts to 40 at a time, even when using the
no_auto_parameterize
option. I'd like to import more than 40 at once, in this case I have no need to parameterize the values as they are already coming straight from the DB and are known safe. Maybe just changing the extension like below?Beta Was this translation helpful? Give feedback.
All reactions