Skip to content

Commit 5e087f6

Browse files
committed
Improved tests and support for ResultSet CallableStatement and SavePoint.
ResultSet implementation to fall back to proxy only mode when features like first and last are used to modify the position of the ResultSet. Improved error handling for callProxy operations.
1 parent 249163e commit 5e087f6

File tree

14 files changed

+1402
-525
lines changed

14 files changed

+1402
-525
lines changed

ojp-grpc-commons/src/main/proto/StatementService.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ enum CallType {
158158
CALL_EXECUTE = 43;
159159
CALL_ADD = 44;
160160
CALL_ENQUOTE = 45;
161+
CALL_REGISTER = 46;
161162
}
162163

163164
message TargetCall {

0 commit comments

Comments
 (0)