Geo

Results 2 comments of Geo

> Not without parsing the function, and the results of `Function.prototype.toString()` aren't reliable in all editions of JavaScript, not to mention the complexity of parsing out names from binding patterns....

FYI, I also encountered this issue. It looks like the MySQL JDBC driver implements the batch insert ids by retrieving the auto incremental increment: https://github.com/mysql/mysql-connector-j/blob/bf6eb7be997d905a8d71a513bf9e6b3828a91ace/src/main/user-impl/java/com/mysql/cj/jdbc/StatementImpl.java#L1451 Maybe we can do the...