不要怂,就是干,撸起袖子干!

Commit cb3444a4 by José Moreira

Trying to fix fails with Postgres

1 parent 33caab9f
Showing with 1 additions and 1 deletions
......@@ -710,7 +710,7 @@ describe(Support.getTestDialectTeaser("HasMany"), function() {
where: { username: 'John'},
include: [
{ model: Task, required: false, include: [
{ model: Label, required: false, where: { isActive: 1 } }
{ model: Label, required: false, where: { isActive: true } }
]}
]
}).done(function (err, john) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!