Skip to content

ParameterMetaData return NULL  #972

Closed
@ArvinLovegood

Description

@ArvinLovegood

// 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions