lidavidm opened a new pull request, #3332: URL: https://github.com/apache/arrow-adbc/pull/3332
Note that params in executemany is a sequence of parameter bindings (not parameters in and of themselves). "Old" behavior of params: None and `[]` are a no-op. "Current" behavior: None and `[]` are the same as executing without params. "Fixed" behavior: None is the same as executing without params. `[]` is a no-op. Closes #3319. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org