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

Commits on Aug 9, 2022

  1. fix:解决数据源为Oracle时,@Explain 报错问题

    解决数据源为Oracle时,使用性能分析关键字 @Explain,查询报 "ORA-00922: 选项缺失或无效"问题
    
    issue Tencent#432
    closes Tencent#432
    ifooling committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    f3e7ed1 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. fix:解决数据源为Oracle时,使用自增主键,获取不到插入的主键问题

    解决数据源为Oracle时,使用自增主键,获取不到新增后的id问题
    报错信息:
    getLong not implemented for class oracle.jdbc.driver.T4CRowidAccessor
    
    issue Tencent#338
    ifooling committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    8f50678 View commit details
    Browse the repository at this point in the history