Connector/J 3.1.0 Release Notes
Performance
@Benchmark
public int run(MyState state) throws Throwable {
try (Statement st = state.connectionText.createStatement()) {
ResultSet rs = st.executeQuery("select 1");
rs.next();
return rs.getInt(1);
}
}


UUID Object support
Other changes
Changelog
Last updated
Was this helpful?

