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
+19
View File
@@ -0,0 +1,19 @@
program_id: SHA04TWO
db_type: SQLite
db_name: INSURANCEDB.db
db_tables:
- name: INSURED_MASTER
columns:
- name: EMP_ID
type: CHAR(8)
primary_key: true
- name: INSURED_NO
type: CHAR(10)
primary_key: true
- name: STATUS
type: CHAR(1)
subprograms:
- SUB01DAT
- SUB02MSG