We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410c4d5 commit 1f370f7Copy full SHA for 1f370f7
lib/myxql/protocol/server_error_codes.ex
@@ -27,6 +27,7 @@ defmodule MyXQL.Protocol.ServerErrorCodes do
27
{1451, :ER_ROW_IS_REFERENCED_2},
28
{1452, :ER_NO_REFERENCED_ROW_2},
29
{1461, :ER_MAX_PREPARED_STMT_COUNT_REACHED},
30
+ {1644, :ER_SIGNAL_EXCEPTION},
31
{1792, :ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION},
32
{1836, :ER_READ_ONLY_MODE},
33
{3819, :ER_CHECK_CONSTRAINT_VIOLATED}
0 commit comments