Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Query Hints Bug Review

I'd appreciate a review of my patch for:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=471487.

While debugging setting QueryHints.JDBC_TIMEOUT, it looks as if the timeout value does not get set in the DatabaseCall as the query is already prepared. Then, the Statement gets prepared with a value of 0.

Thanks,
Will Dazey

Back to the top