Ecosyste.ms: OpenCollective

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

github.com/typeorm/typeorm

ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
https://github.com/typeorm/typeorm

fix: issues with custom enum name in Postgres (#7661)

* fix #7614

* updated test for #7541

* added test for #7647

* fixed failing test

* f...

ad0262a116e5366b562e70a1bbc60246add78d83 authored over 3 years ago
feat: add tree entities update and delete logic (#7156)

* feat: add tree entities update and delete logic

Allows tree entities relations to be update...

9c8a3fbad7cf737ee514924ed8871a703768fddc authored over 3 years ago
docs: add example for yarn v2 with PnP (#7540)

* Add example for yarn v2 with pnp

* Update migrations.md

44979afd7a26a3bbdbd35a4c04b6954b03ba8607 authored over 3 years ago
minor fix for `MAX_EXECUTION_TIME`;

fce559b178bbcb942ceef6681018902197220d83 authored over 3 years ago
fix: added error handler for slave connections in MySQL and AuroraDataApi drivers (#7641)

* docs: Fix code example

Fix code example for executing a Raw Query on a Slave Query Runner.
...

882a7409e5bd018fad6c04925ff5ccaa7e9e7db2 authored over 3 years ago
feat: support `MAX_EXECUTION_TIME ` for MySQL driver. (#7638)

0564c348b9bd779e9f24cbf340ea48b6badc9f7e authored over 3 years ago
fix: resolve issue when enum that has functions is used in entity (#7653)

Closes: #7651

dba327d426f591317f8210302107b95be1a5b420 authored over 3 years ago
refactor: Remove NOOP slice() call (#7658)

- The return value is unused

Co-authored-by: Rohan Talip <[email protected]>

e326fa239664464aa2013354e7c34fe808ed2fb5 authored over 3 years ago
refactor: Corrected ObjectUtils.assign() return type and JSDoc (#7657)

Co-authored-by: Rohan Talip <[email protected]>

2438d1562684f2f2c03480512c31d2e66543aec7 authored over 3 years ago
docs: fix redirecting for "cascades" (#7642)

Reason: When documentation opened in browser, on clicking the "cascades" link, it indeed redirec...

f8a989f7dcc3107b384c7c8f88c75312c5abdb91 authored over 3 years ago
docs: fix link to contributors (#7656)

369202da9c02d8373ca868a254b7392e8de938a1 authored over 3 years ago
chore(deps): bump handlebars from 4.5.3 to 4.7.7 (#7636)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.7.
- [Release not...

a0cd6f93cf8585df079526e7dbe41155825293fb authored over 3 years ago
fix: closing pool incorrectly works on Postgres (#7596)

* fix: Promises never get resolved in specific cases (#6958)

* Limit the number of query runn...

1310c97ff3092b9ff23b2fe83d6b7763beb4316b authored over 3 years ago
chore(deps): bump hosted-git-info from 2.7.1 to 2.8.9 (#7634)

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9.
- [Release...

1b8b7f151099b0ba18843cf9a2bedb604e5ae7e1 authored over 3 years ago
chore(deps): bump lodash from 4.17.19 to 4.17.21 (#7633)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](htt...

5a2bd5907a07964e566d05a4796ad06f3b629c17 authored over 3 years ago
fix: replaced deprecated `insert` method with `insertOne` for MongoDriver in MigrationExecutor. (#7594)

83fed60cccc498d1c5776c05a5aa3ad47c50453e authored over 3 years ago
docs: fix spelling mistake in documentation (#7623)

peaces -> pieces

6ebaef8d27b0a36a9e042be8479a19b502b961d3 authored over 3 years ago
feat: add `orphanedRowAction` option to EntitySchemaRelationOptions (#7625)

Adds support for setting the action for orphaned relation rows when using separate entity defini...

a8eb49a3647d601531a6c3cb8404e1941a9d1f9c authored over 3 years ago
feat: cache option to ignore errors (#7630)

* feat: Ignore cache errors if corresponding cache option is set

fixes #926

* doc: add doc...

5fde0ea89fb7c4942d7bbbe21f6bfbbe620347e5 authored over 3 years ago
chore(deps-dev): bump redis from 3.0.2 to 3.1.1 (#7597)

Bumps [redis](https://github.com/NodeRedis/node-redis) from 3.0.2 to 3.1.1.
- [Release notes](h...

fae75c31a3bae2a2d39453d0e40b7269a17c4114 authored over 3 years ago
docs: update select-query-builder.md (#7606)

c`addGroupBy`: => `addGroupBy`:

bf0ac414a1f7a5c2d4a6f82245aed3054939250d authored over 3 years ago
chore(deps): bump underscore from 1.12.0 to 1.13.1 (#7629)

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.12.0 to 1.13.1.
- [Release n...

19385625b4c252561cb18c42327e78ee0667dbab authored over 3 years ago
docs: fix code example (#7615)

Fix code example for executing a Raw Query on a Slave Query Runner.

9470e15aa95a6122588e7a09c004097a5c3e6cfa authored over 3 years ago
fix: `MATERIALIZED VIEW` is treated as a regular `VIEW` which causes issues on sync (#7592)

* improved materialized view support in Postgres;

* improved materialized view support in Ora...

f85f436f51fb000cd9959b44e8d7a79bf0cd10ab authored over 3 years ago
fixed `migrationsTransactionMode` in MigrationRevertCommand

3f2a02cf1930b83b76a0e0a4f834085ce0e7b2b1 authored over 3 years ago
fix: use migrationsTransactionMode while running migration from cli (#7576)

7953ebb40f2b685f3d578bcf2be403f61e544205 authored over 3 years ago
fix: Silent failure in createDatabase and dropDatabase with Postgres (#7590)

* feat: implement database creation and dropping on postgres' query runner

* implement the cr...

974d2d4efb0bdcf57e0522b4da3c94ab2937427b authored over 3 years ago
fix: Incorrect migration generated when multiple views are updated in a single migration (#7587)

* test: Add test for github issue 7586

* fix: Oddly indexed views are not dropped in migratio...

0b103dd0347737c91510c7ed4719a289dacf8d3b authored over 3 years ago
fix: default `schema` defined in entity/connection leads to unnecessary queries during schema sync (#7575)

* working on #7276

* minor fix

* fix #7276

* lint fix

* added `getCurrentDatabase()`...

7eb032705912cbf4ee340ed9e49970d0f6e23714 authored almost 4 years ago
fix: mongodb connectionURL parse options (#7560)

b2ac41a706635aba37b204eaf7ebf52aaee91104 authored almost 4 years ago
docs: Added enumName column option (#7570)

Added minor documentation for #4824

acc7994ce1aa95e53aef979832a6946367ce20ae authored almost 4 years ago
docs: add note about unique parameters in QueryBuilder (#7572)

When using the QueryBuilder, unique parameters need to be provided in WHERE expressions. This co...

1656a11c895a5f80c3726e037a580a4fc55a78d2 authored almost 4 years ago
doc: Speed up TS migration command (#7568)

Kudos to @AmauryLiet

7dbf683af0dd1e85119c34a5dfdf5631909023d4 authored almost 4 years ago
fix: @Unique constraint is not created with specified name

beea2e1e4429d13d7864ebc23aa6e58fa01647ea authored almost 4 years ago
added new case in `change-column` test (#5072)

8edc634fbd006ece1777f728fc41d598809706e3 authored almost 4 years ago
added test for #3997

1b9c5abb50b8c235c7ab8759f73f5f434e05d1c3 authored almost 4 years ago
added test for #7541

67cf4c31717e0ec81073ab52f2cfaf73309c7e5a authored almost 4 years ago
fix: column name with empty spaces causes bug in Index/Unique decorators #7534

a3a6e063a37fbe1444ffd0c8b1d93bf3ea90e75d authored almost 4 years ago
test: Got "Index contains column that is missing in the entity" Error even the column is there (#6754)

* add tests related to my issue

* remove unnecessary files

* change test description

* ...

bc29597eea587d9e4423c86331e7631fe14fd13b authored almost 4 years ago
added test for #7523

fc55277f55c4f6c9b53ee416ade015ba978bb7b7 authored almost 4 years ago
fix: only first \0 is removed in comments, only first \\ is escaped etc. (#7532)

36b14cbd808d73c61c9308d66291cf06e860419a authored almost 4 years ago
fix: mongodb typings for Cursor (#7526)

allow having typings for `await for` construction

daf399171996d578f0607dd0631647bed59ff212 authored almost 4 years ago
docs: removed deprecation notice from mongodb findOne method (#7527)

deprecation was overturned

5be88d426a725ceb97c347426ebc71f60d73e6d9 authored almost 4 years ago
feat: define class properties for QueryFailedError to allow users to access a typed error (#7529)

b43dcba84e5bfa55baa7426a5059448207437f2d authored almost 4 years ago
fix: Postgres identifier exceeds limit on eager relations (#7508) (#7509)

* fix: issue #7508

* new util DriverUtils.buildAlias

* fix: typo in statement

* wip: ru...

e4ec429fe518c26f4c95175a482bde143d508254 authored almost 4 years ago
docs: update lock modes in find-options.md (#7518)

8140a91de15d75d183e78feb0c3d04624661c506 authored almost 4 years ago
fix: datetime functions in column "default" leads to unnecessary queries during synchronization (#7517)

* fix #3991

* fix #3991

* improved test for #2737;
fixed remaining issues in #2737;

* ...

03f328583750ed08272fc1a640adcd13e82f09af authored almost 4 years ago
chore(deps): bump y18n from 3.2.1 to 3.2.2 (#7519)

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://gith...

0595d232178b622ccc5084cd039e94795e993e48 authored almost 4 years ago
version bump

8c7c655ebdcbdcf5946ef2086427fe740ff3c6f8 authored almost 4 years ago
fix: Only first single quote in comments is escaped (#7514)

e1e94236e71c14a4682356ada7774d657eba8936 authored almost 4 years ago
fixed failing test

eff43c179eb6f54870993d10b289691bb186a0c5 authored almost 4 years ago
fix: rename a sequence related to generated primary key when a table is renamed (#5406)

* rename a sequence related to generated primary key when a table is renamed

* fix lint error...

25b457f7e8d6cdeee146ba60a280f1a65bcec9eb authored almost 4 years ago
fix: empty entity when query with nested relations (#7450)

* fix: empty entity when query with nested relations

Closes: #7041

* fix: empty entity whe...

9abf727691d98351f49aa523c5ea03ec2b1ac620 authored almost 4 years ago
feat: Add support for Access Token Authentication for SQL Server Driver (mssql) (#7477)

* feat: add support for sql server authentication types

* feat: revert user and password depr...

e639772e3b5aa5fa2f40fd6cda984b13e4bf9c90 authored almost 4 years ago
feat: added socketPath support for replicas in MySQL driver (#7459)

Co-authored-by: Maarten Baijs <[email protected]>

8d7afaf78df8974ebbe00219716af8da738a6fe7 authored almost 4 years ago
fix: [RelationLoader] load with existing queryRunner (#7471)

* fix: pass queryRunner

pass queryRunner in order to use existing transaction

Closes: #533...

2dcb493d55d95536ba4c2085c8f7af740be9ec72 authored almost 4 years ago
fix: [aurora-data-api] Return number of affected rows in UpdatedResult and DeleteResult (#7433)

Closes: #7386

46aba1d1b947c9b03ba2661367427a818be46324 authored almost 4 years ago
fix: (aurora-data-api) get correct increment primary key for multiple entities inserted (#7434)

Closes: #7385

fc8af5f5289ea13d3f152efbd0b800917ca0306a authored almost 4 years ago
feat: introduced a new configuration option "formatOptions.castParameters" to delegate the prepare/hydrate parameters to the driver which will result in casting the parameters to their respective column type (#7483)

7793b3f992d928b4db6bff6a5ad1b4cbe377a167 authored almost 4 years ago
chore(deps): bump xmldom from 0.4.0 to 0.5.0 (#7467)

Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.4.0 to 0.5.0.
- [Release notes](https:/...

240c6c0243a0e9ebe612eac3c1dcd582f0cf8a16 authored almost 4 years ago
docs: added missing import in view-entities.md (#7505)

e78ad1da03c834573fd76466c60bbbebb226da3b authored almost 4 years ago
docs: fix typo (#7506)

ae221ac6f619e5211131c0be382f08cc26b61641 authored almost 4 years ago
docs: fix typo in entities.md (#7491)

Fixes small grammar issue.

9ce3f78ad1995985c24656facee5249783506bd9 authored almost 4 years ago
fix: don't transform json(b) column value when computing update changes (#6929)

Co-authored-by: dimitryvolkov <dimitryvolkov>

6be54d46ac812487242ceffeda2922aff783b235 authored almost 4 years ago
feat: add option for installing package using CLI (#6889)

* init cli: add options for installing package

* yarg choice, add await, revert formatter cha...

3d876c61fafc815e429c68f4f4e1ab79e47c7b9c authored almost 4 years ago
feat: allow to pass the given table name as string in RelationDecorators (#7448)

* feat(RelationDecorators): allow to pass the given table name as string

* Update EntityMetad...

4dbb10e11ff3fdd58fdaac87337aa0d3237002ba authored almost 4 years ago
added test for #2758

e4511aa65ba5281a0b2f07189de13f7264561b95 authored almost 4 years ago
code refactoring in test;

5c883f15fead4e791cb42c3f450937c0bd842229 authored almost 4 years ago
test: reproduction for issue #3246 (#3247)

* Add reproduction for issue 3246

* Update test/github-issues/3246/issue-3246.ts

Co-author...

5446737e4f180061d637275c0e79ca86de7a03a0 authored almost 4 years ago
fix: correctly get referenceColumn value in `getEntityValueMap` (#7005)

* test: add test case (#7002)

* fix: correctly get referenceColumn value in `getEntityValueMap`

7fe723b23b74a4c81608a856a82b8aa85fe1b385 authored almost 4 years ago
refactor: improve README.md and DEVLOPER.md code examples formatting (#7436)

8b72d798d28df6202e6635add0ce8982425d3a0c authored almost 4 years ago
fix: fixed all known enum issues (#7419)

* fix #5371

* fix #6471;
fix: `enumName` changes not handled;
fix: `enumName` does not hand...

724d80bf1aacedfc139ad09fe5842cad8fdb2893 authored almost 4 years ago
adding missing ILike operator docs (took from next branch)

2fa6231e5903f2238b6714f52c90aaf2fe8e57eb authored almost 4 years ago
fixes #7418

4505c44916862d0eb1d2fcab27ca56316f279f7d authored almost 4 years ago
fixes #7418

a13d879bea699fc60c5f30474434158bffe82af7 authored almost 4 years ago
chore: dependencies update (#7424)

* typescript version upgrade

* fixing linting

* fixing mongo query runner issues

* fixi...

9ba55ce403cc37d588cfd363f275f2633e2cba96 authored almost 4 years ago
chore: typescript version upgrade (#7422)

c52ba29d94d750b580e769bbbdef5f12216b2a9f authored almost 4 years ago
feat: add check and dryrun to migration generate (#7275)

Adds support for “check” and “drynrun” modes to the migration generate command.

Fixes #3037
...

d6df200772604103279502dfc61340475131d4e1 authored almost 4 years ago
fix: Array type default value should not generate SQL commands without change (#7409)

* fix(1532) Array type default value should not generate SQL commands without change

* Update...

7f06e447c60846c1aa28f2561b3f77a22e012f9a authored almost 4 years ago
fix: performance issues of `RelationId`. (#7318)

* test: relationId is too slow

* perf: RelationId is too slow

When we join a lot of relati...

01a215a32b47a03af9301c0e6e68f943a24919c4 authored almost 4 years ago
Adjust mongodb driver options & connect driver to support replica set (#7402)

- Dupplicate buildDriverOptions for mongodb especially
- Add hostReplicaSet to MongoConnectionO...

cdf2cb2a4d646dedcce8f6e93851693c6463d8d3 authored almost 4 years ago
fix: resolve issue building tree entities with embeded primary column (#7416)

Closes: #7415

dc81814056071ee3557043e5e6be06c431314634 authored almost 4 years ago
fix: improve EntityManager.save() return type (#7391)

This brings it in line with the equivalent method in Repository.

66fbfdaaa6e03114607671103fe0df7ab1d781a8 authored almost 4 years ago
feat: output Javascript Migrations instead of TypeScript (#7294)

* docs / test: Added tests and documentation for Feature 7253 - Migrations Javascript output

...

b97cc4ff955de8be39258add958c2885d0bcdfe6 authored almost 4 years ago
docs: fix small typo on package.json script example (#7408)

Add missing colon in JSON property at `package.json` `"script"` example

70db8451c0865a692f2eebbe8a3f2c7f456b4f8d authored almost 4 years ago
feat: implement "FOR UPDATE OF" for postgres driver (#7040)

fde9f0772eef69836ff4d85816cfe4fd6f7028b4 authored almost 4 years ago
fix: wrong migration generation when column default value is set to null #6950 (#7356)

* fix: #6950;

* removed single driver in test;

* fixed issues with column `comment` change...

5a3f9ff3d6ff5ec1bf704c836bef5a7529ff7f5a authored almost 4 years ago
docs: small typo (#7358)

b9d7898717d804fbd6ab1f2866f1f91e021576bd authored almost 4 years ago
version bump

af4c93a11371d983b5322839c902f0ed6a88f2ab authored almost 4 years ago
feat: support maxdecimaldigits option by geometry type (#7166)

* Support maxdecimaldigits option by geometry type

* simplified logic

Co-authored-by: Umed...

d74900830729c8b9b32226d42d304576e573c744 authored almost 4 years ago
feat: enable explicitly inserting IDENTITY values into mssql (#6199)

Allow explicit insertion of preset values for mssql IDENTITY columns. These are the equivalent t...

4abbd46af347ff7d1b38f073715155b186437512 authored almost 4 years ago
fix: MariaDB VIRTUAL + [NOT NULL|NULL] error (#7022)

* Fix MariaDB VIRTUAL [NOT NULL|NULL] error

Fixes #2691

query failed: ALTER TABLE `custome...

82f2b75013e50c9cce9468f03e886639d4943a9a authored almost 4 years ago
fix: reject nullable primary key columns (#7001)

Every supported back-end requires that primary key columns be non-nullable.
As of this PR, this...

cdace6e5fa09e823bddd3f076c318ce1903d48dc authored almost 4 years ago
test: add test for #6950 (#7272)

This commit adds tests to demonstrate the bug found in #6950

0a5100d4ab242bc79b755dd30670295d808ca866 authored almost 4 years ago
docs: add queryRunner docs (#7351)

* docs: add queryRunner docs

* docs: fix typo and code example

edit the text to fix typos ...

c0899eb91277494143879a70209017c2bfae8e9a authored almost 4 years ago
mssql version bump;

acf1ea94daeb9b883c6c359e97bb04e6ba338e4d authored almost 4 years ago
mssql version bump;

updated ormconfig.json;

9d8573454b4baea36b1791d0f46da89039dacbb5 authored almost 4 years ago
feat: export all errors (#7006)

* feat: export all errors

* Move error exports into error folder

56300d810e3e6c200a933261c2b78f442751b842 authored almost 4 years ago
testing mssql on previous version;

5d86bbf2e06898840dbf2f43c12dd7ef9f17ccc1 authored almost 4 years ago
fix: escape columns in InsertQueryBuilder.orUpdate (#6316)

BREAKING CHANGE: this fix introduces breaking change on "conflict*" options

ab56e07de162771b0a42bc4074f089ca6f52cd2b authored almost 4 years ago