▲ | Yokohiii 5 days ago | |||||||||||||||||||||||||||||||
In my ears that's just neglect? You assume your ORM does the basic data mapping right and don't verify it? | ||||||||||||||||||||||||||||||||
▲ | marcosdumay 5 days ago | parent | next [-] | |||||||||||||||||||||||||||||||
> You assume your ORM does the basic data mapping right You know, it should. There's no good reason for an ORM to ever fail at runtime due to mapping problems instead of compile time or start time. (Except, of course if you change it during the software's execution.) | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | tossandthrow 5 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||
No? The difference is to verify it ones for the orm VS ones for every single place your query. | ||||||||||||||||||||||||||||||||
|