File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ An object with the following following optional fields:
66
66
- ** ` numbered ` ** : ` Array<"?" | ":" | "$"> ` . To allow for ` ?1 ` , ` :2 ` and/or ` $3 ` syntax for numbered placholders.
67
67
- ** ` named ` ** : ` Array<":" | "@" | "$"> ` . To allow for ` :name ` , ` @name ` and/or ` $name ` syntax for named placholders.
68
68
- ** ` quoted ` ** : ` Array<":" | "@" | "$"> ` . To allow for ` :"name" ` , ` @"name" ` and/or ` $"name" ` syntax for quoted placholders.
69
- Note that the type of quotes dependes on the quoted identifiers supported by a dialect.
69
+ Note that the type of quotes depends on the quoted identifiers supported by a dialect.
70
70
For example in MySQL using ` paramTypes: {quoted: [':']} ` would allow you to use `` :`name` `` syntax,
71
71
while in Transact-SQL ` :"name" ` and ` :[name] ` would work instead.
72
72
See [ identifier syntax wiki page] [ ] for information about differences in support quoted identifiers.
You can’t perform that action at this time.
0 commit comments