@@ -80,7 +80,7 @@ contrib_regression public lo_test_tab id 4 int4
80
80
contrib_regression public lo_test_tab large_data -4 lo
81
81
contrib_regression public test_special id 4 int4
82
82
contrib_regression public test_special ival 4 int4
83
- contrib_regression public test_special_pkey id 4 int4
83
+ contrib_regression public test_special_id id 4 int4
84
84
contrib_regression public test_special_ui ival 4 int4
85
85
contrib_regression public testforeign c1 4 int4
86
86
contrib_regression public testmatview id 4 int4
@@ -107,7 +107,7 @@ contrib_regression public testtab1 id UPDATE YES
107
107
contrib_regression public testtab1 id SELECT YES
108
108
contrib_regression public testtab1 id REFERENCES YES
109
109
contrib_regression public testtab1 id INSERT YES
110
- Check for SQLSpecialColumns ROWVER
110
+ Check for SQLSpecialColumns
111
111
Result set metadata:
112
112
SCOPE: SMALLINT(5) digits: 0, nullable
113
113
COLUMN_NAME: VARCHAR(128) digits: 0, nullable
@@ -119,11 +119,9 @@ DECIMAL_DIGITS: SMALLINT(5) digits: 0, nullable
119
119
PSEUDO_COLUMN: SMALLINT(5) digits: 0, nullable
120
120
Result set:
121
121
NULL xmin 4 xid 10 4 0 2
122
- Check for SQLSpecialColumns ROWID
122
+ Check for SQLSpecialColumns
123
123
Result set metadata:
124
124
SCOPE: LONGVARCHAR(8190) digits: 0, nullable
125
- SCHEMA_NAME: VARCHAR(63) digits: 0, not nullable
126
- TABLE_NAME: VARCHAR(63) digits: 0, not nullable
127
125
COLUMN_NAME: VARCHAR(63) digits: 0, not nullable
128
126
DATA_TYPE: VARCHAR(63) digits: 0, not nullable
129
127
TYPE_NAME: VARCHAR(63) digits: 0, not nullable
@@ -132,8 +130,8 @@ BUFFER_LENGTH: SMALLINT(5) digits: 0, not nullable
132
130
DECIMAL_DIGITS: INTEGER(10) digits: 0, nullable
133
131
PSEUDO_COLUMN: INTEGER(10) digits: 0, nullable
134
132
Result set:
135
- NULL public test_special id int4 int4 4 4 0 1
136
- NULL public test_special ival int4 int4 4 4 0 1
133
+ NULL id int4 int4 4 4 0 1
134
+ NULL ival int4 int4 4 4 0 1
137
135
Check for SQLStatistics
138
136
Result set metadata:
139
137
TABLE_CAT: VARCHAR(128) digits: 0, nullable
0 commit comments