|
|
| version 1.48, 2004/06/18 15:55:47 | version 1.94, 2005/08/08 13:30:45 |
|---|---|
| Line 1 | Line 1 |
| ^connect[oracle://mts_imprimatur2:imp2@mts]{ | $document[^xdoc::load[_bug.xml]] |
| # ^void:sql{create table paf(a clob)} | $idroot[^document.selectSingle[//games]] |
| # ^void:sql{insert into paf (a) values (/**a**/'a')} | $idold[^document.selectSingle[//games/lastid]] |
| # ^void:sql{insert into paf (a) values (:unk)} | $idremove[^idroot.removeChild[$idold]] |
| ^void:sql{delete from pif} | ^document.save[games1.xml] |
| ^void:sql{call paf(:a)}[ | |
| $.bind[ | |
| $.a[2] | |
| ] | |
| ] | |
| ^int:sql{select count(*) from pif} | |
| "^string:sql{select a from pif}" | |
| # ^string:sql{select a from paf} | |
| OK | |
| } |