Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.476 and 1.478

version 1.476, 2001/11/14 07:46:43 version 1.478, 2001/11/14 09:47:49
Line 1 Line 1
 @main[]  @main[]
 ^badconstructors[]  ^badoracequoting[]
   #^badconstructors[]
 #^xloadwrongtable[]  #^xloadwrongtable[]
 #^xsetwrongtable[]  #^xsetwrongtable[]
 #^if($form:test){y}{n}  #^if($form:test){y}{n}
Line 65 Line 66
 #^xslt[]  #^xslt[]
 #^xml[]  #^xml[]
 #^header[]  #^header[]
   <hr>
 OK  OK
   
   @badoracequoting[]
   $SQL.connect-string[oracle://webspb:webpwd@mts?NLS_LANG=RUSSIAN_AMERICA.CL8MSWIN1251&NLS_DATE_FORMAT=YYYY-MM-DD HH24:MI:SS]
   ^connect[$SQL.connect-string]{
   ^void:sql{delete from paf}
   ^void:sql{insert into paf values (1, '^taint[1'2'3]')}
   $paf[^table::sql{select * from paf}]
   ^paf.menu{
           $paf.id: $paf.block<hr>
   
   }
   <hr>
   
   
   ^rem{
   $news[^table::sql{select description from news}[$.limit(3)]]
   ^news.menu{
           ^untaint{$news.description}<hr>
   
   }
   <hr>
   }
   
   $tables[^table::sql{select table_name from user_tables}]
   ^tables.menu{
   $tables.table_name<br>
   }
   
   }
   <hr>
   $env:PATH
   
 @badconstructors[]  @badconstructors[]
 $bred[^string::length[]]  $bred[^string::length[]]
 $bred[^response::clear[]]  $bred[^response::clear[]]

Removed from v.1.476  
changed lines
  Added in v.1.478


E-mail: