feat: SQL between/hostvar-key alignment, class-condition parsing, gcov merge across scenario runs
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
program_id: JIN05UPD
|
||||
db_type: SQLite
|
||||
db_name: JIN.db
|
||||
|
||||
db_tables:
|
||||
- name: EMPLOYEE
|
||||
columns:
|
||||
- name: EMP_ID
|
||||
type: CHAR(8)
|
||||
primary_key: true
|
||||
- name: KANA_SEI
|
||||
type: VARCHAR(20)
|
||||
- name: KANA_MEI
|
||||
type: VARCHAR(20)
|
||||
- name: KANJI_NAME
|
||||
type: VARCHAR(40)
|
||||
- name: SUB_CODE
|
||||
type: CHAR(4)
|
||||
- name: BIRTH_DATE
|
||||
type: CHAR(8)
|
||||
- name: DEPT_CODE
|
||||
type: CHAR(4)
|
||||
- name: ENTRY_DATE
|
||||
type: CHAR(8)
|
||||
- name: STATUS
|
||||
type: CHAR(1)
|
||||
|
||||
runs:
|
||||
- id: normal
|
||||
|
||||
subprograms:
|
||||
- SUB01DAT
|
||||
- SUB02MSG
|
||||
- SUB03END
|
||||
Reference in New Issue
Block a user