We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AT模式下 ORACLE不支持BFILE类型,不兼容NCLOB
问题一:当类型是BFILE类型的时候,无法支持此类型,导致生成beforemage时异常 解决思路,在holdSerialDataType方法中加入BFILE的支持,
问题二: BFILE类型在执行回滚方法时,异常,异常原因是执行此方法异常 JDBCType中不存在BFILE枚举,说明JDBCType本身不支持??
问题三:当类型是NCLOB的时候,执行branchRollback方法回滚异常,原因是undoPrepare不兼容NCLOB类型导致 解决思路:此方法处添加NCLOB的支持可解决,本地已验证
If there is an exception, please attach the exception trace:
Just paste your stack trace here!
The text was updated successfully, but these errors were encountered:
please assigned it to me
Sorry, something went wrong.
doubleDimple
Successfully merging a pull request may close this issue.
Ⅰ. Issue Description
AT模式下 ORACLE不支持BFILE类型,不兼容NCLOB
Ⅱ. Describe what happened
问题一:当类型是BFILE类型的时候,无法支持此类型,导致生成beforemage时异常
解决思路,在holdSerialDataType方法中加入BFILE的支持,
问题二:
BFILE类型在执行回滚方法时,异常,异常原因是执行此方法异常
JDBCType中不存在BFILE枚举,说明JDBCType本身不支持??
问题三:当类型是NCLOB的时候,执行branchRollback方法回滚异常,原因是undoPrepare不兼容NCLOB类型导致
解决思路:此方法处添加NCLOB的支持可解决,本地已验证
If there is an exception, please attach the exception trace:
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
The text was updated successfully, but these errors were encountered: