Opened 15 years ago
Closed 12 years ago
#13742 closed New feature (fixed)
implement savepoints for sqlite3
Description ¶
sqlite3 has supported nested transactions/savepoints since sqlite3 3.6.8; support it.
Change History (9)
by , 15 years ago
Attachment: | 0001-implement-savepoints-for-sqlite3.patch added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
Severity: | → Normal |
---|---|
Type: | → New feature |
comment:3 by , 14 years ago
Needs tests: | set |
---|
comment:7 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:8 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
It'd be great if tests could be written for this. See also #15507 which asks for savepoints support with MySQL.