reusing placeholders
Is it possible to reuse placeholders with the same value instead of passing them to the driver every time they're referenced?
Simply giving them the same name doesn't seem work. Drizzle creates a separate SQL parameter for each placeholder regardless.
Example
This is what
Query#params
looks like after referencing two placeholders multiple times.
0 Replies