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

[Feature][cache] 缓存的数据库结构支持包含字段的类型,和字段注释 #2496

Open
1 of 2 tasks
2100663502 opened this issue Mar 21, 2025 · 0 comments
Open
1 of 2 tasks
Labels
enhancement New feature or request Waiting for reply

Comments

@2100663502
Copy link

Search before asking

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

Description

现在的数据库结构缓存只包括所有表名称和含有的字段,只有支持包含字段的类型,和字段注释,才能在提供SQL的时候错误率降低。

Use case

用户问题:查询用户表的年龄分布
数据库上下文:

  • 表名: user
  • 字段:
    id (INT, 主键)
    name (VARCHAR(50), 用户姓名)
    age (INT, 用户年龄)

Related issues

No response

Feature Priority

High

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@2100663502 2100663502 added enhancement New feature or request Waiting for reply labels Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Waiting for reply
Projects
None yet
Development

No branches or pull requests

1 participant