Annotation of parser3/tests/428-sql.html, revision 1.3
1.1 moko 1: @USE
2: 388-sql.html
3:
4: @main[]
5:
6: ^connect[$SQL.drivers.connect]{
7: ^prepare-data[]
8:
9: 1.1 ^try-catch{ ^t[select pet from pets^;select food from pets] }
10:
1.2 moko 11: 1.2 ^h[select 0,* from pets^;select 1,* from pets; $.type[table] $.distinct(true) ]
12:
13: 1.3 ^h[select 0,* from pets^;select 0,* from pets; $.type[table] $.distinct(true) ]
14:
15: 1.4 ^h[select 0,* from pets^;select 0, 2+2; $.type[table] $.distinct(true) ]
16:
17: 1.5 ^h[select 0,* from pets limit 2^;delete from pets where pet=''^;select 1,* from pets limit 1; $.type[table] $.distinct(true) ]
18:
19: 1.6 ^h[select 0,* from pets^;delete from pets where pet=''^;select 1,* from pets; $.type[table] $.distinct(true) $.limit(1) ]
20:
21: 1.7 ^h[select pet,food from pets^;select food,* from pets; $.type[table] $.distinct(true)]
22:
23: 1.8 ^h[select pet,food from pets^;select food,* from pets; $.distinct(true)]
1.3 ! moko 24:
! 25: 1.9 ^h[select 0,* from pets^;select 0, 2+2; $.type[hash] $.distinct(true) ]
! 26: 1.10 ^h[select 0, 2+2^;select 0,* from pets; $.type[hash] $.distinct(true) ]
! 27:
1.1 moko 28: }
E-mail: