Fix some previously broken comment links
This commit is contained in:
@@ -99,7 +99,7 @@ func TestTimestampNanosecondsTruncated(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// https://github.com/jackc/pgx/v4/pgtype/issues/74
|
||||
// https://github.com/jackc/pgtype/issues/74
|
||||
func TestTimestampDecodeTextInvalid(t *testing.T) {
|
||||
tstz := &pgtype.Timestamp{}
|
||||
err := tstz.DecodeText(nil, []byte(`eeeee`))
|
||||
|
||||
Reference in New Issue
Block a user