-
Notifications
You must be signed in to change notification settings - Fork 200
feat(scannerd): 展示转换出错SQL文件内容功能 #2998
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
Conversation
- 在 mybatis 和 sqlfile 命令中添加 --show-file-content 参数- 当解析文件失败时,如果设置了该参数,将打印文件内容 - 修改了相关函数以支持新功能,并更新了命令行参数定义
PR Reviewer Guide 🔍(Review updated until commit 009676f)
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Persistent review updated to latest commit 009676f |
PR Code Suggestions ✨No code suggestions found for the PR. |
User description
关联的 issue
https://github.com/actiontech/sqle-ee/issues/2296
描述你的变更
确认项(pr提交后操作)
Tip
请在指定复审人之前,确认并完成以下事项,完成后✅
not_compatible
need_update_doc
Description
添加
--show-file-content
参数解析失败时显示文件内容
更新扫描器相关函数
修改命令行参数定义
Changes walkthrough 📝
7 files
添加 `ShowFileContent` 参数
添加 `ShowFileContent` 参数
定义 `ShowFileContent` 标志
添加 `ShowFileContent` 命令行标志
传递 `ShowFileContent` 参数
使用 `ShowFileContent` 参数
使用 `ShowFileContent` 参数