default options for sequelize.query is now { raw: true }.
this change enables the comfortable use of sequelize.query. it's now no longer necessary to define the second and third parameter but only the first one which represents the actual sql query :)
Showing
with
10 additions
and
1 deletions
-
Please register or sign in to post a comment