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
78fbc14b3ee915ce035cb1546c92142eab6a899e authored over 3 years ago
COLUMNPROPERTY only works in the same database so this query was
always incorrect. instead, us...
d25304d9e319157c6b8999932fb9144a67bd84cf authored over 3 years ago
this allows you to call `getTables()` and fetch all of the tables
in a specific context
this refactors both SAPQueryRunner & SQLServerQueryRunner to use
a new QueryLock class which cl...
fix regex example at comment to matching with actual one, and remove invalid example link.
d80f070328bdcb19ff674064ed9ff38fd1eb1d1a authored over 3 years ago
the sql server query runner wasn't actually returning a ReadStream as expected
and there were n...
this prevents the deprecation message & also prevents us from
disabling `ARTITHABORT` which is ...
b0c1cc6d6820e93bc7b986d4f18db4020195e170 authored over 3 years ago
d8509162c72b1711c359bf02e198806d9e480959 authored over 3 years ago
the condition seems to have been accidentally marked as required when
it's actually optional in...
each statement takes up a pool so if you query frequently you can
exhaust that pool of statemen...
because of how we modify it as part of a recursive function
we were erasing the `relations` arr...
this resets the `data` passed from `SaveOptions` to `QueryRunner`
once the persistence operatio...
063aafa34408dd9b1ed3802bb43be6f772523277 authored over 3 years ago
this updates the mongo entity manager to return the correct
values for both UpdateResult and De...
d31c2fd074832e5ef84f49a29813ccd8163423b3 authored over 3 years ago
e7e887a582cce66bd21044472f4a5288894650c9 authored over 3 years ago
this also simplifies the regular expressions
eb680f99b74c335556d23016264fcf1ea6ce1d6f authored over 3 years agothis also updates the API for `orUpdate` to simplify it
a1c6bb0092b63fa808d9f836936238a7977a8027 authored over 3 years agoa2bd94b146738a2aa637f52011c1fd5e92ed38e1 authored over 3 years ago
4b45ae1e8174cf438f9fca92c635957513bff8f8 authored over 3 years ago
b8239d0d727c633420ae963feabe8e99588671d5 authored over 3 years ago
this allows us to more explicitly pass the SID correctly as the SID
b05d0936ddabae179a42c9c0f67779a6bec3d5b1 authored over 3 years ago5f20eb791a3c51410d6759548ec11c9a919659ff authored over 3 years ago
d449454d2a2a56ba7daedf706849c044d3d2b7e9 authored over 3 years ago
0d21a4d07ec275a295df6f78b85c4814c027258a authored over 3 years ago
dcdaacacaf122c7579d31a700e93c5357a9e0a16 authored over 3 years ago
229c4eb09c7dc473ff4428668fee6bf7415d4fd5 authored over 3 years ago
f033045dd6d1dac4f6f7e528997a2c5f8892d763 authored over 3 years ago
8436fdb7e849e003b0a7e5c385c1d9dae1f16a75 authored over 3 years ago
37e139ff79c1b5ff5b6098cdba2276f0f446d8f3 authored over 3 years ago
e1db48d8391728455744c91ea7976a334300f77d authored over 3 years ago
moves the driver-specific code and encapsulated it within each driver's
`QueryRunner`, exportin...
fixes #7449
36e5a0cf09a25dfe98ffa130f35005a8eacc4155 authored over 3 years ago50306cfb90883452c494fa14a226d796fd9c2fb2 authored over 3 years ago
There are cases wherein the credentials given to the service are READONLY. In these cases, insta...
92b96a550512bb218e1c6691e2f5908007d0b6e6 authored over 3 years ago
this allows commands like the QueryRunner.clear() for oracle to
operate when a schema has been ...
b107ad95164627b6e959b4e476eb82f3dded972c authored over 3 years ago
this updates the way `QueryBuilder` works to only build the expression
strings when we are actu...
the autosave callback should always be called & shouldn't be peppered
throughout our codebase
this makes the column default type match the actual types
possible for use instead of just `any...
90894c7fd39c5237ddb26690082ca4c2443b2fd4 authored over 3 years ago
7b7c4fc8ab97e3f632fdb6cbaff560630064dbd0 authored over 3 years ago
The mergeDeep functionality was causing issues where it would
try to merge objects that were no...
Fixes #4732
e55cf050a1d4811b442aceadadde1754aa86765d authored over 3 years ago3221c50d878505b1b8435b07451ec94cd8d04fce authored over 3 years ago
use standard parameters instead of native parameters for generation and
where-clause & other qu...
Find operation should add all nullable values from documents if they exist
Closes: #7760
98c13cf710de83783bc5b5576a64327b26d26262 authored over 3 years ago
the example had a parameter but wrapped it in quotes for some
reason. this removes the quotes
this means you can catch any TypeORM issues by catching the
TypeORM error type
there was an edge case where the tableColumn.default was not a string
and thus caused a TypeErr...
`RelationIdLoader` was on the Connection but was not used anywhere
87788bbaf948314801f33da0e0b98377a09555ce authored over 3 years ago
instead of the connection setting the database name from outside
the driver we instead set the ...
also create a ts file for the "globally scoped" functions that
previously lived in the index file
Delete operation should remove all matched documents, but now it removes the first found documen...
0fbae53bdd83f5da94ac8a468e1506c2852eed02 authored over 3 years ago* refactor: move parentQueryBuilder into queryBuilder
* refactor: allow use of `setParameter`...
db2f05d1b25b77a10f5fb56ab49e0b10a253d3ef authored over 3 years ago
the cordova driver silently ignores all attempts to begin
or commit transactions. this leads t...
this updates the error handler we have on the postgres connection
object to release back with a...
2adfe36627507ab5e01bc4bc7f6b4ec839a2352c authored over 3 years ago
this adds the option for bypassing the constructor when deserializing
the Entities. note that t...
9bbdb019463e9924f32bf9c30a6be28de33314f2 authored over 3 years ago
525381d91e15d1d9b9dd7bd36beaac35646ee3b0 authored over 3 years ago
node v10 EOL was 2021-04-30 and is no longer supported
as an LTS release. as such, we're going...
mongo update operation should update all matched documents, but now it updates the first found d...
052014cdba844b1a7867f46606045a494cffc907 authored over 3 years ago
this bumps our cli-highlight package so we no longer
get deprecation warnings during normal use
fixes #3479
137bec73f4a8d7c9c569492c670a2f0e501663d1 authored over 3 years ago
* - fix: PRAGMA needs to be run through the `query` method, since it returns data
- added WAL j...
* docs: fix cascade link in one-to-one
* docs: fix broken cascade link in many-to-one
Adds peer dependencies for drivers & marks them as optional
9300710097f1f0343defc3f86becb1b2a05d32d4 authored over 3 years agoRemoves the note which links to the closed issue https://github.com/typeorm/typeorm/issues/2032,...
ef39d12198034fdacc5f918d8ff10b57f7a705d3 authored over 3 years ago3d2833d90558a3bb69ec987183b5ccb610657fb4 authored over 3 years ago
closes: #7698
3c33e9f54541a12b0d0fd37177c6afebf7a5349f authored over 3 years agob690c270cd2e9886329e520cab5ee31eaeae77a4 authored over 3 years ago
449bad5ae48726c7064fd7eddb2b04ae03873337 authored over 3 years ago
2356a459beec551f8737b02949b10d31d1fc345c authored over 3 years ago
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36.
- [Release notes](ht...
single-connection databases can get out of order which breaks
the insert return code
this uses the correct `load` function instead of `loadAll`
57f9254499ef07500f5e59df20e778ee0f27b9aa authored over 3 years ago7d614e9c83a8219552890a17c07cc967a26813f2 authored over 3 years ago
ff28aad27958ef7763a305982f70caeb611f2448 authored over 3 years ago
36ceefa710c0994e054c8e267a1fb1bdf4b25c39 authored over 3 years ago
834918256b4cc841a33c3b7f8a115f480d57e6cf authored over 3 years ago
* test: add test for postgres json default bug
* fix: postgres: perform a deep comparison to ...
a471c1b689848e7cd9203dcef5edd192019ea456 authored over 3 years ago* fix: correctly strip type conversion in postgres for default values
Use better regex to rem...
069b8b6888c389d93ff44ca6ed964fb5913d9840 authored over 3 years ago* Use most specific matching relation type
This allows using a single table for multiple enti...
60a6c5d9607e06bfb2ff842d733ff90ce8b279ea authored over 3 years ago
This allows using a single table for multiple entities without using a
type column. Some setups...
* fix call listeners for array embeddeds
* fix tests
* fix tests
Co-authored-by: AlexMe...
2dc355b50179a18fe690924797f5c69f2fe23c1f authored over 3 years agoCo-authored-by: mosman <[email protected]>
9b6d7bc4189f7741f0f823d65fc5c8ba4fbc2d94 authored over 3 years ago545a4436ccd2fc361161d70609f4022d87e86b75 authored over 3 years ago
According to the ioredis documentation, a URL may be passed in the 'port' parameter.
This d...
* added new driver for Capacitor
* updated CHANGELOG.md
0f7a7783984c680350dd7560f47b78733a3ff3c5 authored over 3 years agoI just removed `PostgresDriver.enableExtension` on slave connections.
close #7691
620aac9e0f2c089f78c7a055b2fb844a475a7eb5 authored over 3 years agoFix code example for loading relational entities.
283413d8460208c68b0362afc2cbf7ebf8e35cc7 authored over 3 years ago63e699df98c35535dd98ea4d5c83b9c7fa6643eb authored over 3 years ago
ed7b78f35864fa11ea7c4c54ae7493123fba7feb authored over 3 years ago
375e9d526c016244e24856b09121e5e075e9a75c authored over 3 years ago
Closes: #4980
198d2c50acab9d0d748194506970415866247da4 authored over 3 years ago* adds support for type set to data-api
* adds support for type set to data-api
* fix spacing
b6c18366c3fe294f864ab4cd97c0bfc91e9d1f9d authored over 3 years agob9cc9c90595fe77826970fb427079ff7124b84a1 authored over 3 years ago