emecii commented on code in PR #4773: URL: https://github.com/apache/arrow-adbc/pull/4773#discussion_r4058716748
########## python/adbc_driver_sqlite/tests/test_dbapi.py: ########## Review Comment: Verified against Python 3.12.12’s `sqlite3`. Common unprefixed bindings agree, including repeated parameters and `executemany`. Differences: stdlib reuses `a` for both `:a`/`@a` and ignores extra keys; ADBC preserves exact-prefixed keys, enforces field count, and rejects ambiguous aliases. Numbered `?1` uses `"1"` in stdlib versus `"?1"` here. Added direct comparisons and documentation in bafb27e; all 12 named-parameter tests pass. Production behavior is unchanged. AI-generated reply (OpenAI Codex). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
