Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

TypeORM

ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
Collective - Host: opensource - https://opencollective.com/typeorm - Website: https://typeorm.io - Code: https://github.com/typeorm/typeorm

fix: add support for mongodb v4 (#9450)

* fix: add support for mongodb driver v4

This new fix allow support to mongodb driver v4

C...

github.com/typeorm/typeorm - 8150525354a7a66e68152ef7bd894ad93266d2af authored almost 2 years ago by Matheus Melo Antiquera <[email protected]>
fix: Incorrect enum default value when table name contains dash character (#9685)

* fix: get enum default value

* chore: format

github.com/typeorm/typeorm - b3b0c118a40441b31ac18ee7ce0cea0696b701ab authored almost 2 years ago by Khaled Sameer <[email protected]>
fixed wrong callback definition in tests

github.com/typeorm/typeorm - 7c00bb8e0ef39c0e8c85cb8c92f94cf4c17dfc6e authored almost 2 years ago by Dmitry Zotov <[email protected]>
feat: support enableWal for the better-sqlite3 driver (#9619)

github.com/typeorm/typeorm - 8731858fbc88150f935b9a853f533d5c217d9d0e authored almost 2 years ago by Aritz <[email protected]>
docs: update cli related docs (#9659)

- remove cli.entitiesDir description
- remove cli.subscribersDir description
- remove cli from...

github.com/typeorm/typeorm - c418aae39a118d474cefeb60e206aa6247f9ed32 authored almost 2 years ago by StefanZivkovic <[email protected]>
feat: add find operator json contains (#9665)

* feature: add find operator json contains

* add test

---------

Co-authored-by: Игорь С...

github.com/typeorm/typeorm - d2f37f6e72f3f7566bcd312a256c652ea5dc5508 authored almost 2 years ago by ISary-ge <[email protected]>
feat: naming strategy for legacy Oracle (#9703)

* feat: naming strategy for legacy Oracle

This feature is LegacyOracleNamingStrategy which ca...

github.com/typeorm/typeorm - 0eb74411d62f9132ba45154040b204f31a98c779 authored almost 2 years ago by Filip Wróbel <[email protected]>
fix: sql expression when `where` parameter is empty array (#9691)

Closes: #9690

Co-authored-by: Dmitry Zotov <[email protected]>

github.com/typeorm/typeorm - 7df2ccf69d13f8f0769e614638d8badd89c181b0 authored almost 2 years ago by PronDmytro <[email protected]>
fix: improved `FindOptionsWhere` behavior with union types (#9607)

* test: add test that where condition can accepts LessThan with Union

* fix: allow FindOption...

github.com/typeorm/typeorm - 7726f5ad1ec0c826510202a0f2cbeea705547eee authored almost 2 years ago by Toshinori Tsugita <[email protected]>
fix: resolve issue with "simple-enum" synchronization in SQLite (#9716)

* fix: resolve issue with "simple-enum" in sqlite

Closes: #9715

* trying to re-trigger Cir...

github.com/typeorm/typeorm - c77c43e2423201bdc2ede85ae921447570685585 authored almost 2 years ago by Vista1nik <[email protected]>
fix: redundant Unique constraint on primary join column in Postgres (#9677)

* test: one migration for PrimaryColumn and JoinColumn in pg

* fix: stop postgres from creati...

github.com/typeorm/typeorm - b8704f87d2e06c048dea3f0b408ab18738acf7d7 authored almost 2 years ago by Kilian Finger <[email protected]>
fix: make sure "require" is defined in the environment

github.com/typeorm/typeorm - 1a9b9fbcd683b2a28acbd26e39ac98dc6b60f001 authored almost 2 years ago by Umed Khudoiberdiev <[email protected]>
feat: allow mysql2 v3 as peerDependency (#9747)

Closes #9714

github.com/typeorm/typeorm - 6c9010e466ef103685ad842b5bcfef8ad8ace0c2 authored almost 2 years ago by Dev Aggarwal <[email protected]>
docs: Fix grammar error in the first paragraph. (#9759)

docs: Fix grammar (verbal agreement) error in the first paragraph.

github.com/typeorm/typeorm - ca315f0ad2bbbb3bbc9469d2e604d73c09a75144 authored almost 2 years ago by Vítor L. Brasil <[email protected]>
fix: Fix grammar error in no migrations found log (#9754)

github.com/typeorm/typeorm - 6fb212187fdf97c07c41aad20d4f5503dfd44215 authored almost 2 years ago by Josh Heng <[email protected]>
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#9758)

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4....

github.com/typeorm/typeorm - 63ab05fca1fe4925b07e9f2e3f0c7189b93220c6 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: update many-to-many-relations.md (#9736)

github.com/typeorm/typeorm - c669f50bddadb00d0f896e16ccfe5e1ecad16d3c authored almost 2 years ago by Zeeshan Haider Khan <[email protected]>
fix: overriding caching settings when alwaysEnabled is true (#9731)

* 9023-2 Fix cache overriding option

* 9023-2 Fix format

github.com/typeorm/typeorm - 4df969ea6254f9f69c371a72d80e857ab7c1f62d authored almost 2 years ago by Pavel Kolpakov <[email protected]>
test: update multiple nested embedded entities (#9696)

* test: update multiple nested embedded entities

Closes: #1200

* test: update multiple nes...

github.com/typeorm/typeorm - ef64bfc6c5e0e56d2c7fc08a4cb17be7ca3b3a0b authored almost 2 years ago by Filip Wróbel <[email protected]>
test: Add test to prove that issue #2331 is resolved (#9688)

github.com/typeorm/typeorm - b937ae4afdcaf7883106549fed63c50672b9ab9f authored almost 2 years ago by Lukas Spiss <[email protected]>
chore: add *.iml to .gitignore (#9707)

github.com/typeorm/typeorm - de84014509f67d62c01e217ef786785d3bb93ae4 authored almost 2 years ago by Filip Wróbel <[email protected]>
fix: remove unnecessary .js extension in imports (#9713)

* fix: remove extension when importing file

* removed unnecessary .js extension in imports

...

github.com/typeorm/typeorm - 6b37e3818bd74541cadbd44e55c84df510e41e3a authored almost 2 years ago by 변경연 <[email protected]>
refactor: remove a deprecated function (#9702)

github.com/typeorm/typeorm - 74f7f796aa1d5d241687197f504d2786bee271e1 authored almost 2 years ago by summer-boythink <[email protected]>
feat: support time travel queries, upsert, enums, spatial types in cockroachdb (#9128)

* feature: adds support for enum type (fixes #9068)

* temporarily ran package to test on diff...

github.com/typeorm/typeorm - defb409f5650fed0b7a4ff2933208282a45572fb authored almost 2 years ago by Mattias Fjellvang <[email protected]>
docs: fix some typo in migration document (#9667)

github.com/typeorm/typeorm - 3e1caf0ff3436ccd46962322f172179c4ca93bed authored almost 2 years ago by Sho Ogawa <[email protected]>
removed titles from issue templates

github.com/typeorm/typeorm - 15a4eb942e2d794eb5975e7a9e8b16cfe478a026 authored almost 2 years ago by Dmitry Zotov <[email protected]>
fix: synchronizing View with schema broken for oracle (#9602)

* fix view+schema broken for oracle

* apply prettier

* fixed missing schema in loadViews()...

github.com/typeorm/typeorm - 18b659d1298a4606da0ea54ebd852f1c726ed4f2 authored almost 2 years ago by James Jurach <[email protected]>
fix: materialized hints support for cte (#9605)

Fix implementation of materialized hints in common table expressions
Previous behavior did not ...

github.com/typeorm/typeorm - 67973b4726500fc835639ffc302e0b6b20093df4 authored almost 2 years ago by Adrian Parry <[email protected]>
feat: support busy_timeout param parameter for sqlite (#9623)

Co-authored-by: sinkhaha <[email protected]>

github.com/typeorm/typeorm - 8668c29d83765001d68918f0fbe663061eee9373 authored almost 2 years ago by sinkhaha <[email protected]>
fix: allow to pass ObjectLiteral in mongo find where condition (#9632)

Closes: #9518

github.com/typeorm/typeorm - 4eda5df8693d1a659ff5c3461124cf05619fdd72 authored almost 2 years ago by ayuvlasenko <[email protected]>
Create SECURITY.md

github.com/typeorm/typeorm - b97633b6ce246926fb00090db3dfa9dffbcd430f authored almost 2 years ago by AlexMesser <[email protected]>
docs: correct typo (#9643)

github.com/typeorm/typeorm - ae91c050a4c7437fb8b1d471cb6f5b4f2b8d0428 authored almost 2 years ago by JesseNeon <[email protected]>
docs: correct a typo (#9651)

github.com/typeorm/typeorm - 95421ca62dcd8a233a02a37021e902993ccb2198 authored almost 2 years ago by Mahmoud Almontasser <[email protected]>
docs: correct typo (#9655)

github.com/typeorm/typeorm - 648222a00654528bb8518206e30e52b9712c4fc0 authored almost 2 years ago by r-shirasu <[email protected]>
fix: multiple select queries during db sync in sqlite (#9639)

* fixed multiple select queries during db sync in sqlite

github.com/typeorm/typeorm - 6c928a4aa002cf5db0733055c0a754e97e4b43b3 authored about 2 years ago by AlexMesser <[email protected]>
fix: DataSource.setOptions doesn't properly update the database in the drivers (#9635)

* make sure we update database in the driver if it was dynamically set (via dataSource.setOption...

github.com/typeorm/typeorm - a95bed7c05d10eb4b508e225faa4cb3c7ea7944f authored about 2 years ago by Umed Khudoiberdiev <[email protected]>
docs: fix missing ) (#9629)

github.com/typeorm/typeorm - 82518125e40476f6c47b769cc744a7c43ee4cc01 authored about 2 years ago by Saad A. Bazaz <[email protected]>
version bump

github.com/typeorm/typeorm - 0d72317b3db3f93ce9d4c2f6f027c7486bbed08b authored about 2 years ago by Umed Khudoiberdiev <[email protected]>
fix : primary constraint name undefined error (#9576)

* fix : primary constraint name undefined erorr for PostgresQueryRunner.ts

* Update src/drive...

github.com/typeorm/typeorm - a176c8bad37b30c82036ed4f3456ec7e676cdd10 authored about 2 years ago by Kadir <[email protected]>
feat: allow per-migration control over transaction behavior (#9459)

Closes #7087

github.com/typeorm/typeorm - 6ba48bdc1bf032540256f6435327e70204bdfd6e authored about 2 years ago by Tim Beyer <[email protected]>
fixed latest typescript-related issue

github.com/typeorm/typeorm - 738631885810796ceece12f3c9c090b4988b698f authored about 2 years ago by Umed Khudoiberdiev <[email protected]>
feat: allow for partial index conditions for on conflict statments in postgres (#8971)

* feat: allow for partial index conditions for on conflict statments in postgres

* fix: chang...

github.com/typeorm/typeorm - 2c543818158ecf0a3425b2bc7c5b26f6aff95b03 authored about 2 years ago by Derek Bonner <[email protected]>
lint fix

github.com/typeorm/typeorm - 2241b27e75e9d07ea95274bd9606a0a4c20c9517 authored about 2 years ago by Dmitry Zotov <[email protected]>
feat: Add synchronize to @JoinTable (#9442)

* feat: Add synchronize option to @JoinTable

Add synchronize option to @JoinTable. It allows ...

github.com/typeorm/typeorm - 93e14a928bc8755742ddbe81dffd44eac21c05e4 authored about 2 years ago by Bartłomiej Rutkowski <[email protected]>
feat: implement exists query method (#9303)

Adding `Exists` method to query builder and EntityManager, to check whether a row exists given t...

github.com/typeorm/typeorm - 598e26980d0ae8431f53c14afe8f1f3ba93e43c1 authored about 2 years ago by Morteza PRK <[email protected]>
fix: disable transactionSupport option for CordovaDriver (#9391)

* fix: disable transaction support for cordova driver

the cordova-sqlite-storage plugin does ...

github.com/typeorm/typeorm - 53fad8f235140b5625d0f2fb738c74d33fa31ea2 authored about 2 years ago by Michael Wolz <[email protected]>
feat: migration:generate successful exit the process with zero code (#9288)

github.com/typeorm/typeorm - f215e2d16f75c730d0f2bdbd9abdbccd3b69865e authored about 2 years ago by Nedim Arabacı <[email protected]>
fix: fixed outdated `init` command (#9422)

* fix: Updating the samples current version of typeorm.

The cli sample was using the getRepos...

github.com/typeorm/typeorm - 09843078bec2e8bccece0807847ba0bc100aef5f authored about 2 years ago by userUndefined ✌️ <[email protected]>
Revert "fix: assign isInitialized: true at the end of .initialize() method (#9455)" (#9591)

This reverts commit 81fc9a9553938c4be3f959dbf68fd2e6c567ace9.

github.com/typeorm/typeorm - 7fbc3ad084bd9309f9b781fe629d09f02439125f authored about 2 years ago by Umed Khudoiberdiev <[email protected]>
feat: add parseInt8 option to postgres driver. Closes #9341 (#9435)

* feat: add parseInt8 option to postgres driver

* chore: formatting

github.com/typeorm/typeorm - 2473ff0a8eca2fafffdabd6fa4cc46b76347f0c2 authored about 2 years ago by Dan Manastireanu <[email protected]>
fix: cacheId not used when loading relations with take (#9469)

* fix: cacheId not used loading relations

The cacheId is set to undefined for the main reques...

github.com/typeorm/typeorm - 93e6b3dd8e6c26c64a30350a6dcd486c47d7e516 authored about 2 years ago by 4l3ss <[email protected]>
fix: assign isInitialized: true at the end of .initialize() method (#9455)

github.com/typeorm/typeorm - 81fc9a9553938c4be3f959dbf68fd2e6c567ace9 authored about 2 years ago by Gentilhomme <[email protected]>
feat: add Open DB Flags and URI DB Name in SQLite (#9468)

* Add the open database flags for sqlite3.

* Check for URI before trying to create the DB dir...

github.com/typeorm/typeorm - 73148c9ad484983123090f2ebedd3f48f83808ce authored about 2 years ago by Adrian Burlacu <[email protected]>
feat: add id in migrate:show command logging (#9475)

github.com/typeorm/typeorm - 71efa8e8590b6c2ff58e46cdaed0ef2c146e3eb0 authored about 2 years ago by kz-d <[email protected]>
docs: update "migrate:show error code" description (#9476)

github.com/typeorm/typeorm - 6e9151323a6511cc025fd410883009f214bf6c5d authored about 2 years ago by kz-d <[email protected]>
feat: upsert options conflictPaths as Entity keys (#9365)

* feature: upsert options conflictPaths as Entity keys

* feature: upsert options conflictPath...

github.com/typeorm/typeorm - b2824288f83b76b1bb8af83f51e814cc8311e4e5 authored about 2 years ago by Pavel Petrik <[email protected]>
docs: Improve comprehension of update repository API (#9417)

* Improve comprehension of update repository API

Because the previous doc example was `await ...

github.com/typeorm/typeorm - 3b64b1a2e0c7be6055cd9424764109ef026e3ef6 authored about 2 years ago by Charlély Delgrange <[email protected]>
feat: index support for materialized views of PostgreSQL (#9414)

* feat: Added new indices attribute to View

* feat: Added view indices methods

Such as dro...

github.com/typeorm/typeorm - 1cb738a701fde93814f9aaeee1b99ece938c0744 authored about 2 years ago by Gonzalo Rodulfo Martínez <[email protected]>
fix: typings for Repository.extend function (#9396)

additionally remove duplicated TreeRepository.extend method

github.com/typeorm/typeorm - f07fb2c3f2a4e970aef247cfd25b4a501933e6cc authored about 2 years ago by Coroliov Oleg <[email protected]>
fix: left instead of inner join for where or + optional relations (#9516)

github.com/typeorm/typeorm - d490793c7ced454bcc4d770638701a54032595cc authored about 2 years ago by Patrick Gallagher <[email protected]>
feat: "And" operator in FindOptions (#9489)

Closes #3113

github.com/typeorm/typeorm - fc3b4f8021271601d5b896b6b30b3820303ca6fe authored about 2 years ago by Jeffyter Saraiva <[email protected]>
docs: add in an example for 4526 (#9538)

* docs: add in an example for 4526

* small fixes

Co-authored-by: Umed Khudoiberdiev <pleer...

github.com/typeorm/typeorm - d71e9c4394f8a6c2ca7be97728ee48c514a6fb33 authored about 2 years ago by Charlton Austin <[email protected]>
fix: the mpath is incorrect when the parent of the tree entity is null (#9535)

* fix: the mpath is incorrect when the parent of the tree entity is null

* lint: code format
...

github.com/typeorm/typeorm - 658604d0aeb65304053378ce0405f41217da45f1 authored about 2 years ago by Sakura <[email protected]>
fix: correctly return insertId for react-native (#9554)

github.com/typeorm/typeorm - 97fae631b33e5bea957f96b242df30737e2c3792 authored about 2 years ago by Arnaud de Mouhy <[email protected]>
build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#9590)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 ...

github.com/typeorm/typeorm - 50cb580d0aeea84d5eeccce433013ff8ec71744f authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: pass fake flag to undoLastMigration (#9562)

Closes: #9561

github.com/typeorm/typeorm - 2458ac70444ec79f800a9f5d7b8c42aeacaf4571 authored about 2 years ago by Barak Shelef <[email protected]>
docs: removed unnecessary slash in comments (#9533)

github.com/typeorm/typeorm - b566d54de3bc18651a188bb11c95b37573b8c776 authored about 2 years ago by Oskar Jaskólski <[email protected]>
feat: allow peerDependency of better-sqlite3 version 8.x.x (#9564)

closes #9563

github.com/typeorm/typeorm - 26107e6b313fcc1a4c68998caa480a416a3af3e1 authored about 2 years ago by Danny Koppenhagen <[email protected]>
Github issue templates converted to forms (#9434)

* Update and rename bug-report.md to bug-report.yml

* Update and rename documentation-issue.m...

github.com/typeorm/typeorm - 68f18a36d9877198c38e8efb3e54a50de4ae9286 authored about 2 years ago by Dominic Ruggiero <[email protected]>
docs: general grammer (#9574)

github.com/typeorm/typeorm - 975a953995005400b8b7a39614f41ddf64262a7c authored about 2 years ago by Bikram Suwal <[email protected]>
docs: improve zh docs (#9575)

github.com/typeorm/typeorm - f606a22999af5a82670ba0dd27d5582c65c9f6f5 authored about 2 years ago by smile1sky <[email protected]>
feat: added opaque types support over primitives in find-options (#9560)

* added opaque types support over primitives in find-options
* removed lock-verify because of i...

github.com/typeorm/typeorm - 4ec04fa1205ec9587946869c56077dae5454a063 authored about 2 years ago by Umed Khudoiberdiev <[email protected]>
fix: explicitly define property for entity relation as enumerable (#9437)

In some environments it seems like entity object was created with columns values set to undefine...

github.com/typeorm/typeorm - 85fa9c6e7df1a0e3ba8c95d64d9b2a6ab464e0e0 authored about 2 years ago by Darek <[email protected]>
fix: boolean parameter escape in SQLiteDriver (#9400)

* fix: sqlite boolean parameter escape

sqlite does not support boolean parameters. Even thoug...

github.com/typeorm/typeorm - 4a36d0e8c1c50260b3a15c693802856341adfee6 authored about 2 years ago by Michael Wolz <[email protected]>
fix: Mark array arguments to find operators as read-only (#9474)

Co-authored-by: AlexMesser <[email protected]>

github.com/typeorm/typeorm - 6eb674bb9d5272b41b3312211e3a55390e2fe2ff authored about 2 years ago by Miles Egan <[email protected]>
fix: fix ormUtils prototype check crashing on null prototype (#9517)

github.com/typeorm/typeorm - 19536edc3997d4ce83da28cc63b3962491c093d9 authored about 2 years ago by PeterTran <[email protected]>
fix: resolve issue with migrations and unsigned int columns in aurora-data-api (#9478)

* fix: resolve issue with migrations and unsigned int columns in aurora-data-api

Closes: #947...

github.com/typeorm/typeorm - 38e0eff18ae23133dd0f8a392a1943a7572e68f7 authored about 2 years ago by Marvin Kilp <[email protected]>
fix: resolve nameless TableForeign on drop foreign key (#9460)

Closes #9432

github.com/typeorm/typeorm - efb41688403b4daf59a129d0fd24aa4dadb626a6 authored about 2 years ago by Jeffyter Saraiva <[email protected]>
build(deps): bump ansi-regex from 3.0.0 to 5.0.1 (#9522)

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 5.0.1.
- [Release notes](...

github.com/typeorm/typeorm - 2e1c9fd94f93061dea7679a38254247244f8f175 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: add examples in soft delete doc (#9402)

github.com/typeorm/typeorm - 5253c8f5a60861f1cc8275ee9086af90acb3d24d authored about 2 years ago by lucas <[email protected]>
test: old name fixed in test case name (#9428)

syncSchema was renamed to synchronize but nobody
updated the test case name.

github.com/typeorm/typeorm - c053257bbe602c43b6ded2f6bd1bcbc3d66ff6b5 authored about 2 years ago by Ville Laitila <[email protected]>
docs: update incorrect link (#9431)

* docs: update incorrect link

The link to the vesper framework was incorrect - it now points ...

github.com/typeorm/typeorm - 16c1841c18ec335817d1a3a33b69036b3d61b2ec authored about 2 years ago by Sebastiaan Nijland <[email protected]>
docs: fix decorator for @AfterRecover() (#9504)

### `@AfterRecover`

You can define a method with any name in the entity and mark it with `@Af...

github.com/typeorm/typeorm - b5ff79fc3fffae8259297b1dbf4ce73f25a10366 authored about 2 years ago by Bikram Suwal <[email protected]>
docs: update one-to-one-relations.md (#9456)

One to one documentation is referring to the wrong entity

github.com/typeorm/typeorm - 66acec8c0c4cfadad2be3d6fc3bd3a468f0898d8 authored about 2 years ago by Warwick <[email protected]>
docs: fix typo in readme_ko.md (#9448)

Fixed wrong typo!

github.com/typeorm/typeorm - 1194448fc53eb9400f8a614b20007f81d327724b authored about 2 years ago by Geonu Lim <[email protected]>
build(deps): bump @xmldom/xmldom from 0.7.5 to 0.7.8 (#9514)

Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.7.8.
- [Release notes]...

github.com/typeorm/typeorm - 88832359943ade946534f9d66c3855c9e97f335e authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: fix typo in migrations doc (#9499)

Datasoure ==> Datasource

github.com/typeorm/typeorm - ab7ed9c7582c8071a6c6ecdc91cf8ca1cf368412 authored about 2 years ago by Karim <[email protected]>
docs: fix typo of AfterRecover example (#9513)

github.com/typeorm/typeorm - f9a961265e747658e89ed783aa8d6a7dd837a182 authored about 2 years ago by Rlok <[email protected]>
docs: add typeorm-relations to Extensions section (#9521)

github.com/typeorm/typeorm - 1903af741d8fb9bfd50d95e246883003fa8be89d authored about 2 years ago by Simon Garner <[email protected]>
fix: synchronize with typeorm_metadata table only if needed (#9175)

* fix: create typeorm metadata table before migration, if not exists

Creating a view in a mig...

github.com/typeorm/typeorm - cdabaa30287d357c0ae994209e573f97f92dad22 authored over 2 years ago by Julian Pömp <[email protected]>
feat: new virtual column decorator (#9339)

* feat: implement new calculated decorator

This new feature change bahviour of typeorm to all...

github.com/typeorm/typeorm - d305e5f9ac431f9b38a21e493886bf4836daa488 authored over 2 years ago by Collin <[email protected]>
fixed cockroachdb version upgrade issues

github.com/typeorm/typeorm - 8a837f9626199afab155257a5ad3dce177dd41a5 authored over 2 years ago by Umed Khudoiberdiev <[email protected]>
version bump

github.com/typeorm/typeorm - dbc1b2e6f932f128144fc8fbc91505fcc6e8e0e3 authored over 2 years ago by Umed Khudoiberdiev <[email protected]>
feat: orphanedRowAction=disabled (rebase of PR 8285) (#8678)

* updated implementation, using "disable" keyword

* rebase test restructure

* rebase orpha...

github.com/typeorm/typeorm - de15df14ede16f11da176a499282a79a2aa9e324 authored over 2 years ago by Jannik Mewes <[email protected]>
fix: "Cannot commit, no transaction is active" error in sql.js (#9234)

* fix: fix "Cannot commit, no transaction is active" error in sql.js

Closes: #9100

* Flush...

github.com/typeorm/typeorm - 749809a42ada15674c995753f683287efe6b3722 authored over 2 years ago by Brice Miclo <[email protected]>
fix: malformed query when selecting deeply nested embedded entities (#9273)

Update `SelectQueryBuilder.buildSelect` method to correctly build the property path for deeply n...

github.com/typeorm/typeorm - 83f7b88387f47fdf59c63b906cd7e60c33789673 authored over 2 years ago by Gabriel Kim <[email protected]>
feat: unify Pool max connection size in supported Drivers (#9305)

Added `poolSize` option everywhere to controll pool option

Closes: #3388

Co-authored-by: m...

github.com/typeorm/typeorm - 48976c2967ce821252c636f54f027a89b71db142 authored over 2 years ago by Morteza PRK <[email protected]>
feat: update db image versions in docker compose (#9367)

* feat: update db image versions in docker compose

closes #9326

* Fix postgres version

...

github.com/typeorm/typeorm - f24b26202b86dc70a97e3fc11136051f26f68046 authored over 2 years ago by Jacob Lauritzen <[email protected]>
removed only test

github.com/typeorm/typeorm - f943e61be90040bd9ee48141213d7a95f9396ce0 authored over 2 years ago by Umed Khudoiberdiev <[email protected]>
fix: Update RelationIdLoader to use DriverUtils.getAlias (#9380)

Update RelationIdLoader to use DriverUtils.getAlias to prevent aliases being possibly trimmed by...

github.com/typeorm/typeorm - a917d657fbb2492cf78eee3a49b09bbb13898aa0 authored over 2 years ago by janzipek <[email protected]>