Skip to content

Commit d4d1cb3

Browse files
committed
Correct process control flow fro xDBC
1 parent 7eb4fc5 commit d4d1cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isc/py/test/Process.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ XData BPL [ XMLNamespace = "http://www.intersystems.com/bpl" ]
1212
{
1313
<process language='objectscript' request='Ens.Request' response='Ens.Response' height='2000' width='2000' >
1414
<sequence xend='200' yend='1300' >
15-
<if name='is ODBC' condition='context=1' xpos='200' ypos='250' xend='200' yend='500' >
15+
<if name='is ODBC' condition='process.ConnectionType="ODBC"' xpos='200' ypos='250' xend='200' yend='500' >
1616
<true>
1717
<call name='ODBC connect' target='isc.py.ens.Operation' async='1' xpos='470' ypos='400' >
1818
<annotation><![CDATA[import pyodbc

0 commit comments

Comments
 (0)