Skip to content
This repository was archived by the owner on Jun 7, 2021. It is now read-only.

Commit f9d6cd5

Browse files
author
aven
committed
TRAFODION-2957 one stmt support multi-queries
1 parent c826bce commit f9d6cd5

8 files changed

Lines changed: 1861 additions & 999 deletions

core/conn/jdbcT4/src/main/java/T4Messages.properties

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,4 +706,12 @@ cursor_after_last_row_sqlcode=29190
706706

707707
unable_unwrap_msg=The interface is not unable to wrap.
708708
unable_unwrap_sqlstate=HY109
709-
unable_unwrap_sqlcode=29190
709+
unable_unwrap_sqlcode=29191
710+
711+
prepared_statement_close_failed_msg=prepared statement close failed, you can use getNextException() for more details
712+
prepared_statement_close_failed_sqlstate=HY000
713+
prepared_statement_close_failed_sqlcode=29192
714+
715+
prepared_statement_close_failed_msg=prepared statement cancel failed, you can use getNextException() for more details
716+
prepared_statement_close_failed_sqlstate=HY000
717+
prepared_statement_close_failed_sqlcode=29193

0 commit comments

Comments
 (0)