✨ New Features
- The schedule module requires disaster recovery and load balancing capability
🐛 Bug Fixes
- 952393d - extract the column in between to filter_column_list (PR #44 by @Ifffff)
- abac908 - fix boolean expression parse error (PR #48 by @Ifffff)
- 7c549d0 - extend monitor_database.host_ip to adapt dns, etc. (PR #42 by @Ifffff)
- 4393208 - fix OceanBase version mistake (PR #39 by @Ifffff)
- cb2cf7a - adapt order by has parentheses (PR #32 by @Ifffff)
- 55a31f9 - adapt union sql has order/limit (PR #30 by @Ifffff)
- 3611afa - adapts to double value (PR #27 by @Ifffff)
- 8811add - fix parse current_date() syntax error (PR #25 by @Ifffff)
- 2e82404 - fix update set_list parameterize (PR #17 by @Ifffff)
🔧 Chores
♻️ Refactors