Skip to content

Commit

Permalink
update x-sequelize, improve getForeignKeyReferencesQuery performance (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Jan 9, 2024
1 parent 7f0d5db commit 92829df
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
3 changes: 3 additions & 0 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- Update with util package, improve project initialization query from x-sequelize

## [7.0.7] - 2024-01-04
### Fixed
- Update with util package, fix `more than one row returned by a subquery used as an expression` error from x-sequelize (#2209)
Expand Down
3 changes: 3 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- Update with node-core , improve project initialization query from x-sequelize

## [3.4.10] - 2024-01-04
### Fixed
- Update with node-core, fix x-sequelize same table name issue. (#2209)
Expand Down
3 changes: 3 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- Update x-sequelize improve `getForeignKeyReferencesQuery` performance in large size DB

## [2.6.1] - 2024-01-04
### Fixed
- Update x-sequelize, fix `more than one row returned by a subquery used as an expression` error. (#2209)
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@subql/x-sequelize": "6.32.0-0.0.3",
"@subql/x-sequelize": "6.32.0-0.0.4",
"ansi-styles": "^6.1.0",
"chalk": "^4.1.2",
"detect-port": "^1.3.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6874,7 +6874,7 @@ __metadata:
dependencies:
"@polkadot/util": ^12.5.1
"@polkadot/util-crypto": ^12.5.1
"@subql/x-sequelize": 6.32.0-0.0.3
"@subql/x-sequelize": 6.32.0-0.0.4
"@types/semver": ^7
ansi-styles: ^6.1.0
chalk: ^4.1.2
Expand Down Expand Up @@ -6940,9 +6940,9 @@ __metadata:
languageName: node
linkType: hard

"@subql/x-sequelize@npm:6.32.0-0.0.3":
version: 6.32.0-0.0.3
resolution: "@subql/x-sequelize@npm:6.32.0-0.0.3"
"@subql/x-sequelize@npm:6.32.0-0.0.4":
version: 6.32.0-0.0.4
resolution: "@subql/x-sequelize@npm:6.32.0-0.0.4"
dependencies:
"@types/debug": ^4.1.7
"@types/validator": ^13.7.1
Expand Down Expand Up @@ -6979,7 +6979,7 @@ __metadata:
optional: true
tedious:
optional: true
checksum: 92eb1e492fcf18f676f35d033a7ab6ec58c7e331555068f8284348e16011692e2122b56c17afe19fd6f67259301e37e79f064e5b278a4fed88c89054130f3efb
checksum: 1a648338693be8a2516ddfa79134f3f90239804985113ed1931ca154be850fc6d945c5c77d82f589b6d0711d4ad94fd70b468adfabb3f7f5f1e358c7e1d84d71
languageName: node
linkType: hard

Expand Down

0 comments on commit 92829df

Please sign in to comment.