--- parser3/www/htdocs/Attic/_bug.html 2004/03/02 15:54:07 1.24 +++ parser3/www/htdocs/Attic/_bug.html 2005/11/16 14:18:06 1.84.4.7 @@ -1,16 +1,41 @@ -$request:charset[windows-1251] -$response:charset[windows-1251] +@opt[] +$result[ + $.encloser["] +# $.separator[^#09] +] +@main[] +$filename[/t.cfg] +$options2[ + $.encloser["] +# $.separator[^#09] +] -^connect[$SQL.connect-string]{ -#$f[^file::sql[_bug.dat]{select 2*2}] -#^f.save[binary;$f.name] $f.name saved +$t1[^table::create{a b +1 " +2 "" +3 """}] -#$f[^file::sql{select 2*2, '_bug2.zip' }] -#^f.save[binary;$f.name] $f.name $f.content-type saved +^t1.save[$filename][$options2] -$f[^file::sql{select 2*2, '_bug2.giffff', 'image/gif' }] -^f.save[binary;$f.name] $f.name $f.content-type saved -#$f[^file::load[binary;_bug.gif]] -#=^f.sql-string[]= +# if we try load with $options - we receive error +$t2[^table::load[$filename][$options2]] +#$t2[^table::load[$filename][^opt[]]] +#$t2[^table::load[$filename][$.encloser["]]] + + + + + + + + +^t1.menu{ + + + + + + ^t2.offset(1) } +
t1t2eq?
$t1.b$t2.b^if($t1.b eq $t2.b){YES}{NO}