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

建议增加对阿里云PPAS数据库(Postgre Plus Advanced Server,高度兼容Oracle数据库)的默认实现。 #281

Closed
liwd163 opened this issue Sep 13, 2018 · 3 comments

Comments

@liwd163
Copy link

liwd163 commented Sep 13, 2018

政府部门的一些政务软件要求部署在阿里云,并且要求使用PPAS数据库。PPAS是阿里基于PostgreSQL数据库,开发的高度兼容Oracle语法的数据库。具体参见:https://help.aliyun.com/product/26090.html。
在适配PPAS数据库时,需要使用驱动edb-jdbc17.jar,分页插件报异常:"无法自动获取数据库类型,请通过 helperDialect 参数指定!",此错误可以通过指定“ property name="dialectAlias" value="edb=com.github.pagehelper.dialect.helper.OracleDialect" ” 解决。但建议对PPAS数据库的支持加到默认实现中。

可能需要的信息:
url=jdbc:edb://10.10.65.147:5444/mydb
配置使用OracleDialect目前未发现问题。

多有打扰,在此拜谢!

@abel533
Copy link
Collaborator

abel533 commented Sep 16, 2018

非常好。。会尽快在下个版本增加 edb=>Oracle的关系。

@liwd163
Copy link
Author

liwd163 commented Sep 18, 2018

赞!赞!

@abel533
Copy link
Collaborator

abel533 commented Oct 11, 2018

拖了这么长时间,没发现其他需要解决的issue,已经发布新版本了。

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

2 participants