Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Releases: NarrativeScience-old/pynocular

Version 0.19.0

21 Apr 00:21
4ced378
Compare
Choose a tag to compare

Update enum support to store enum value in db record instead of enum name. Added get_table() function

Version 0.18.0

27 Jan 20:43
2127285
Compare
Choose a tag to compare

Added support for != and update() in the patch_database_object

Version 0.17.0

02 Dec 17:35
51c3f8f
Compare
Choose a tag to compare

Changes to connection management to ensure old connections are cleaned up. This was causing issues with long running processes not being able to connect to the database

Version 0.16.0

02 Nov 00:24
43efca8
Compare
Choose a tag to compare

Update patch_database_model to support delete actions

Version 0.15.0

19 Oct 22:51
13c2b38
Compare
Choose a tag to compare
  • Remove asyncpg support as it was not fully functional

Version 0.14.0

19 Oct 21:39
bcf0ca1
Compare
Choose a tag to compare
  • Change the interface of DBInfo to only require a connection string
  • Update pre-commit hooks to support 3.9

Version 0.12.0

05 Oct 23:05
9f2cb8a
Compare
Choose a tag to compare

Added utility function to check if the db is available

Version 0.11.0

01 Oct 16:08
8d7643f
Compare
Choose a tag to compare

Support for up to Python 3.9.7

Version 0.10.0

22 Sep 23:05
8ba47bb
Compare
Choose a tag to compare

Added test utility functionality for DatabaseModels

Version 0.9.0

22 Sep 17:31
d046139
Compare
Choose a tag to compare

Upgrade aiopg to 1.3.1