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
Is your feature request related to a problem? Please describe.
I might missed some details in docs but was not able to figure out how to construct INSERT ... ON DUPLICATE KEY UPDATE statement instead of INSERT IGNORE ... ON DUPLICATE KEY UPDATE
Is your feature request related to a problem? Please describe.
I might missed some details in docs but was not able to figure out how to construct
INSERT ... ON DUPLICATE KEY UPDATE
statement instead ofINSERT IGNORE ... ON DUPLICATE KEY UPDATE
For example given example in docs:
Would produce:
I am looking for a way to construct:
Describe the solution you'd like
I think an option allowing to choose between
INSERT
andINSERT IGNORE
while constructing statement would solve this problem, for example:Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Dialect
The text was updated successfully, but these errors were encountered: