File:  [parser3project] / parser3 / www / htdocs / Attic / _bug.html
Revision 1.48: download - view: text, annotated - select for diffs - revision graph
Fri Jun 18 15:55:47 2004 UTC (22 years, 1 month ago) by paf
Branches: MAIN
CVS tags: HEAD
started:
	^void:sql{call paf(:a)}[
		$.bind[
			$.a[2]
		]
	]
input variables work.
todo:output

^connect[oracle://mts_imprimatur2:imp2@mts]{
#    ^void:sql{create table paf(a clob)}
#    ^void:sql{insert into paf (a) values (/**a**/'a')}
#    ^void:sql{insert into paf (a) values (:unk)}
	^void:sql{delete from pif}
	^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
}

E-mail: