Skip to content

Commit a1ee846

Browse files
committed
chore: remove todo comment
1 parent 921ad02 commit a1ee846

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/sqltypes/postgresql.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ func PostgresTypeToJavaType(identifier *plugin.Identifier) (string, error) {
4343
return "String", nil
4444
default:
4545
// void, any
46-
// TODO - deal with enums somehow
4746
return "", fmt.Errorf("datatype '%s' not currently supported", colType)
4847
}
4948
}

0 commit comments

Comments
 (0)