Opened 10 years ago
Closed 10 years ago
#23303 closed Cleanup/optimization (fixed)
sqlmigrate doesn't output BEGIN and COMMIT statements
Reported by: | Baptiste Mispelon | Owned by: | nobody |
---|---|---|---|
Component: | Core (Management commands) | Version: | 1.7-rc-2 |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
All other sql*
commands wrap their output in BEGIN; ... COMMIT;
statements.
Change History (9)
comment:1 by , 10 years ago
Has patch: | set |
---|---|
Patch needs improvement: | set |
Severity: | Normal → Release blocker |
Triage Stage: | Unreviewed → Accepted |
Version: | 1.7-beta-2 → 1.7-rc-2 |
comment:2 by , 10 years ago
Patch needs improvement: | unset |
---|---|
Triage Stage: | Accepted → Ready for checkin |
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 10 years ago
Resolution: | fixed |
---|---|
Status: | closed → new |
One minor issue with the tests: Oracle doesn't include BEGIN;
in its transactions.
comment:8 by , 10 years ago
Why is this reopened? It looks like the other DBs will still get BEGIN/END
comment:9 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Sorry, I forgot to close it again after 54164b814cab71a8a0503743befbdcc99ae6c7a0.
Note:
See TracTickets
for help on using tickets.
In 5853c87a458f62ebd62d7809168355610de2570c: