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

version 1.15, 2024/09/28 14:03:22 version 1.18, 2024/12/12 20:30:36
Line 1 Line 1
 Content-Type: text/html  Content-Type: text/html
 Content-Length: 4668  Content-Length: 4662
   
   
   
   
Line 133  Content-Length: 4668 Line 133  Content-Length: 4668
                   
         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 169  Content-Length: 4668 Line 169  Content-Length: 4668
         4.8               4.8     
         {          {
         "milk":[          "milk":[
                 {"key":"milk","pet":"cat"}                  {"id":"milk","pet":"cat"}
         ],          ],
         "bone":[          "bone":[
                 {"key":"bone","pet":"dog"}                  {"id":"bone","pet":"dog"}
         ],          ],
         "grain":[          "grain":[
                 {"key":"grain","pet":"hamster"},                  {"id":"grain","pet":"hamster"},
                 {"key":"grain","pet":"parrot"}                  {"id":"grain","pet":"parrot"}
         ]          ]
 }  }
   
Line 289  Content-Length: 4668 Line 289  Content-Length: 4668
                   
         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.15  
changed lines
  Added in v.1.18


E-mail: