nestjs-typeorm-paginate
nestjs-typeorm-paginate copied to clipboard
chore(deps-dev): bump typeorm from 0.3.6 to 0.3.10
Bumps typeorm from 0.3.6 to 0.3.10.
Release notes
Sourced from typeorm's releases.
0.3.10
Bug Fixes
- "Cannot commit, no transaction is active" error in sql.js (#9234) (749809a), closes #9100
- add missing support for primaryKeyConstraintName property in EntitySchema (cc63961)
- malformed query when selecting deeply nested embedded entities (#9273) (83f7b88)
- prototype pollution issue (e3aac27)
- typescript 4.8 type issues #9331 (#9357) (a1960e1)
- Update RelationIdLoader to use DriverUtils.getAlias (#9380) (a917d65), closes #9379
Features
- orphanedRowAction=disabled (rebase of PR 8285) (#8678) (de15df1)
- sqlite - deferrable options for foreign keys (#9360) (773a4fe)
- unify Pool max connection size in supported Drivers (#9305) (48976c2), closes #3388
- update db image versions in docker compose (#9367) (f24b262), closes #9326
0.3.9
Bug Fixes
0.3.8
Bug Fixes
- allow space and no-space syntaxes for SQLite constraints (#9238) (bb07244), closes #9237
- allow where IsNull for ManyToOne relations (#9031) (72728f1), closes #8890
- change postgres driver version checking query (#9319) (c4f4650), closes #9318 #9318
- don't use temporary table name to create foreign key, unique, check constraint with SQLite (#9185) (e519910), closes #9176
- dropIndex now works when providing a tableIndex without name (#8937) (de8aaac)
- entity manager remove using entity schemas (#9221) (f045536)
- find query mongodb properly with
@DeleteDateColumn() (#9262) (e49d0c8)- handle inherited relations insert order (#9242) (14dfadb), closes #9241
- handle inherited relations insert order (#9321) (3671887), closes #9242 #9241
- pass error to pgpool release (#9209) (eb8f0c6), closes #7792 #5112
- QueryBuilder update handles Date objects wrong on a ManyToOne relationship (#8748) (88d0ced), closes #8747
- resolve FindOptionsOrder.nulls to allow FIRST/LAST in uppercase (#8978) (5e5abbd), closes #8970
- resolve issues with new synonymous for GeometryCollection type in MySQL 8 (#8927) (5ebc626)
- sqlite temporary tables now honor withoutRowid (#8431) (b8d04dc), closes #8430
- support async import for DataSource in CLI #8914 (#8917) (15f90e0)
- update date utils to parse year correctly for years 1-999 (#9236) (72a0147), closes #9230
Features
- add fake migrations running and reverting (#8976) (340ab67), closes #6195
- add setOnLocked for SKIP LOCKED and NOWAIT (#9317) (68e8f22)
- add support for non-generated columns with uuid_generate_v4() default (#9065) (dadb658), closes #9063
- new mssql option appName (#9213) (51a0ebe)
0.3.7
... (truncated)
Changelog
Sourced from typeorm's changelog.
0.3.10 (2022-09-19)
Bug Fixes
- "Cannot commit, no transaction is active" error in sql.js (#9234) (749809a), closes #9100
- add missing support for primaryKeyConstraintName property in EntitySchema (cc63961)
- malformed query when selecting deeply nested embedded entities (#9273) (83f7b88)
- prototype pollution issue (e3aac27)
- typescript 4.8 type issues #9331 (#9357) (a1960e1)
- Update RelationIdLoader to use DriverUtils.getAlias (#9380) (a917d65), closes #9379
Features
- orphanedRowAction=disabled (rebase of PR 8285) (#8678) (de15df1)
- sqlite - deferrable options for foreign keys (#9360) (773a4fe)
- unify Pool max connection size in supported Drivers (#9305) (48976c2), closes #3388
- update db image versions in docker compose (#9367) (f24b262), closes #9326
0.3.9 (2022-08-28)
0.3.8 (2022-08-26)
Bug Fixes
- allow space and no-space syntaxes for SQLite constraints (#9238) (bb07244), closes #9237
- allow where IsNull for ManyToOne relations (#9031) (72728f1), closes #8890
- change postgres driver version checking query (#9319) (c4f4650), closes #9318 #9318
- don't use temporary table name to create foreign key, unique, check constraint with SQLite (#9185) (e519910), closes #9176
- dropIndex now works when providing a tableIndex without name (#8937) (de8aaac)
- entity manager remove using entity schemas (#9221) (f045536)
- find query mongodb properly with
@DeleteDateColumn() (#9262) (e49d0c8)- handle inherited relations insert order (#9242) (14dfadb), closes #9241
- handle inherited relations insert order (#9321) (3671887), closes #9242 #9241
- pass error to pgpool release (#9209) (eb8f0c6), closes #7792 #5112
- QueryBuilder update handles Date objects wrong on a ManyToOne relationship (#8748) (88d0ced), closes #8747
- resolve FindOptionsOrder.nulls to allow FIRST/LAST in uppercase (#8978) (5e5abbd), closes #8970
- resolve issues with new synonymous for GeometryCollection type in MySQL 8 (#8927) (5ebc626)
- sqlite temporary tables now honor withoutRowid (#8431) (b8d04dc), closes #8430
- support async import for DataSource in CLI #8914 (#8917) (15f90e0)
- update date utils to parse year correctly for years 1-999 (#9236) (72a0147), closes #9230
Features
... (truncated)
Commits
dbc1b2eversion bumpde15df1feat: orphanedRowAction=disabled (rebase of PR 8285) (#8678)749809afix: "Cannot commit, no transaction is active" error in sql.js (#9234)83f7b88fix: malformed query when selecting deeply nested embedded entities (#9273)48976c2feat: unify Pool max connection size in supported Drivers (#9305)f24b262feat: update db image versions in docker compose (#9367)f943e61removed only testa917d65fix: Update RelationIdLoader to use DriverUtils.getAlias (#9380)6bc723brefactor: docblock (#9384)a1960e1fix: typescript 4.8 type issues #9331 (#9357)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)