Skip to content

Commit

Permalink
updates of 27 PL/CSQL TCs according to the engine change of CUBRID/cu…
Browse files Browse the repository at this point in the history
…brid#5339 (#1821)

. 26 is for error message updates
  . 1 is for a semantics change : loop record became updatable
  • Loading branch information
hyunikn authored Aug 9, 2024
1 parent 29d3fda commit 749be4e
Show file tree
Hide file tree
Showing 27 changed files with 31 additions and 31 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
===================================================
Error:-1360
In line 4, column 1
Stored procedure compile error: A is not assignable to
Stored procedure compile error: A is not updatable

===================================================
Error:-1360
In line 4, column 1
Stored procedure compile error: A is not assignable to
Stored procedure compile error: A is not updatable

===================================================
Error:-1360
In line 4, column 1
Stored procedure compile error: A is not assignable to
Stored procedure compile error: A is not updatable

===================================================
Error:-1360
In line 4, column 1
Stored procedure compile error: A is not assignable to
Stored procedure compile error: A is not updatable

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
===================================================
Error:-1360
In line 3, column 13
Stored procedure compile error: SQL in a cursor definition may not have an into-clause
Stored procedure compile error: SQL in a cursor definition may not have an INTO clause

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 3, column 1
Stored procedure compile error: SUBSTR is not a function but procedure in this scope
Stored procedure compile error: SUBSTR is not a function but a procedure in this scope

===================================================
Error:-495
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
===================================================
Error:-1360
In line 13, column 22
Stored procedure compile error: variables to store fetch results must be assignable to
Stored procedure compile error: PARAM_NAME is not updatable

===================================================
0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
===================================================
Error:-1360
In line 19, column 9
Stored procedure compile error: argument 1 to the procedure LOCAL_T must be assignable to because it is to an OUT parameter
Stored procedure compile error: argument 1 to the procedure LOCAL_T must be updatable because it is to an OUT parameter

===================================================
0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
===================================================
Error:-1360
In line 19, column 9
Stored procedure compile error: argument 1 to the procedure LOCAL_T must be assignable to because it is to an OUT parameter
Stored procedure compile error: argument 1 to the procedure LOCAL_T must be updatable because it is to an OUT parameter

===================================================
0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 3, column 1
Stored procedure compile error: SELECT statement must have an into-clause
Stored procedure compile error: SELECT statement must have an INTO clause

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 4, column 1
Stored procedure compile error: variable C in an into-clause must be assignable to
Stored procedure compile error: C in the INTO clause is not updatable

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 3, column 1
Stored procedure compile error: variable C in an into-clause must be assignable to
Stored procedure compile error: C in the INTO clause is not updatable

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 4, column 1
Stored procedure compile error: into-variable B cannot be used there due to its incompatible type
Stored procedure compile error: B in the INTO clause has an incompatible type

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 5, column 14
Stored procedure compile error: variables to store fetch results must be assignable to
Stored procedure compile error: R is not updatable

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 5, column 6
Stored procedure compile error: identifier in an OPEN-FOR statement must be assignable to
Stored procedure compile error: identifier in an OPEN-FOR statement must be updatable

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 4, column 6
Stored procedure compile error: identifier in an OPEN-FOR statement must be assignable to
Stored procedure compile error: identifier in an OPEN-FOR statement must be updatable

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 5, column 13
Stored procedure compile error: SQL in an OPEN-FOR statement may not have an into-clause
Stored procedure compile error: SQL in an OPEN-FOR statement may not have an INTO clause

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 3, column 97
Stored procedure compile error: variable CHARSET may not be used there in the INTO clause because it is not assignable to
Stored procedure compile error: CHARSET is not updatable

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
===================================================
Error:-1360
In line 4, column 75
Stored procedure compile error: variable R_ID may not be used there in the INTO clause because it is not assignable to
Stored procedure compile error: R_ID is not updatable

===================================================
0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 4, column 85
Stored procedure compile error: expressions in a USING clause cannot be of either BOOLEAN, CURSOR or SYS_REFCURSOR type
Stored procedure compile error: expressions in a USING clause cannot be of Boolean type

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
===================================================
Error:-1360
In line 6, column 83
Stored procedure compile error: variable PARAM may not be used there in the INTO clause because it is not assignable to
Stored procedure compile error: PARAM is not updatable

===================================================
'1' '2'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 3, column 1
Stored procedure compile error: I is not assignable to
Stored procedure compile error: I is not updatable

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 5, column 1
Stored procedure compile error: J is not assignable to
Stored procedure compile error: J is not updatable

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 4, column 1
Stored procedure compile error: C is not assignable to
Stored procedure compile error: C is not updatable

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 4, column 1
Stored procedure compile error: J is not assignable to
Stored procedure compile error: J is not updatable

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 5, column 1
Stored procedure compile error: J is not assignable to
In line 5, column 6
Stored procedure compile error: type of assigned value is not compatible with the type of target variable

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 3, column 1
Stored procedure compile error: I is not assignable to
Stored procedure compile error: I is not updatable

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 4, column 6
Stored procedure compile error: type of the value is not compatible with the variable's type
Stored procedure compile error: type of assigned value is not compatible with the type of target variable

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 4, column 11
Stored procedure compile error: SELECT in a FOR loop may not have an into-clause
Stored procedure compile error: SELECT in a FOR loop may not have an INTO clause

===================================================
count(*)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===================================================
Error:-1360
In line 3, column 82
Stored procedure compile error: expressions in a USING clause cannot be of either BOOLEAN, CURSOR or SYS_REFCURSOR type
Stored procedure compile error: expressions in a USING clause cannot be of Boolean type

===================================================
count(*)
Expand Down

0 comments on commit 749be4e

Please sign in to comment.