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 6354818 commit bdaa09dCopy full SHA for bdaa09d
src/main/java/com/alipay/oceanbase/rpc/ObTableClient.java
@@ -3257,6 +3257,10 @@ public void setParamURL(String paramURL) throws IllegalArgumentException {
3257
}
3258
3259
3260
+ // set db as "default" if the user does not assign any database
3261
+ if (db == null) {
3262
+ db = "default";
3263
+ }
3264
3265
if (StringUtils.isBlank(db)) {
3266
throw new IllegalArgumentException(String.format(
0 commit comments