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
hmily 会拦截业务 sql 生成 undo 日志,undo 日志中包含了 sql 处理前后的数据快照以及事务资源信息。参考 update 的 revert 逻辑,完善 delete 和 insert sql 的支持。在 DeleteSQLImageMapper 的 cast() 方法中,封装对应的 insert SQL 和 参数。在 InsertSQLImageMapper 中封装 delete SQL 和 参数。
DeleteSQLImageMapper
cast()
InsertSQLImageMapper
The text was updated successfully, but these errors were encountered:
zkyoma
No branches or pull requests
hmily 会拦截业务 sql 生成 undo 日志,undo 日志中包含了 sql 处理前后的数据快照以及事务资源信息。参考 update 的 revert 逻辑,完善 delete 和 insert sql 的支持。在
DeleteSQLImageMapper
的cast()
方法中,封装对应的 insert SQL 和 参数。在InsertSQLImageMapper
中封装 delete SQL 和 参数。The text was updated successfully, but these errors were encountered: