You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by rm...@apache.org on 2020/10/29 21:47:46 UTC

[openjpa] branch master updated (6f26922 -> aabbc25)

This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git.


    from 6f26922  [OPENJPA-2834] invalid properties cache when a propery changes
     new 02e9144  OPENJPA-2836 HerdDBDictionary: enable ForeignKeys and Unique Indexes
     new bb35ca7  add test case and set supportsCascadeUpdateAction=false
     new a998255  add test cases
     new 117f75c  fix checkstyle
     new aabbc25  Merge pull request #76 from eolivelli/OPENJPA-2836-herddb-dict-enhance

The 5103 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/sql/HerdDBDictionary.java  |   6 +-
 .../openjpa/jdbc/sql/TestHerdDBDictionary.java     | 182 +++++++++++++++++++++
 2 files changed, 185 insertions(+), 3 deletions(-)
 create mode 100644 openjpa-jdbc/src/test/java/org/apache/openjpa/jdbc/sql/TestHerdDBDictionary.java