--- parser3/www/htdocs/Attic/_bug.html 2004/03/05 10:00:05 1.27 +++ parser3/www/htdocs/Attic/_bug.html 2005/11/16 14:18:06 1.84.4.7 @@ -1,10 +1,41 @@ -$request:charset[koi8-r] -$response:charset[windows-1251] +@opt[] +$result[ + $.encloser["] +# $.separator[^#09] +] -$SQL.connect-string[odbc://DSN=nestle^;UID=nestle^;PWD=mbm32^;ClientCharset=windows-1251] -#$SQL.connect-string[odbc://DSN=theatre_enciclop^;UID=root^;PWD=^;bug=here] -#^bpt[] -^connect[$SQL.connect-string]{ - ^string:sql{select question from faq}[$.limit(1)] +@main[] +$filename[/t.cfg] +$options2[ + $.encloser["] +# $.separator[^#09] +] + +$t1[^table::create{a b +1 " +2 "" +3 """}] + +^t1.save[$filename][$options2] + +# 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 | +t2 | +eq? | +
| $t1.b | +$t2.b | +^if($t1.b eq $t2.b){YES}{NO} | +