Skip to content

3.9.5

Compare
Choose a tag to compare
@coleifer coleifer released this 26 Apr 19:29
· 641 commits to master since this release
  • Added small helper for setting timezone when using Postgres.
  • Improved SQL generation for VALUES clause.
  • Support passing resolution to TimestampField as a power-of-10.
  • Small improvements to INSERT queries when the primary-key is not an auto-incrementing integer, but is generated by the database server (eg uuid).
  • Cleanups to virtual table implementation and python-to-sqlite value conversions.
  • Fixed bug related to binding previously-unbound models to a database using a context manager, #1913.

View commits