drift
drift copied to clipboard
Fix column writer nullability check
I found problem (?) with column generation regarding to nullability + converters. The generated data class is not nullable, but other function treat type as nullable. I made a possible fix. Am I right?
🚀 Deployed on https://deploy-preview-1846--moor.netlify.app
Huh, looks like this causes us to sometimes generate a duplicate nullability suffix (PureDefault copyWith({MyCustomObject?? txt}) in the failing build step).
I found the problem. Fixed!