-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
The map function loads all the attribute values at first, although I expect when I give mappings as lambda, the attribute values get read lazily, that is, if some attribute has been set to null or other function, the getattr of source object must not be called. The reason is that I am using your library for mapping SqlAlchemy objects to DTO ones. Deferred loading feature of SqlAlchemy causes Select N+1 problem when using your library.
renanvieira and uhbif19
Metadata
Metadata
Assignees
Labels
No labels