Skip to content

Conversation

970263611
Copy link
Contributor

Describe what this PR does / why we need it

优化pg数据库不兼容问题,目前所有功能在h2、mysql、pg数据库上运转良好
同时也为更多数据库兼容做铺垫

Does this pull request fix one issue?

Describe how you did it

解决不同数据库的方言问题,优化字段的类型问题

Describe how to verify it

Special notes for reviews

@github-actions github-actions bot added the area/jmanus SAA Jmanus module label Aug 9, 2025

String completionsPath = dynamicModelEntity.getCompletionsPath();
if (!StringUtils.hasText(completionsPath)) {
completionsPath = "/v1/chat/completions";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个初始化 不要了? 我感觉这里改了好多次了。 会不会有兼容问题?

@rainerWJY rainerWJY merged commit 8c4338f into alibaba:main Aug 9, 2025
11 checks passed
github-actions bot pushed a commit to Hipple/spring-ai-alibaba that referenced this pull request Aug 10, 2025
…alibaba#2082)

* 优化pg数据库不兼容问题,也为更多数据库兼容做铺垫

* 去除无效引用

* 添加协议
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/jmanus SAA Jmanus module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants