Skip to content

Commit

Permalink
fixup include all parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanruth committed Jan 8, 2025
1 parent 8349d3d commit 2f99328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/monetdb/mcl/net/Parameter.java
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ public static DriverPropertyInfo[] getPropertyInfo(final Properties info, boolea
case SOCK:
case SOCKDIR:
case BINARY:
case CLOB_AS_VARCHAR:
case BLOB_AS_BINARY:
// hide, not supported in Java
continue;
case FETCHSIZE:
Expand All @@ -239,6 +237,8 @@ public static DriverPropertyInfo[] getPropertyInfo(final Properties info, boolea
case HASH:
// hide, we don't want users to mess with this
continue;
default:
break;
}
if (parm == Parameter.FETCHSIZE) // alias of REPLYSIZE
continue;
Expand Down

0 comments on commit 2f99328

Please sign in to comment.