This is an automated email from the ASF dual-hosted git repository.
struberg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git.
from c7c13d3 OPENJPA-2848 duplicate DROP SEQUENCE stmt
new 9c91386 OPENJPA-2814 fix mem leak in ForeignKey
new 8283ea0 OPENJPA-2850 use VARBINARY(MAX) instead BLOB column type
new 1a8bcfb OPENJPA-2849 fix UnaryOp to use DBDictionary
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/openjpa/jdbc/kernel/exps/UnaryOp.java | 4 +-
.../org/apache/openjpa/jdbc/meta/JavaSQLTypes.java | 16 ++++++
.../jdbc/meta/strats/HandlerStrategies.java | 3 +-
.../org/apache/openjpa/jdbc/schema/Constraint.java | 28 ++++++++++
.../org/apache/openjpa/jdbc/schema/ForeignKey.java | 60 ++++++++++++++++++++++
.../openjpa/jdbc/sql/SQLServerDictionary.java | 5 ++
.../persistence/simple/TestJava8TimeTypes.java | 7 +++
pom.xml | 2 +-
8 files changed, 121 insertions(+), 4 deletions(-)