github tortoise/tortoise-orm 0.13.2
v0.13.2

latest releases: 0.20.0, 0.19.3, 0.19.2...
4 years ago
  • Security fixes for «model».save() & «model».dete():
    This is now fully parametrized, and these operations are no longer susceptible to escaping issues.

  • Performance improvements:

    • Simple update is now ~3-6× faster
    • Partial update is now ~3× faster
    • Delete is now ~2.7x faster
  • Fix generated Schema Primary Key for BigIntField for MySQL and PostgreSQL.
  • Added support for using a SmallIntField as a auto-gen Primary Key.
  • Ensure that default PK is added to the top of the attrs.

Don't miss a new tortoise-orm release

NewReleases is sending notifications on new releases.