File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Prequel
22
3- Prequel is a minimal SQLCMD-compatible preprocessor.
3+ Prequel is a minimal SQLCMD-compatible preprocessor for .NET .
44
55- Adds a 'SQLCMD mode' to your project with a couple lines of code.
66- Supports ` GO ` , ` $(var) ` , ` :setvar ` , and ` :r ` .
@@ -93,6 +93,9 @@ An optional line comment may follow the directive.
9393
9494` $(…) ` may appear anywhere, including inside other preprocessor directives.
9595
96+ Prequel will not expand ` $(…) ` inside comments by default. To enable this,
97+ set the preprocessor's ` ExpandVariablesInComments ` property to ` true ` .
98+
9699` :r ` directive paths may be either absolute or relative. ** Relative paths are
97100relative to the current directory** , which matches ` sqlcmd.exe ` behavior. To
98101use paths relative to some other directory, store the absolute path of that
You can’t perform that action at this time.
0 commit comments