Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When using connection.batch() against a server that supports bulk unit results (MariaDB ≥ 11.5.1), the returned insertId is always a BigInt, regardless of the insertIdAsNumber, supportBigNumbers, and bigNumberStrings connection/query options. The same options are correctly honored by query() and execute().