You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 0.3.2-patch10 @OverRide
public ParameterMetaData getParameterMetaData() throws SQLException {
// TODO Auto-generated method stub
return null;
}
// old version in package: ru.yandex.clickhouse @OverRide
public ParameterMetaData getParameterMetaData() throws SQLException {
throw new SQLFeatureNotSupportedException();
}
why not stay the same ?
It is easy to cause a NullPointerException.
The text was updated successfully, but these errors were encountered:
// 0.3.2-patch10
@OverRide
public ParameterMetaData getParameterMetaData() throws SQLException {
// TODO Auto-generated method stub
return null;
}
// old version in package: ru.yandex.clickhouse
@OverRide
public ParameterMetaData getParameterMetaData() throws SQLException {
throw new SQLFeatureNotSupportedException();
}
why not stay the same ?
It is easy to cause a NullPointerException.
The text was updated successfully, but these errors were encountered: