Hi,
Just wondering if I can make SQLMAP ignore the fact that some of my select statements will not contain all the columns specified in a target ResultMap. This would help because then I could just define one resultMap for an entire table and even with all my joins (lazy of course) and use this same resultmap in all my queries related to this table.
Hope this is clear,
Thanks
Huy