Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.10, 2.11
-
None
Description
We need to fix the second code snippet on SQL Transactions doc page:
BEGIN;
INSERT INTO Person (id, name, city_id) VALUES (1, 'John Doe', 3);
UPDATE City SET population = population + 1 WHERE id = 3;
This code snippet appears to be a duplicate of the preceding one and does not actually show how to "Roll back the changes...".
Attachments
Issue Links
- links to