The importexportapi_db_put_map_alt table as installed does not have auto-incrementing set, so import fails with a lot of duplicate key errors.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | issue-600336.patch | 3.86 KB | Anonymous (not verified) |
The importexportapi_db_put_map_alt table as installed does not have auto-incrementing set, so import fails with a lot of duplicate key errors.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | issue-600336.patch | 3.86 KB | Anonymous (not verified) |
Comments
Comment #1
xjmComment #2
Anonymous (not verified) commentedNeed to set 'type' => 'serial' and remove 'auto_increment' declarations.
Comment #3
Anonymous (not verified) commentedThe attached patch has been committed to CVS.