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
When I run an INSERT query on on a table the has unique key (for the ID column for example) I get
MySQLProtocolException: Wrong first byte, while decoding getVariableEncInt
but when I run the same query in DBeaver for example, I get
Duplicate entry '1' for key 'PRIMARY'
which is the correct error.
Is this expected behavior? In other situations I get the a message describing what went wrong instead of failure to decode.
I am using MariaDB 10.11.4 on windows.
MariaDB 10.11.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run an INSERT query on on a table the has unique key (for the ID column for example) I get
but when I run the same query in DBeaver for example, I get
which is the correct error.
Is this expected behavior? In other situations I get the a message describing what went wrong instead of failure to decode.
I am using
MariaDB 10.11.4
on windows.The text was updated successfully, but these errors were encountered: