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
Please answer these questions before submitting your issue. Thanks!
CREATE TABLE t2 (a CHAR(5) CHARACTER SET latin1 COLLATE latin1_bin); INSERT INTO t2 VALUES (0xf6);
mysql> INSERT INTO t2 VALUES (0xf6); Query OK, 1 row affected (0.00 sec)
mysql> INSERT INTO t2 VALUES (0xf6); ERROR 1366 (HY000): Incorrect string value '\xF6' for column 'a'
+-----------------------------------------------+ | version() | +-----------------------------------------------+ | 5.7.25-TiDB-v6.1.0-alpha-482-g81a852077-dirty | +-----------------------------------------------+
The text was updated successfully, but these errors were encountered:
Pls update to the newest TiDB, the insert should work fine, but it's an invalid character in TiDB, ref #18955
Sorry, something went wrong.
No branches or pull requests
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: