mirror of https://github.com/OpenKMIP/PyKMIP.git
This change fixes a bug with the Pie object table definitions used by SQLAlchemy to store managed objects and attributes for the PyKMIP software server. While primary keys are specified for all tables, they do not by default auto-increment with SQLAlchemy/SQLite, causing collisions and uniqueness constraint violations when bulk testing with the server. Add an explicit SQLite auto-increment tag to each table prevents this from happening. |
||
---|---|---|
.. | ||
__init__.py | ||
api.py | ||
client.py | ||
exceptions.py | ||
factory.py | ||
objects.py | ||
sqltypes.py |