Project

General

Profile

results.txt

Dănuț Filimon, 02/22/2023 07:00 AM

Download (628 Bytes)

 
1
===========CASE-SENSITIVITY=========== temp-table-test.p
2
Compare database field 'A' with variable 'A'
3
4GL: yes FWD:  yes
4
Compare database field 'A' with variable 'a'
5
4GL: no FWD:  yes
6
Compare database field 'a' with variable 'A'
7
4GL: yes FWD:  yes
8
Compare database field 'a' with variable 'a'
9
4GL: no FWD:  yes
10
===========CASE-SENSITIVITY=========== persistent-table-test.p
11
Compare database field 'A' with variable 'A'
12
4GL: yes FWD:  yes
13
Compare database field 'A' with variable 'a'
14
4GL: no FWD:  yes
15
Compare database field 'a' with variable 'A'
16
4GL: yes FWD:  yes
17
Compare database field 'a' with variable 'a'
18
4GL: no FWD:  yes