archfirst / joinjs

A JavaScript library to map complex database joins to nested objects.
MIT License
154 stars 19 forks source link

Add a postConstruct( ) method to result maps #2

Closed nareshbhatia closed 8 years ago

nareshbhatia commented 9 years ago

This will allow for adding/modifying properties of an object after construction.

nareshbhatia commented 9 years ago

This one is tricky because it is difficult to figure out when the object is fully constructed. As more result sets come in, they could be modifying existing objects.

nareshbhatia commented 8 years ago

After much use, it appears that this feature is not really needed.