Daniel Häfele
Daniel Häfele
You are absolutely right, the `names.Where(d => d != null)` part was not evaluated at all. We used to use NHibernate version `5.1.3` before our recent upgrade, and using `.ShowSql()`...
Reopening issue as it seems like you're already working on a fix.
This would be really really useful to have, for example when I want to allow just a couple string values (a enum basically). Right now it's very tedious and annoying...
Any updates on this? Having all model-properties be nullable makes my client code full of null-checks that I only need to satisfy the compiler.