openjpa/openjpa-persistence-jdbc
Mark Struberg ff2a1e6c1f OPENJPA-2807 trim spaces from column names
@Index(columnList="a, b, c") used to not trim the spaces.
Thus it was looking for a column "a ", "b " and "c " which obviously could
not be found.
2020-04-25 20:11:04 +02:00
..
src OPENJPA-2807 trim spaces from column names 2020-04-25 20:11:04 +02:00
pom.xml [OPENJPA-2798] Automatic-Module-Name is added 2020-03-15 15:59:45 +07:00