Ruben Holen
05/17/2023, 3:58 PMjava.lang.NullPointerException
at org.jetbrains.exposed.dao.Entity.lookup(Entity.kt:194)
at org.jetbrains.exposed.dao.Entity.getValue(Entity.kt:174)
at com.company.user.data.ProfileRow.isPrivate(ProfileRow.kt:29)
Phil Richardson
05/22/2023, 8:32 AMelse -> readValues[this]!!
readValues
is a ResultRow
This implies it is coming back from the DB as null.
I understand that the expectation is the column is non-nullable, but have you captured the SQL being executed and explored the query / response manually to validate the claim?Ruben Holen
05/25/2023, 11:10 AMChantal Loncle
05/30/2023, 2:10 AMHas anyone figured out what's causing this yet btw?Is this regarding a long-standing issue on GitHub or a previous slack thread? If so, could you provide a link to that please? If not, any table mappings, a reproducible example, or a sample repo would be appreciated. Or please feel free to open a Youtrack issue so we can start looking into it for you.
Ruben Holen
05/30/2023, 1:27 PM