Fix DB2 10.5 test failures

This commit is contained in:
Andrea Boriero 2024-08-06 21:54:04 +02:00 committed by Andrea Boriero
parent a54f067f5e
commit abc4d5ba9e
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ public class DB2StoredProcedureTest {
" A.STREET = street_in" + " A.STREET = street_in" +
" AND A.CITY = city_in;" + " AND A.CITY = city_in;" +
" OPEN rec_out; " + " OPEN rec_out; " +
"END;" "END"
); );
} }
} ) ); } ) );