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 31aa533 commit e82b2bfCopy full SHA for e82b2bf
src/main/java/de/zalando/sprocwrapper/proxy/StoredProcedure.java
@@ -221,7 +221,7 @@ private static int[] createTypes(final List<StoredProcedureParameter> params) {
221
}
222
223
public int getShardId(final Object[] objs) {
224
- if (shardKeyParameters == null) {
+ if (shardKeyParameters.isEmpty()) {
225
return shardStrategy.getShardId(null);
226
227
0 commit comments