We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef945c commit af8bcfbCopy full SHA for af8bcfb
README.md
@@ -129,7 +129,7 @@ string sqlCode = sqlStatements[tagName];
129
```
130
But you must specify the tag name to access the SQL statement. Remember that each SQL code is identified with its respective tag.
131
132
-> The tag name is case-sensitive. `GetUsers` is not the same as `getUsers`.
+> The tag name is case-insensitive. `GetUsers` is the same as `getUsers`.
133
134
### Load from a set of directories
135
0 commit comments