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!
drop table if exists t; create table t (i int not null); set sql_mode = ''; insert into t values (null);
ERROR 1048 (23000) at line 4: Column 'i' cannot be null
No error returned.
Release Version: v5.0.0-nightly\nEdition: Community\nGit Commit Hash: e2740f5\nGit Branch: heads/refs/tags/v5.0.0-nightly\nUTC Build Time: 2021-04-02 16:25:23\nGoVersion: go1.13\nRace Enabled: false\nTiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306\nCheck Table Before Drop: false
The text was updated successfully, but these errors were encountered:
recurrent bug:#10153
Sorry, something went wrong.
It's the expected behavior, refer to https://bugs.mysql.com/bug.php?id=101727
No branches or pull requests
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
drop table if exists t;
create table t (i int not null);
set sql_mode = '';
insert into t values (null);
2. What did you expect to see? (Required)
ERROR 1048 (23000) at line 4: Column 'i' cannot be null
3. What did you see instead (Required)
No error returned.
4. What is your TiDB version? (Required)
Release Version: v5.0.0-nightly\nEdition: Community\nGit Commit Hash: e2740f5\nGit Branch: heads/refs/tags/v5.0.0-nightly\nUTC Build Time: 2021-04-02 16:25:23\nGoVersion: go1.13\nRace Enabled: false\nTiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306\nCheck Table Before Drop: false
The text was updated successfully, but these errors were encountered: