You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSERT query was not working due to duplicate primary keys
Simple solutions on the query did not work for all systems
(For example _INSERT IGNORE, INSERT -- IF NOT EXISTS_).
For now I changed the table of the insert to one that does not have a
primary key.
This PR tries to solve #428
Need to fix INSERT test query from the templated benchmark example introduced in #386 since it results in duplicate keys.
Originally posted by @bpkroth in #427 (comment)
The text was updated successfully, but these errors were encountered: