Opened 11 years ago
Closed 11 years ago
#23303 closed Cleanup/optimization (fixed)
sqlmigrate doesn't output BEGIN and COMMIT statements
Description ¶
All other sql*
commands wrap their output in BEGIN; ... COMMIT;
statements.
Change History (9)
comment:1 by , 11 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 , 11 years ago
Patch needs improvement: | unset |
---|---|
Triage Stage: | Accepted → Ready for checkin |
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 11 years ago
Resolution: | fixed |
---|---|
Status: | closed → new |
One minor issue with the tests: Oracle doesn't include BEGIN;
in its transactions.
comment:8 by , 11 years ago
Why is this reopened? It looks like the other DBs will still get BEGIN/END
comment:9 by , 11 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: