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

dixitdeepak pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


    from 29f29853a7 Improved: Apply common label and form alignment in the 
Receive Inventory screen and remove unnecessary colons from labels
     new 3eaef2fdbf Fixed: ComplexAliasField default value not quoted for 
non-numeric fields in SQL COALESCE (OFBIZ-5199) The defaultValue in 
ComplexAliasField.makeAliasColName() was inserted raw into COALESCE SQL, 
causing syntax errors for date-time and string field types. Numeric literals 
(0) worked fine but timestamp/string values were unquoted.
     new e9750fb937 Replaced the mutable HashSet initialization of 
NUMERIC_FIELD_TYPES with Set.of(...).
     new 70157e5c4d Adjusted the indentation of the NUMERIC_FIELD_TYPES 
declaration to match the project’s code formatting conventions.

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/ofbiz/entity/model/ModelViewEntity.java | 18 ++++-
 .../model/ModelViewEntityComplexAliasTests.java    | 93 ++++++++++++++++++++++
 2 files changed, 110 insertions(+), 1 deletion(-)

Reply via email to