Skip to content

希望增加对 HANA 数据库的支持 #256

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wilsonhuangws opened this issue Jun 24, 2021 · 3 comments
Open

希望增加对 HANA 数据库的支持 #256

wilsonhuangws opened this issue Jun 24, 2021 · 3 comments
Labels
Ecosystem 周边生态 完善生态(Go语言版、更多Demo、周边工具等) Enhancement 增强 增强功能、提高性能等

Comments

@wilsonhuangws
Copy link

具体说下
希望增加对 SAP HANA 数据库的支持

为什么
HANA 目前市场占有率不低,对APIJSON 的需求还是挺大的

@TommyLemon
Copy link
Collaborator

TommyLemon commented Jun 24, 2021

看起来是商业数据库,尚未开源。

理论上所有支持 SQL 与 JDBC/ODBC 的软件,都可以用本项目对接 CRUD
#229 (comment)

@TommyLemon TommyLemon added Ecosystem 周边生态 完善生态(Go语言版、更多Demo、周边工具等) Enhancement 增强 增强功能、提高性能等 labels Jul 13, 2021
@imayou
Copy link

imayou commented Feb 5, 2025

就是小写的字段要加双引号,不知道怎么解决

@TommyLemon
Copy link
Collaborator

@imayou DemoSQLConfig 重写 getQuote 方法, return """
测完没问题可以直接改 AbstractSQLConfig 的 getQuote 方法,像 PostgreSQL 一样判断数据库类型为 HANA 就用 双引号

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Ecosystem 周边生态 完善生态(Go语言版、更多Demo、周边工具等) Enhancement 增强 增强功能、提高性能等
Projects
None yet
Development

No branches or pull requests

3 participants