Skip to content

Commit

Permalink
Fixes #87 -Add support for getPropertyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated workflow committed Nov 21, 2023
1 parent cf3dc14 commit 5ce1694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv/src/main/java/com/manorrock/guppy/csv/CSVDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public boolean acceptsURL(String url) throws SQLException {

@Override
public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException {
throw new UnsupportedOperationException();
return new DriverPropertyInfo[0];
}

@Override
Expand Down

0 comments on commit 5ce1694

Please sign in to comment.