Opened 7 years ago
Closed 7 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 )
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 , 7 years ago
| Component: | Other → Library API |
|---|---|
| Description: | modified (diff) |
| Keywords: | GoodFirstBug added |
| Milestone: | → 1.5.0 |
| Version: | → git master |
comment:3 by , 7 years ago
| Cc: | added |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:4 by , 7 years ago
| Keywords: | GoodFirstBug removed |
|---|---|
| Milestone: | 1.5.0 → 1.4.10 |
| Owner: | changed from to |
| Status: | assigned → new |
Fixed on master by f8538eea493a02c7cb73dc81a950d5f487f4eb23. Marking to consider for backporting.
comment:5 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
84e5413c98aedefbadf349a1fcd6d85d844d60f6 fixes this for 1.4.10.
Note:
See TracTickets
for help on using tickets.

I am working on this one.