Skip to content
New issue

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

[Bug] datetime type precision metadata error #34437

Open
2 of 3 tasks
huyuanfeng2018 opened this issue May 6, 2024 · 0 comments
Open
2 of 3 tasks

[Bug] datetime type precision metadata error #34437

huyuanfeng2018 opened this issue May 6, 2024 · 0 comments

Comments

@huyuanfeng2018
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

Version

2.0+

What's Wrong?

sql:
SELECT COLUMN_NAME,DATA_TYPE,COLUMN_SIZE,DECIMAL_DIGITS FROM `information_schema`.`COLUMNS` WHERE `TABLE_SCHEMA`= 'db' AND `TABLE_NAME`= 'table';

image
Something doesn't seem right here

What You Expected?

It should be COLUMN_SIZE

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant