Opened 6 years ago

Closed 5 years ago

#772 closed enhancement (fixed)

Explicit DatabaseClosedError exception

Reported by: German M. Bravo Owned by: Olly Betts
Priority: normal Milestone: 1.4.10
Component: Library API Version: git master
Severity: normal Keywords:
Cc: vaibhavkansagara249@… Blocked By:
Blocking: Operating System: All

Description (last modified by Olly Betts)

Please add an explicit exception for when a database has been closed DatabaseClosedError (instead of just DatabaseError)

Such DatabaseClosedError could (and maybe should) inherit from DatabaseError for backward compatibility.

Change History (5)

comment:1 by Olly Betts, 5 years ago

Component: OtherLibrary API
Description: modified (diff)
Keywords: GoodFirstBug added
Milestone: 1.5.0
Version: git master

comment:2 by Vaibhav Kansagara, 5 years ago

I am working on this one.

Last edited 5 years ago by Vaibhav Kansagara (previous) (diff)

comment:3 by Vaibhav Kansagara, 5 years ago

Cc: vaibhavkansagara249@… added
Owner: changed from Olly Betts to Vaibhav Kansagara
Status: newassigned

comment:4 by Olly Betts, 5 years ago

Keywords: GoodFirstBug removed
Milestone: 1.5.01.4.10
Owner: changed from Vaibhav Kansagara to Olly Betts
Status: assignednew

Fixed on master by f8538eea493a02c7cb73dc81a950d5f487f4eb23. Marking to consider for backporting.

comment:5 by Olly Betts, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.