Diff for /parser3/tests/388-sql.html between versions 1.3 and 1.6

version 1.3, 2017/12/07 00:55:12 version 1.6, 2019/09/11 15:58:37
Line 12  sqlite ../../sql/sqlite/.libs/libparser3 Line 12  sqlite ../../sql/sqlite/.libs/libparser3
   
         2. void          2. void
   
         2.1 ^void:sql{create table pets (pet varchar, food varchar, aggressive varchar, weigth varchar)}          2.1 ^void:sql{create table pets (pet varchar(128), food varchar(128), aggressive varchar(128), weigth varchar(128))}
   
         2.2 ^void:sql{insert into pets values          2.2 ^void:sql{insert into pets values
                 ('cat', 'milk', '^taint['very']', 5),                  ('cat', 'milk', '^taint['very']', 5),
Line 48  sqlite ../../sql/sqlite/.libs/libparser3 Line 48  sqlite ../../sql/sqlite/.libs/libparser3
   
         4.5. ^h[select * from pets; $.type[table] $.limit(1) $.offset(1) ]          4.5. ^h[select * from pets; $.type[table] $.limit(1) $.offset(1) ]
   
           4.6 ^try-catch{ ^h[select 'dup', pet from pets; $.type[string] ]}
   
   
         5. table          5. table
   
Line 55  sqlite ../../sql/sqlite/.libs/libparser3 Line 57  sqlite ../../sql/sqlite/.libs/libparser3
   
         5.2. ^t[select * from pets; $.limit(1) $.offset(1) ]          5.2. ^t[select * from pets; $.limit(1) $.offset(1) ]
   
           5.3 ^try-catch{ ^t[select * from pets; $.bind[ $.name[value] ] ] }
   
           5.4 ^try-catch{ ^t[select * from pets; $.no-such-option[] ] }
   
   
         6. file          6. file
   

Removed from v.1.3  
changed lines
  Added in v.1.6


E-mail: