mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
Add TODO in getTables
This commit is contained in:
@@ -711,11 +711,12 @@ public class JDBC4DatabaseMetaData implements DatabaseMetaData {
|
||||
@Override
|
||||
@SkipNullableCheck
|
||||
public ResultSet getTables(
|
||||
String catalog, String schemaPattern, String tableNamePattern, String[] types)
|
||||
@Nullable String catalog,
|
||||
@Nullable String schemaPattern,
|
||||
String tableNamePattern,
|
||||
@Nullable String[] types)
|
||||
throws SQLException {
|
||||
|
||||
// TODO - important
|
||||
|
||||
// TODO: after union is supported
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user