tortoise / tortoise-orm

Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.37k stars 355 forks source link

remove return objects list in `bulk_create` #1615

Closed Abdeldjalil-H closed 1 month ago

Abdeldjalil-H commented 1 month ago

Description

A detailed description can be found in #1614

Motivation and Context

bulk_create method does not change the passed objects, so there is no need to return them.

How Has This Been Tested?

This was tested on existing tests.

Checklist:

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 9079752800

Details


Totals Coverage Status
Change from base Build 9076367500: -0.001%
Covered Lines: 5784
Relevant Lines: 6482

💛 - Coveralls