Yevheniia Rakhmatova

Results 5 comments of Yevheniia Rakhmatova

Sorry, but your comments add no new information, they are explaining obvious things IMHO.

Hi @zbitname, I've found tricky solution that worked for me: Suppose you have `Model.findAll(query)` ``` query.attributes = [ db.sequelize.literal('DISTINCT ON("columnName") "TableName".otherColumnName"'), 'otherColumnName', ...restColumns ]; query.raw = true; ``` You need...

@YashBansod thank you, that helped!

@MathieuVeber are you sure it works well with any zip containing more than 1 file compressed? I've just opened an [issue](https://github.com/ZJONSSON/node-unzipper/issues/255), because I wasn't able to get it work with...

@MathieuVeber I found out that sometimes it works with zip files containing more than 1 file. Maybe the thing is with the file contents idk