Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 3c26ae7302f5aa17c6099553c4f3fdb885f187a5
https://github.com/hibernate/hibernate-orm/commit/3c26ae7302f5aa17c609955...
Author: Mark Rotteveel <mark(a)lawinegevaar.nl>
Date: 2017-02-07 (Tue, 07 Feb 2017)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
Log Message:
-----------
HHH-11467 Replace incorrect use of StringHelper.WHITESPACE with single space.
This prevents an issue with Firebird where formfeed (\f or 0x0c) is not considered valid
whitespace in a query.