Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
see https://github.com/mariadb-corporation/mariadb-connector-nodejs/pull/279.
In Typescript, only `prepare(sql: string): Promise<Prepare>` was declared, in place of `prepare(sql: string | QueryOptions): Promise<Prepare>;`