We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can save without error
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'SKU-1' for key 'PRIMARY', query was: INSERT INTO inventory_stock_item_stock_32_replica (sku,quantity,status) VALUES (?, ?, ?), (?, ?, ?) /Volumes/webroot/www/magento2/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:555
inventory_stock_item_stock_32_replica
sku
quantity
status
Assign SKU-1 quantity to Source 1 - 5 quantity and Status in Stock Assign SKU-1 quantity to Source 2 - 5 quantity and Status in Stock
The text was updated successfully, but these errors were encountered:
Fixed after index refactoring
Sorry, something went wrong.
naydav
No branches or pull requests
Preconditions
Steps to reproduce
Expected result
Can save without error
Actual result
In the Backend can Status out of Stock not saved.
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'SKU-1' for key 'PRIMARY', query was: INSERT INTO
inventory_stock_item_stock_32_replica
(sku
,quantity
,status
) VALUES (?, ?, ?), (?, ?, ?)/Volumes/webroot/www/magento2/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:555
With the following test case, it works fine!
Assign SKU-1 quantity to Source 1 - 5 quantity and Status in Stock
Assign SKU-1 quantity to Source 2 - 5 quantity and Status in Stock
The text was updated successfully, but these errors were encountered: