Skip to content

feat: 增加STRING_AGG、LISTAGG、CAST函数支持 #570

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

fangzhengjin
Copy link
Contributor

  • 在 FuncName 中添加 STRING_AGG 和 LISTAGG 函数
  • 在 DbType 中添加方法判断数据库类型是否支持 MySQL、Oracle 或 PostgreSQL
  • 在 DbTypeUtil 中添加获取当前数据库类型的方法
  • 在 QueryMethods 中添加 STRING_AGG 和 LISTAGG聚合函数的支持

- 在 FuncName 中添加 STRING_AGG 和 LISTAGG 函数
- 在 DbType 中添加方法判断数据库类型是否支持 MySQL、Oracle 或 PostgreSQL
- 在 DbTypeUtil 中添加获取当前数据库类型的方法
- 在 QueryMethods 中添加 STRING_AGG 和 LISTAGG聚合函数的支持
- 新增 CastQueryColumn 类实现 CAST 函数查询列
- 在 QueryColumn 中添加 cast 方法支持类型转换
- 在 QueryMethods 中提供静态方法创建 CAST 函数查询列
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

Successfully merging this pull request may close these issues.

1 participant