fixed e8a1c88 from https://gitee.com/luo_zihao5524/openGauss-server/pulls/3049
修复jdbc setMaxRows事务不会自动提交的问题
This commit is contained in:
@ -125,7 +125,7 @@ public:
|
||||
|
||||
void executeInit();
|
||||
|
||||
bool executeEnd(const char* portal_name, bool* completionTag);
|
||||
bool executeEnd(const char* portal_name, bool* completionTag, long max_rows);
|
||||
|
||||
void auditRecord();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user