4b2058b8c14197e019b076640e2b3d41aa8a8fe0
We can get 'PRIMARY KEY must be unique' error on some platforms and versions of sqlite library while trying to insert the row with the same primary key that already exist. In this case oslo.db should raise DBDuplicateEntry error. Add corresponding filter to _sqlite_dupe_key_error Closes-Bug: #1386145 Change-Id: Ifafd6a8e0b613a31e596043071aef4d410a976f2
Overview
oslo.db library
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.db
- Source: http://git.openstack.org/cgit/openstack/oslo.db
- Bugs: http://bugs.launchpad.net/oslo
Description