Skip to content

Commit

Permalink
feat: temporally added some logs to debug performance slow queries
Browse files Browse the repository at this point in the history
  • Loading branch information
javierdelafuentesales committed Feb 22, 2024
1 parent f883a22 commit 375a12d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"@streamyard/spanner": "^5.18.0",
"@streamyard/spanner": "^7.3.0-2",
"@sap/hana-client": "^2.12.25",
"better-sqlite3": "^7.1.2 || ^8.0.0",
"hdb-pool": "^0.1.6",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/InitCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ Steps to run this project:
packageJson.dependencies["mongodb"] = "^5.2.0"
break
case "spanner":
packageJson.dependencies["@streamyard/spanner"] = "^5.18.0"
packageJson.dependencies["@streamyard/spanner"] = "^7.3.0-2"
break
}

Expand Down

0 comments on commit 375a12d

Please sign in to comment.