Opened 14 years ago
Closed 12 years ago
#13742 closed New feature (fixed)
implement savepoints for sqlite3
Reported by: | Tay Ray Chuan | Owned by: | Aymeric Augustin |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | sqlite3 savepoints nested transactions |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | yes | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
sqlite3 has supported nested transactions/savepoints since sqlite3 3.6.8; support it.
Attachments (1)
Change History (9)
by , 14 years ago
Attachment: | 0001-implement-savepoints-for-sqlite3.patch added |
---|
comment:1 by , 14 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.