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 37a8d22 commit be70d49Copy full SHA for be70d49
hibernate-core/src/main/java/org/hibernate/query/internal/NativeQueryImpl.java
@@ -492,9 +492,9 @@ protected boolean applyQuerySpaces(Object value) {
492
}
493
494
if ( value instanceof Collection ) {
495
-// if ( querySpaces == null ) {
496
-// querySpaces = new ArrayList<>();
497
-// }
+ if ( querySpaces == null ) {
+ querySpaces = new ArrayList<>();
+ }
498
querySpaces.addAll( (Collection<String>) value );
499
return true;
500
0 commit comments