long2ice

Results 410 comments of long2ice

`select_related` only work in `ForeignKeyRelation`, not work in `ReverseRelation`. And `select_related` generate sql `join`, which has different behavior with `prefetch_related`

Did you try latest develop?

Strange, need more feedback

Thanks! Please resolve conflicts

You should enable `--enable-update-limit`

https://stackoverflow.com/questions/39033727/enable-limit-in-update-statement-sqlite

Try `update_or_create` or `bulk_create`

What's the result in local?

Try merge develop first