We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cde49 commit 9e8a8cfCopy full SHA for 9e8a8cf
src/driver/sqljs/SqljsQueryRunner.ts
@@ -41,7 +41,7 @@ export class SqljsQueryRunner extends AbstractSqliteQueryRunner {
41
/**
42
* Executes a given SQL query.
43
*/
44
- query(query: string, parameters?: any[]): Promise<any> {
+ query(query: string, parameters: any[] = []): Promise<any> {
45
if (this.isReleased)
46
throw new QueryRunnerAlreadyReleasedError();
47
0 commit comments