Update of /cvsroot/instantobjects/Source/Brokers/UIB
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20466/Brokers/UIB
Modified Files:
InstantUIB.pas
Log Message:
Changed default UseDelimitedIdent state of UIB and IBX brokers to False
Index: InstantUIB.pas
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/UIB/InstantUIB.pas,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** InstantUIB.pas 16 Nov 2005 21:39:31 -0000 1.17
--- InstantUIB.pas 22 Nov 2005 22:28:46 -0000 1.18
***************
*** 45,49 ****
const
! DefaultInstantUIBOptions = [uibUseDelimitedIdents];
type
--- 45,49 ----
const
! DefaultInstantUIBOptions = [];
type
|