Open Almeidowski opened 3 years ago
Hi! I got the following error: ER_DUP_ENTRY. I would like to know how can I catch it with lua? For example: if ER_DUP_ENTRY then
ER_DUP_ENTRY
if ER_DUP_ENTRY then
That's not even script related, it's an error in your MySQL syntax, you cannot make 2 entries with the same PK (Primary Key)
https://google.it/
Hi! I got the following error:
ER_DUP_ENTRY
. I would like to know how can I catch it with lua? For example:if ER_DUP_ENTRY then