When I'm trying to use autoConstruct to construct case class with more then 12 fields, 13th field and rest have null or None (in case of Optional) values.
If I move 13th field at the first position it receive a value from DB, but 12th field which was moved at 13th position now is null