node.js - get Selected fields in .populate() waterline-postgresql .populate('fieldName',{select:[]}) -


select query not working in .populate() of waterline-postgresql.

model.find(query).populate(assoc.alias,{select:['field1','field2']}); 

this not working in waterline-postgresql adapter.

is not supported or making mistake?

select not supported in .populate(). can see github issue. in populate select not working currently.

this feature request , open issue. hope in next release waterline team introduce feature.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -