Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Releases: quantmind/pulsar-odm

0.6.2

20 Nov 10:12
Compare
Choose a tag to compare
  • Removed unused event utilities in session e4add98

0.6.1

13 Oct 13:04
Compare
Choose a tag to compare
  • Better table_args function
  • Added mapper.database_exist method
  • CI tests for python 3.6

0.6.0

11 Oct 14:51
Compare
Choose a tag to compare

Backward incompatible change due to internal changes in SqlAlchemy.

  • Postgresql GreenPool updated to be compatible with SqlAlchemy 1.1
  • Improved the README file

0.5.0

12 May 08:21
Compare
Choose a tag to compare

Backward incompatible release with increased test coverage and support for
python 3.5 and above only.

  • Test for create sql semantic. Fixes #9 504b798
  • More test coverage

0.4.0

17 Mar 11:04
Compare
Choose a tag to compare

Overall refactoring of codebase, increased test coverage.
Backward incompatible

  • Development Status set to 4 - Beta
  • Models are specified as mixins so that registration to sqlalchemy orm works better. This is a backward incompatible change d4d14e0
  • Ability to retrieve a dialect for a model name. Fixes #8 d418c01

Tests