Does the SqlExtension's SqlScript processing use installer property
substitution rules?

IOW, if my script contains...

CREATE TABLE [MyDatabase].[MyTable](
 [MyId] [int] IDENTITY(1,1) NOT NULL,
 [CreatedOn] [datetime] NOT NULL,
 [CreatedBy] [nvarchar](256) NOT NULL
)

Am I expected to escape all of the bracket characters?

-- 
Tony
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to