This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a change to branch STABLE-4.1
in repository https://gitbox.apache.org/repos/asf/cayenne.git.
from c2f97fa CAY-2729 minor code cleanup
new 5db5220 fix H2 clob streaming
new 722d6f1 Merge remote-tracking branch 'parent/pr/492' into STABLE-4.1
new a07fb2c CAY-2731 Exception when setting a CLOB on H2 v2.0.202
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:
RELEASE-NOTES.txt | 1 +
.../java/org/apache/cayenne/dba/h2/H2Adapter.java | 14 ++++++++
.../java/org/apache/cayenne/dba/h2/H2CharType.java | 38 ++++++++++++++++++++++
3 files changed, 53 insertions(+)
create mode 100644
cayenne-server/src/main/java/org/apache/cayenne/dba/h2/H2CharType.java