We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5466f49 commit 2071a7bCopy full SHA for 2071a7b
src/com/xxdb/DBConnection.java
@@ -430,6 +430,10 @@ else if (this.connTimeout_ == 0 && this.readTimeout_ > 0)
430
}
431
432
private int generateRequestFlag(boolean clearSessionMemory){
433
+ if (this.python_ && this.kdb_) {
434
+ throw new IllegalArgumentException("The param 'usePython' and 'useKdb' cannot be set simultaneously.");
435
+ }
436
+
437
int flag = 0;
438
if (this.ifUrgent_)
439
flag += 1;
0 commit comments