7 lines
81 B
Text
7 lines
81 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: transaction
|
||
|
# key: begin
|
||
|
# --
|
||
|
BEGIN;
|
||
|
$0
|
||
|
ROLLBACK;
|