Skip to content

3.2.4 — 2025-01-27

← 3.2.5 | 3.2.3 → | ↑ 3.x series

Fixed

Testing

  • Fixed atomic transactions feature test error handling expectations:
  • Corrected test to expect InternalError instead of DatabaseError for normal exceptions
  • Aligned test expectations with the correct exception wrapping behavior in atomic decorators
  • Normal exceptions (like ValueError) are now correctly expected to be wrapped as InternalError
  • Database-specific exceptions continue to be wrapped as appropriate DatabaseError subclasses