feat: SQL between/hostvar-key alignment, class-condition parsing, gcov merge across scenario runs

This commit is contained in:
hangshuo652
2026-08-09 17:43:00 +08:00
parent f331c8fa2a
commit 273a3f8211
31 changed files with 3789 additions and 272 deletions
+16
View File
@@ -23,6 +23,22 @@ db_tables:
- name: STATUS
type: CHAR(1)
command_line: YEARMONTH=202607
runs:
- id: normal
- id: no_parm
command_line: ""
- id: feb
command_line: YEARMONTH=202602
- id: feb_leap
command_line: YEARMONTH=202402
- id: invalid_month
command_line: YEARMONTH=202613
- id: empty_emp
command_line: YEARMONTH=202607
delete_all_rows: true
subprograms:
- SUB02MSG
- SUB03END