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 f93ea15 [OPENJPA-2828] Fix method equals() (#72)
new dd9bce0 OPENJPA-2816 Add HerdDB DBDictionary - more fixes
new 963ed59 remove useless conversion and extension point
new e95dbc8 add tests
new 4c624c0 Merge pull request #74 from
eolivelli/fix/herddb-delimitall-real
The 5083 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:
.../openjpa/jdbc/kernel/ClassTableJDBCSeq.java | 6 +-
.../apache/openjpa/jdbc/kernel/TableJDBCSeq.java | 7 +-
.../openjpa/jdbc/kernel/ValueTableJDBCSeq.java | 4 +-
.../org/apache/openjpa/jdbc/sql/DBDictionary.java | 3 +
.../apache/openjpa/jdbc/sql/HerdDBDictionary.java | 5 +-
.../openjpa/jdbc/kernel/TableJDBCSeqTest.java | 161 +++++++++++++++++++++
6 files changed, 179 insertions(+), 7 deletions(-)
create mode 100644
openjpa-jdbc/src/test/java/org/apache/openjpa/jdbc/kernel/TableJDBCSeqTest.java