--- parser3/www/htdocs/Attic/_bug.html 2004/09/01 12:21:43 1.64 +++ parser3/www/htdocs/Attic/_bug.html 2004/10/07 09:23:44 1.69 @@ -1,13 +1,10 @@ -
-^mail:send[
- $.from[from]
- $.to[to]
- $.html{
- cid=xxx
+^connect[oracle://iagency:pwd@oracle]{
+ ^string:sql{select 2*2 from dual}
+ ^try{
+ ^string:sql{select 2*2x from dual}
+ }{
+ $exception.handled(1)
+ exception($exception.comment) handled
}
- $.file[
- $.value[^file::load[binary;_bug.html]]
-# $.content-disposition[inline]
- $.content-disposition[]
- ]
-]
\ No newline at end of file
+ ^string:sql{select 2*2 from dual}
+}