▲ | marcosdumay 5 days ago | |
> 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.) | ||
▲ | Yokohiii 5 days ago | parent [-] | |
Why should a raw query fail? |