Skip to content

Commit

Permalink
Update execute-custom-sql.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elexisvenator committed Jan 23, 2025
1 parent 4888d5e commit 003d53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documents/execute-custom-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ There are a lot of caveats with using named parameters. Most importantly they ca
Under the hood, postgres does not support named parameters. [Npgsql supports named parameters](https://www.npgsql.org/doc/basic-usage.html#positional-and-named-placeholders) by parsing and replacing positional parameters as named parameters. Parsing is not bullet-proof and has a performance impact.

Overall, you should avoid using named parameters unless you really need to.
:::
:::

0 comments on commit 003d53b

Please sign in to comment.