immich-app/immich

Prefer null values over empty strings

Chiusa

#28.832 aperta il 4 giu 2026

 (2 commenti) (1 reazione) (0 assegnatari)TypeScript (5601 fork)batch import
good first issue

Metriche repository

Star
 (100.600 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

The Immich API and database should store null instead of empty strings.

Columns where this is happening:

  • album.description
  • asset_exif.description
  • person.name
  • person.thumbnailPath
  • session.deviceType
  • session.deviceOS
  • user.password
  • user.profileImagePath
  • user.oauthId
  • user.name

Guida contributor