Hi,

IGNITE-2680 says it is resolved. Would it be available in 1.9 ?

I see following code in 1.8.

@Override public void setQueryTimeout(int timeout) throws SQLException {
        ensureNotClosed();

        throw new SQLFeatureNotSupportedException("Query timeout is not
supported.");
    }

Thanks

Reply via email to