What's Changed
Fixed handling of DuplicateKeyException
errors. After an improvement in crate-python 0.34, this error case is conveyed through IntegrityError
. Beforehand, a more generic ProgrammingError
was used. Thanks, @romseygeek and @proddata.
Details
- Chore(deps): Update sqlparse requirement from <0.5.0,>=0.4.4 to >=0.4.4,<0.6.0 by @dependabot in #437
- Fixed handling of
DuplicateKeyException
errors after crate-python 0.34 by @amotl in #439
Full Changelog: 0.31.4...0.31.5