-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Override AbstractJdbcDriver method getTable The default method takes … #3148
base: dev
Are you sure you want to change the base?
Conversation
…longer to filter after obtaining listTables
…longer to filter after obtaining listTables
import static org.dinky.utils.SplitUtil.contains; | ||
import static org.dinky.utils.SplitUtil.getReValue; | ||
import static org.dinky.utils.SplitUtil.isSplit; | ||
import static org.dinky.utils.SplitUtil.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
此处无需修改
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider the situation where the data source does not support jdbc.
Now all drivers inherit AbstractJdbcDriver. if jdbc is not supported, the method can be overridden |
原方法需要获取数据库中全部表的元数据再过滤比较花费时间