This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
from 5bad09f22 Missing release notes for CAY-2711 and CAY-2733
new aeb994524 CAY-2734 Improve support for the DECIMAL type
new aaae7b2b7 CAY-2734 Improve support for the DECIMAL type
new 478809960 Merge pull request #502 from
stariy95/4.2-FIX-CAY-2734-bigdecimal-support
The 6792 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:
.../java/org/apache/cayenne/gen/ImportUtils.java | 2 +-
.../java/org/apache/cayenne/gen/PropertyUtils.java | 8 ++--
.../value/DefaultValueTransformerFactory.java | 2 +-
.../dbsync/merge/context/EntityMergeSupport.java | 2 +-
.../apache/cayenne/lifecycle/id/EntityIdCoder.java | 2 +-
.../org/apache/cayenne/access/FlattenedArcKey.java | 2 +-
.../apache/cayenne/access/jdbc/BatchAction.java | 2 +-
.../cayenne/access/jdbc/ColumnDescriptor.java | 1 +
.../cayenne/access/jdbc/SQLTemplateAction.java | 2 +-
.../batch/SoftDeleteBatchTranslator.java | 2 +-
.../batch/legacy/SoftDeleteBatchTranslator.java | 2 +-
.../ejbql/EJBQLIdentifierColumnsTranslator.java | 2 +-
.../ejbql/EJBQLSelectColumnsTranslator.java | 6 +--
.../translator/select/ColumnDescriptorStage.java | 2 +-
.../translator/select/ResultNodeDescriptor.java | 2 +-
.../java/org/apache/cayenne/dba/TypesMapping.java | 47 +++++++++++++++++-----
.../java/org/apache/cayenne/map/ObjEntity.java | 2 +-
.../reflect/PersistentDescriptorFactory.java | 2 +-
.../org/apache/cayenne/dba/TypesMappingIT.java | 28 +++++++++++++
19 files changed, 85 insertions(+), 33 deletions(-)