Skip to content

Commit b31cf51

Browse files
description of usePlaceholderId option
1 parent 3c26c9a commit b31cf51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Set options of json-sql builder instance.
6969
| `valuesPrefix` | `'$'` | Prefix for values placeholders<br>Option is used if `namedValues = true`. |
7070
| `dialect` | `'base'` | Active dialect. See setDialect for dialects list. |
7171
| `wrappedIdentifiers` | `true` | If `true` - wrap all identifiers with dialect wrapper (name -> "name"). |
72+
| `usePlaceholderId` | `true` | If `true` - uses auto-generated id for values placeholders after the value prefix |
7273

7374
---
7475

0 commit comments

Comments
 (0)