Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Apr 16, 2024
2 parents 3e589c7 + d0913b4 commit a2ce0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ export interface Connection extends events.EventEmitter {
/**
* Prepare query.
*/
prepare(sql: string): Promise<Prepare>;
prepare(sql: string | QueryOptions): Promise<Prepare>;

/**
* Execute query using binary (prepare) protocol
Expand Down

0 comments on commit a2ce0fb

Please sign in to comment.