Modify ↓
#8930 closed defect (fixed)
port [8878] to 0.11-stable
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11.7 |
Component: | database backend | Version: | 0.11.6 |
Severity: | trivial | Keywords: | patch |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
[8878] fixes some obscure problem with SQLite cursor. The same patch is present in Debian distribution. I'd like to know the impact if this patch won't be included in normal 0.11.7 release.
Attachments (0)
Change History (4)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Severity: | normal → trivial |
Status: | new → closed |
No impact, but it's better to not spread bad usage examples :-)
Backported in r9170.
comment:4 by , 15 years ago
Owner: | set to |
---|
Note:
See TracTickets
for help on using tickets.
There should be none, as this doesn't fix an actual problem. The DB connection is kept alive higher in the stack, as mentioned by Christian in the changeset message, so discarding it at that location doesn't introduce any issues. The change was done mainly to avoid giving a bad usage example, and to avoid issues if the roadmap code is refactored at some point.