We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c26c9a commit b31cf51Copy full SHA for b31cf51
docs/README.md
@@ -69,6 +69,7 @@ Set options of json-sql builder instance.
69
| `valuesPrefix` | `'$'` | Prefix for values placeholders<br>Option is used if `namedValues = true`. |
70
| `dialect` | `'base'` | Active dialect. See setDialect for dialects list. |
71
| `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 |
73
74
---
75
0 commit comments