peewee-plus/CHANGELOG.md

1000 B

changelog

See also: Github Release Page.

Version 1.1.1

View this release on: Github, PyPI

  • Fix nullable enums raising an IntegrityError when value is None (#1)

Version 1.1.0

View this release on: Github, PyPI

  • Add decorator function for wrapping callables in a flat database transaction

Version 1.0.0

View this release on: Github, PyPI

  • Add function for calculating SQLite batch size
  • Add constants for SQLite default parameters
  • Add field for storing JSON-serializable data
  • Add field for storing Enums
  • Add field for storing paths
  • Add field for storing floats with custom precision parameters