Mercurial > hg > dotemacs
annotate 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 |
rev | line source |
---|---|
198
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
1 begin; |
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
2 select * from foo; |
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
3 commit; |
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
4 |
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
5 begin work; |
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
6 select * from foo; |
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
7 commit; |
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
8 |
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
9 begin -- a comment |
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
10 work; |
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
11 select * from foo; |
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
12 commit; |
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
13 |
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
14 begin -- a comment |
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
15 transaction; |
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
16 select * from foo; |
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
17 commit; |
542bdd6b7739
sql-indent: replace with newer ELPA version
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
diff
changeset
|
18 |