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

fix:解决数据源为Oracle时,@explain 报错问题;使用自增主键,代码中获取不到插入id问题 #434

Merged
merged 2 commits into from
Aug 12, 2022

Conversation

ifooling
Copy link
Contributor

@ifooling ifooling commented Aug 9, 2022

  1. 解决数据源为Oracle时,使用性能分析关键字 @Explain,查询报 "ORA-00922: 选项缺失或无效"问题
    issue ORA-00922: 选项缺失或无效 #432
    closes ORA-00922: 选项缺失或无效 #432

  2. 解决数据源为Oracle时,使用自增主键,获取不到插入的主键问题
    issue getLong not implemented for class oracle.jdbc.driver.T4CRowidAccessor #338

解决数据源为Oracle时,使用性能分析关键字 @Explain,查询报 "ORA-00922: 选项缺失或无效"问题

issue Tencent#432
closes Tencent#432
解决数据源为Oracle时,使用自增主键,获取不到新增后的id问题
报错信息:
getLong not implemented for class oracle.jdbc.driver.T4CRowidAccessor

issue Tencent#338
@ifooling ifooling changed the title fix:解决数据源为Oracle时,@explain 报错问题 fix:解决数据源为Oracle时,@explain 报错问题;使用自增主键,代码中获取不到插入id问题 Aug 11, 2022
@TommyLemon TommyLemon merged commit fca6ffd into Tencent:master Aug 12, 2022
@TommyLemon
Copy link
Collaborator

赞,非常感谢贡献代码~

@TommyLemon
Copy link
Collaborator

非常感谢你的贡献,可以在 APIJSON 技术群里说明下你是这个 PR 的贡献者,我们将对你优先答疑解惑 ~
https://github.com/Tencent/APIJSON#%E6%8A%80%E6%9C%AF%E4%BA%A4%E6%B5%81
image

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.

ORA-00922: 选项缺失或无效
2 participants