JasperFx / marten

.NET Transactional Document DB and Event Store on PostgreSQL
https://martendb.io
MIT License
2.75k stars 429 forks source link

Harden all multi-database multi-tenancy strategies against case sensitivity issues with the tenant id #3223

Closed jeremydmiller closed 2 months ago

jeremydmiller commented 2 months ago

Opt in models to force all tenant ids to be used as upper or lower case. Solve the case sensitivity issue once and for all.