Changes between Initial Version and Version 1 of Ticket #27979, comment 3


Ignore:
Timestamp:
Mar 22, 2017, 1:24:56 PM (7 years ago)
Author:
Chris Dary

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27979, comment 3

    initial v1  
    22
    33It's nice to have Django wrap DB specific exceptions so that you have an agnostic interface to them and don't have to catch engine specific exceptions. Based on the phrasing there ("guaranteed common implementation"), I presume it's a bug when one of these engine specific exceptions leaks.
     4
     5(Just to be perfectly explicit, I'd guess this would be wrapped as an agnostic OperationalError)
Back to Top