Mark Swatosh

Results 6 issues of Mark Swatosh

PR #1204 reintroduces support for Db2/z, however 3 of the tests are failing. The failing tests are: testConnectInvalidDatabase testConnectInvalidPassword validateDatabaseMetaData These don't impact Db2/z support, but should be address to...

bug
help wanted
module:db2

The latest 3.1 TCK release on the staging repo is from March, @starksm64 can we get an updated release with the new fixes?

#### Description: I noticed this with `CharSequence`, but there may be others. The Validation spec uses `CharSequence` as a type for validation because it covers `String`, `StringBuffer`, `StringBuilder`, and others....

#### Description: Jakarta Validation annotations should be checked on declared fields in a Java Record. For example, the following should report a diagnostic indicating that `@AssertTrue` is only valid on...

For an entity with Java float attributes, using `jakarta.persistence.schema-generation.database.action` results in columns being created as `Double` (64-bit precision) instead of `Real` (32-bit precision). This is due to Eclipselink attempting to...