Hey, so I'm experiencing some intermittent NullPoi...
# exposed
r
Hey, so I'm experiencing some intermittent NullPointerExceptions on columns that are not nullable. Stacktrace is just
Copy code
java.lang.NullPointerException
	at org.jetbrains.exposed.dao.Entity.lookup(Entity.kt:193)
	at org.jetbrains.exposed.dao.Entity.getValue(Entity.kt:173)
	at com.company.user.data.ProfileRow.getBirthDay(ProfileRow.kt:18)
and the field and column in database are definitely not nullable anywhere. We get 150-250 exceptions like this per day, out of millions of requests, so it's not a consistent or reproduceable issue