You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ibm_db_tests/test_133_ExecuteLongInputParams.py
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -69,43 +69,43 @@ def run_test_133(self):
69
69
#Starting test ...
70
70
#
71
71
#SQLSTATE: 22001
72
-
#Message: [IBM][CLI Driver] CLI0109E String data right truncation. SQLSTATE=22001 SQLCODE=-99999
72
+
#Message: [IBM][CLI Driver] CLI0109E String data right truncation. SQLSTATE=22001%sSQLCODE=-99999
73
73
#True
74
74
#SQLSTATE: 02000
75
-
#Message: [IBM][CLI Driver][DB2/%s] SQL0100W No row was found for FETCH, UPDATE or DELETE; or the result of a query is an empty table. SQLSTATE=02000 SQLCODE=100
75
+
#Message: [IBM][CLI Driver][DB2/%s] SQL0100W No row was found for FETCH, UPDATE or DELETE; or the result of a query is an empty table. SQLSTATE=02000%sSQLCODE=100
76
76
#Done
77
77
#__ZOS_EXPECTED__
78
78
#Starting test ...
79
79
#
80
80
#SQLSTATE: 22001
81
-
#Message: [IBM][CLI Driver] CLI0109E String data right truncation. SQLSTATE=22001 SQLCODE=-99999
81
+
#Message: [IBM][CLI Driver] CLI0109E String data right truncation. SQLSTATE=22001%sSQLCODE=-99999
82
82
#True
83
83
#SQLSTATE: 02000
84
-
#Message: [IBM][CLI Driver][DB2] SQL0100W No row was found for FETCH, UPDATE or DELETE; or the result of a query is an empty table. SQLSTATE=02000 SQLCODE=100
84
+
#Message: [IBM][CLI Driver][DB2] SQL0100W No row was found for FETCH, UPDATE or DELETE; or the result of a query is an empty table. SQLSTATE=02000%sSQLCODE=100
85
85
#Done
86
86
#__SYSTEMI_EXPECTED__
87
87
#Starting test ...
88
88
#
89
89
#SQLSTATE: 22001
90
-
#Message: [IBM][CLI Driver] CLI0109E String data right truncation. SQLSTATE=22001 SQLCODE=-99999
90
+
#Message: [IBM][CLI Driver] CLI0109E String data right truncation. SQLSTATE=22001%sSQLCODE=-99999
91
91
#True
92
92
#SQLSTATE: 02000
93
-
#Message: [IBM][CLI Driver][AS] SQL0100W No row was found for FETCH, UPDATE or DELETE; or the result of a query is an empty table. SQLSTATE=02000 SQLCODE=100
93
+
#Message: [IBM][CLI Driver][AS] SQL0100W No row was found for FETCH, UPDATE or DELETE; or the result of a query is an empty table. SQLSTATE=02000%sSQLCODE=100
94
94
#Done
95
95
#__IDS_EXPECTED__
96
96
#Starting test ...
97
97
#
98
98
#SQLSTATE: 22001
99
-
#Message: [IBM][CLI Driver][IDS%s] Value exceeds string column length. SQLCODE=-1279
99
+
#Message: [IBM][CLI Driver][IDS%s] Value exceeds string column length.%sSQLCODE=-1279
100
100
#True
101
101
#SQLSTATE: 02000
102
-
#Message: [IBM][CLI Driver][IDS%s] SQL0100W No row was found for FETCH, UPDATE or DELETE; or the result of a query is an empty table. SQLSTATE=02000 SQLCODE=100
102
+
#Message: [IBM][CLI Driver][IDS%s] SQL0100W No row was found for FETCH, UPDATE or DELETE; or the result of a query is an empty table. SQLSTATE=02000%sSQLCODE=100
103
103
#Done
104
104
#__ZOS_ODBC_EXPECTED__
105
105
#Starting test ...
106
106
#
107
107
#SQLSTATE: 22001
108
-
#Message: {DB2 FOR OS/390}{ODBC DRIVER} SQLSTATE=22001 ERRLOC=12:9:1 SQLCODE=-99999
108
+
#Message: {DB2 FOR OS/390}{ODBC DRIVER} SQLSTATE=22001 ERRLOC=12:9:1%sSQLCODE=-99999
Copy file name to clipboardExpand all lines: ibm_db_tests/test_180_StmtErrMsg.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -51,10 +51,10 @@ def run_test_180(self):
51
51
52
52
#__END__
53
53
#__LUW_EXPECTED__
54
-
#[IBM][CLI Driver][DB2/%s] SQL0104N An unexpected token "insert int0 t_string" was found following "BEGIN-OF-STATEMENT". Expected tokens may include: "<space>". SQLSTATE=42601 SQLCODE=-104col: 0 , affected row: 0
54
+
#[IBM][CLI Driver][DB2/%s] SQL0104N An unexpected token "insert int0 t_string" was found following "BEGIN-OF-STATEMENT". Expected tokens may include: "<space>". SQLSTATE=42601%sSQLCODE=-104col: 0 , affected row: 0
55
55
#__ZOS_EXPECTED__
56
-
#[IBM][CLI Driver][DB2%s] SQL0104N An unexpected token "INT0" was found following "". Expected tokens may include: "INTO". SQLSTATE=42601 SQLCODE=-104col: 0 , affected row: 0
56
+
#[IBM][CLI Driver][DB2%s] SQL0104N An unexpected token "INT0" was found following "". Expected tokens may include: "INTO". SQLSTATE=42601%sSQLCODE=-104col: 0 , affected row: 0
57
57
#__SYSTEMI_EXPECTED__
58
-
#[IBM][CLI Driver][AS] SQL0104N An unexpected token "INT0" was found following "". Expected tokens may include: "INTO". SQLSTATE=42601 SQLCODE=-104col: 0 , affected row: 0
58
+
#[IBM][CLI Driver][AS] SQL0104N An unexpected token "INT0" was found following "". Expected tokens may include: "INTO". SQLSTATE=42601%sSQLCODE=-104col: 0 , affected row: 0
59
59
#__IDS_EXPECTED__
60
-
#[IBM][CLI Driver][IDS/%s] A syntax error has occurred. SQLCODE=-201col: 0 , affected row: 0
60
+
#[IBM][CLI Driver][IDS/%s] A syntax error has occurred.%sSQLCODE=-201col: 0 , affected row: 0
#[IBM][CLI Driver][DB2/LINUXX8664] SQL0104N An unexpected token "END-OF-STATEMENT" was found following "INVALID SQL". Expected tokens may include: "JOIN <joined_table>". SQLSTATE=42601 SQLCODE=-104
37
+
#[IBM][CLI Driver][DB2/%s] SQL0104N An unexpected token "END-OF-STATEMENT" was found following "INVALID SQL". Expected tokens may include: "JOIN <joined_table>". SQLSTATE=42601%sSQLCODE=-104
38
38
#42601
39
39
#__ZOS_EXPECTED__
40
-
#[IBM][CLI Driver][DB2/LINUXX8664] SQL0104N An unexpected token "END-OF-STATEMENT" was found following "INVALID SQL". Expected tokens may include: "JOIN <joined_table>". SQLSTATE=42601 SQLCODE=-104
40
+
#[IBM][CLI Driver][DB2/%s] SQL0104N An unexpected token "END-OF-STATEMENT" was found following "INVALID SQL". Expected tokens may include: "JOIN <joined_table>". SQLSTATE=42601%sSQLCODE=-104
41
41
#42601
42
42
#__SYSTEMI_EXPECTED__
43
-
#[IBM][CLI Driver][AS] SQL0104N An unexpected token "END-OF-STATEMENT" was found following "INVALID SQL". Expected tokens may include: "JOIN <joined_table>". SQLSTATE=42601 SQLCODE=-104
43
+
#[IBM][CLI Driver][AS] SQL0104N An unexpected token "END-OF-STATEMENT" was found following "INVALID SQL". Expected tokens may include: "JOIN <joined_table>". SQLSTATE=42601%sSQLCODE=-104
44
44
#42601
45
45
#__IDS_EXPECTED__
46
-
#[IBM][CLI Driver][IDS/LINUXX8664] SQL0104N An unexpected token "END-OF-STATEMENT" was found following "INVALID SQL". Expected tokens may include: "JOIN <joined_table>". SQLSTATE=42601 SQLCODE=-104
46
+
#[IBM][CLI Driver][IDS/%s] SQL0104N An unexpected token "END-OF-STATEMENT" was found following "INVALID SQL". Expected tokens may include: "JOIN <joined_table>". SQLSTATE=42601%sSQLCODE=-104
0 commit comments