dyslexicanaboko / simple-class-creator

A utility for creating mundane crud work including table to model, model to DTO and other things no one really wants to do by hand.
MIT License
1 stars 0 forks source link

Object mapper not checking for null #1

Closed dyslexicanaboko closed 3 years ago

dyslexicanaboko commented 4 years ago

The object mapper isn't checking for null and attempts to convert potentially DBNull columns.

dyslexicanaboko commented 3 years ago

This was taken care of by pull request #17 for issue #13