fix multiple_insert in mysql return insert ids not right reference by mugongjian · Pull Request #263 · webpy/webpy

added 2 commits

November 12, 2013 20:20

iredmail added a commit that referenced this pull request

Sep 16, 2019
- Fixed incorrect returned insert ids with `multiple_insert()`. Tested with MariaDB-10.1.29 on Ubuntu 18.04, and PostgreSQL-11.5 on OpenBSD 6.5.
- Update ChangeLog.txt.

Fixes #447
Fixes #263