Mark Swatosh

Results 23 comments of Mark Swatosh

I'm not sure if this is the only place, but essentially: https://github.com/eclipse-ee4j/eclipselink/blob/ec0c9cdda67c6e88813a78ce4b2b3e3968fef15c/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/DB2Platform.java#L314C10-L314C84 ``` java fieldTypeMapping.put(Float.class, new FieldTypeDefinition("FLOAT", false)); fieldTypeMapping.put(Double.class, new FieldTypeDefinition("FLOAT", false)); ``` should be ``` java fieldTypeMapping.put(Float.class, new FieldTypeDefinition("REAL",...

@starksm64 Can you run the maven release jenkins build to promote this to maven central as well?

>Do you think it's worth a try for us to get around the thrown exception? Or is the protocol that different from z/OS and DB2 on Windows/Linux? If I remember...