b1de3f71a8bb06f2baf8cdd8bcfcfc04687c3e83
For sqlite database if insert or update command fails due to unicode value then it raises DBError whereas for mysql using filter it raises DBDataError. To maintain consistency, added new filter which will raise DBDataError for sqlite database as well. Related-Bug: #1393871 Related-Bug: #1531400 Change-Id: Ibb61a69b1b0c6ce6172f290848f44f89e2b41d3b
oslo.db -- OpenStack Database Pattern Library
The oslo db (database) handling library, provides database connectivity to different database backends and various other helper utils.
- 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.db
Description