Disable oracle tests for now
parent
26df05b912
commit
7b409be592
|
@ -1,5 +1,6 @@
|
||||||
USING: oracle oracle.liboci prettyprint tools.test ;
|
USING: oracle oracle.liboci prettyprint tools.test ;
|
||||||
|
|
||||||
|
[
|
||||||
"testuser" "testpassword" "//localhost/test1" log-on .
|
"testuser" "testpassword" "//localhost/test1" log-on .
|
||||||
|
|
||||||
allocate-statement-handle
|
allocate-statement-handle
|
||||||
|
@ -55,3 +56,4 @@ clear-result
|
||||||
execute-statement
|
execute-statement
|
||||||
|
|
||||||
free-statement-handle log-off clean-up terminate
|
free-statement-handle log-off clean-up terminate
|
||||||
|
] drop
|
||||||
|
|
Loading…
Reference in New Issue