Skip to content

Commit

Permalink
chore: rename prepared to expression
Browse files Browse the repository at this point in the history
  • Loading branch information
ffMathy committed Sep 11, 2023
1 parent adf22e0 commit d34dbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ export class Session {
/**
* Tagged string template for preparing statements to prevent injection attacks.
*/
export function prepared(
export function expression(
literals: TemplateStringsArray,
...placeholders: string[]
): string {
Expand Down

0 comments on commit d34dbc2

Please sign in to comment.