This repository has been archived by the owner on Jul 13, 2022. It is now read-only.
Releases: NarrativeScience-old/pynocular
Releases · NarrativeScience-old/pynocular
Version 0.19.0
Update enum support to store enum value in db record instead of enum name. Added get_table()
function
Version 0.18.0
Added support for !=
and update()
in the patch_database_object
Version 0.17.0
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
Update patch_database_model
to support delete actions
Version 0.15.0
- Remove asyncpg support as it was not fully functional
Version 0.14.0
- Change the interface of
DBInfo
to only require a connection string - Update pre-commit hooks to support 3.9
Version 0.12.0
Added utility function to check if the db is available
Version 0.11.0
Support for up to Python 3.9.7
Version 0.10.0
Added test utility functionality for DatabaseModels
Version 0.9.0
Upgrade aiopg to 1.3.1