View | Details | Raw Unified | Return to bug 261666
Collapse All | Expand All

(-)eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/report/ReportQueryAndExistsSubQuery.java (-2 / +2 lines)
Lines 46-53 Link Here
46
        if (getSession().isRemoteSession()) {
46
        if (getSession().isRemoteSession()) {
47
            throwWarning("Report queries with objects are not supported on remote session.");
47
            throwWarning("Report queries with objects are not supported on remote session.");
48
        }
48
        }
49
        if (getSession().getPlatform().isDerby()) {
49
        if (getSession().getPlatform().isDerby() || getSession().getPlatform().isSybase()) {
50
            throwWarning("Exists with multiple values not supported on Derby.");
50
            throwWarning("Exists with multiple values not supported on " + getSession().getPlatform());
51
        }
51
        }
52
        super.setup();
52
        super.setup();
53
53

Return to bug 261666