feat: SQL between/hostvar-key alignment, class-condition parsing, gcov merge across scenario runs
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user