Diff for /parser3/tests/results/388-sql.processed between versions 1.12 and 1.18

version 1.12, 2024/09/27 23:37:58 version 1.18, 2024/12/12 20:30:36
Line 1 Line 1
 Content-Type: text/html  Content-Type: text/html
 Content-Length: 4257  Content-Length: 4662
   
   
   
   
   
   
   
   
   
   
   
Line 16  Content-Length: 4257 Line 9  Content-Length: 4257
   
         2. void          2. void
   
         2.0           2.1     
   
         2.1           
   
         2.2           
   
         2.3           2.3 
                   
Line 100  Content-Length: 4257 Line 93  Content-Length: 4257
                 "aggressive":"\"never\"",                  "aggressive":"\"never\"",
                 "weigth":"10"                  "weigth":"10"
         },          },
           "hamster":{
                   "food":"grain",
                   "aggressive":"",
                   "weigth":"1"
           },
         "parrot":{          "parrot":{
                 "food":"grain",                  "food":"grain",
                 "aggressive":"alwayws",                  "aggressive":"alwayws",
Line 115  Content-Length: 4257 Line 113  Content-Length: 4257
         "dog":[          "dog":[
                 {"pet":"dog","food":"bone","aggressive":"\"never\"","weigth":"10"}                  {"pet":"dog","food":"bone","aggressive":"\"never\"","weigth":"10"}
         ],          ],
           "hamster":[
                   {"pet":"hamster","food":"grain","aggressive":"","weigth":"1"}
           ],
         "parrot":[          "parrot":[
                 {"pet":"parrot","food":"grain","aggressive":"alwayws","weigth":"1"}                  {"pet":"parrot","food":"grain","aggressive":"alwayws","weigth":"1"}
         ]          ]
Line 124  Content-Length: 4257 Line 125  Content-Length: 4257
         {          {
         "cat":"milk",          "cat":"milk",
         "dog":"bone",          "dog":"bone",
           "hamster":"grain",
         "parrot":"grain"          "parrot":"grain"
 }  }
   
Line 131  Content-Length: 4257 Line 133  Content-Length: 4257
                   
         Exception type: sql.execute,          Exception type: sql.execute,
         Source: select * from pets,          Source: select * from pets,
         Comment: only 2 columns allowed for $.type[string].          Comment: only 2 columns allowed for $.type[string]
   
   
         4.5.              4.5.    
Line 152  Content-Length: 4257 Line 154  Content-Length: 4257
         {          {
         "cat":true,          "cat":true,
         "dog":true,          "dog":true,
           "hamster":true,
         "parrot":true          "parrot":true
 }  }
   
           4.7.1   
           {
           "'very'":true,
           "\"never\"":true,
           "":true,
           "alwayws":true
   }
   
         4.8               4.8     
         {          {
         "0":[          "milk":[
                 {"key":"0","pet":"cat"},                  {"id":"milk","pet":"cat"}
                 {"key":"0","pet":"dog"},          ],
                 {"key":"0","pet":"parrot"}          "bone":[
                   {"id":"bone","pet":"dog"}
           ],
           "grain":[
                   {"id":"grain","pet":"hamster"},
                   {"id":"grain","pet":"parrot"}
         ]          ]
 }  }
   
         4.9               4.9     
         {          {
         "0":"cat"          "milk":"cat",
           "bone":"dog",
           "grain":"hamster"
 }  }
   
   
Line 176  Content-Length: 4257 Line 194  Content-Length: 4257
         [          [
         {"pet":"cat","food":"milk","aggressive":"'very'","weigth":"5"},          {"pet":"cat","food":"milk","aggressive":"'very'","weigth":"5"},
         {"pet":"dog","food":"bone","aggressive":"\"never\"","weigth":"10"},          {"pet":"dog","food":"bone","aggressive":"\"never\"","weigth":"10"},
           {"pet":"hamster","food":"grain","aggressive":"","weigth":"1"},
         {"pet":"parrot","food":"grain","aggressive":"alwayws","weigth":"1"}          {"pet":"parrot","food":"grain","aggressive":"alwayws","weigth":"1"}
 ]  ]
   
Line 225  Content-Length: 4257 Line 244  Content-Length: 4257
                   
         Exception type: sql.execute,          Exception type: sql.execute,
         Source: select * from pets,          Source: select * from pets,
         Comment: result must contain not more then 3 columns          Comment: result must contain no more than 3 columns
   
   
         6.4           6.4 
Line 235  Content-Length: 4257 Line 254  Content-Length: 4257
         Comment: produced no result          Comment: produced no result
   
   
         6.5               6.5 
         {          
         "class":"file",          Exception type: sql.execute,
         "name":"1",          Source: select 1 from pets,
         "size":1,          Comment: result must contain no more than 1 row
         "mode":"binary",  
         "content-type":"1",  
         "text":"1"  
 }  - bug!  
   
         6.6           6.6 
                   
         Exception type: sql.execute,          Exception type: sql.execute,
         Source: select 1,2 from pets,          Source: select 1,2 from pets,
         Comment: result must not contain more then one row, three columns          Comment: result must contain no more than 1 row
   
   
         6.7           6.7 
Line 273  Content-Length: 4257 Line 289  Content-Length: 4257
                   
         Exception type: sql.execute,          Exception type: sql.execute,
         Source: select pet from pets,          Source: select pet from pets,
         Comment: result must not contain more then one row          Comment: result must contain no more than one row
   
         7.3           7.3 
                   

Removed from v.1.12  
changed lines
  Added in v.1.18


E-mail: