Diff for /parser3/tests/388-sql.html between versions 1.13 and 1.16

version 1.13, 2019/12/06 22:47:01 version 1.16, 2024/09/27 23:37:58
Line 69  $ignore[^SQL.drivers.locate[protocol;$sq Line 69  $ignore[^SQL.drivers.locate[protocol;$sq
   
         4.6 ^try-catch{ ^h[select 'dup', pet from pets; $.type[string] ]}          4.6 ^try-catch{ ^h[select 'dup', pet from pets; $.type[string] ]}
   
           4.7 ^h[select pet from pets]
   
           4.8 ^h[select '0' as key, pet from pets; $.type[table] $.distinct(true) ]
   
           4.9 ^h[select '0' as key, pet from pets; $.type[string] $.distinct(true) ]
   
   
         5. table          5. table
   
Line 125  $ignore[^SQL.drivers.locate[protocol;$sq Line 131  $ignore[^SQL.drivers.locate[protocol;$sq
 @s[query;options]  @s[query;options]
         $s[^string:sql{$query}[$options]]          $s[^string:sql{$query}[$options]]
         "$s"          "$s"
   
   @postprocess[text]
           $result[^taint[as-is;$text]]

Removed from v.1.13  
changed lines
  Added in v.1.16


E-mail: