Skip to content

Commit 22101c9

Browse files
committed
Documentation updates.
1 parent d7905de commit 22101c9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
97100
relative to the current directory**, which matches `sqlcmd.exe` behavior. To
98101
use paths relative to some other directory, store the absolute path of that

0 commit comments

Comments
 (0)