view elpa/sql-indent-1.4/test-data/pr84.sql @ 198:542bdd6b7739

sql-indent: replace with newer ELPA version
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sun, 08 Dec 2019 14:39:27 -0500
parents
children
line wrap: on
line source

begin;
  select * from foo;
commit;

begin work;
select * from foo;
commit;

begin                                 -- a comment
  work;
select * from foo;
commit;

begin                               -- a comment
  transaction;
select * from foo;
commit;