PyKMIP/kmip/pie
Peter 80d56453a5 Fixing bug with primary key reuse by SQLAlchemy
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.
2016-04-07 09:46:01 -04:00
..
__init__.py Adding the pie package for the simplified PyKMIP API 2015-06-05 11:46:00 -04:00
api.py Adding ProxyKmipClient support for the GetAttributeList operation 2015-09-04 10:01:39 -04:00
client.py Updating support for the Enumeration primitive 2015-09-29 13:23:44 -04:00
exceptions.py Adding the Pie ProxyKmipClient 2015-07-27 13:09:45 -04:00
factory.py Updating support for the Enumeration primitive 2015-09-29 13:23:44 -04:00
objects.py Fixing bug with primary key reuse by SQLAlchemy 2016-04-07 09:46:01 -04:00
sqltypes.py Added SQLAlchemy Code for Symmetric Key 2016-02-19 09:23:51 -05:00