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
Add Group By on entity find
enryson opened this issue over 2 years ago
enryson opened this issue over 2 years ago
composite key + eager loading 'not-null constraint' issue on update
flamewow opened this issue over 2 years ago
flamewow opened this issue over 2 years ago
the findOne operation always returns the first record in the DB if I passed a undefined value or null value
alanchenx opened this issue over 2 years ago
alanchenx opened this issue over 2 years ago
EntityMetadataNotFoundError: No metadata for "User" was found.
JessieChen5 opened this issue over 2 years ago
JessieChen5 opened this issue over 2 years ago
feature: upsert options conflictPaths as Entity keys
redwert opened this pull request over 2 years ago
redwert opened this pull request over 2 years ago
relationLoadStrategy documentation is insufficient
rbutera opened this issue over 2 years ago
rbutera opened this issue over 2 years ago
leftJoinAndMapOne and innerJoinAndMapOne now map correctly with query builder
acuthbert opened this pull request over 2 years ago
acuthbert opened this pull request over 2 years ago
loadRelationCountAndMap doesn't infer (Typescript)
alielkhateeb opened this issue over 2 years ago
alielkhateeb opened this issue over 2 years ago
.skip and .take not working with query builder join
ajangidm opened this issue over 2 years ago
ajangidm opened this issue over 2 years ago
feat: implement new virtual decorator
CollinCashio opened this pull request over 2 years ago
CollinCashio opened this pull request over 2 years ago
VirtualColumn Decorator
CollinCashio opened this issue over 2 years ago
CollinCashio opened this issue over 2 years ago
typeorm findOneBy( { id: null or undefined } ) method return the first record on the table !
haddadzineddine opened this issue over 2 years ago
haddadzineddine opened this issue over 2 years ago
Custom Repository Registry - Discussion / Proposal
jbjhjm opened this issue over 2 years ago
jbjhjm opened this issue over 2 years ago
Using embedded entities produces Oracle error ORA-00904
franzcatch opened this issue over 2 years ago
franzcatch opened this issue over 2 years ago
Loading entities with query strategy and connection limit set to 1 for mysql driver will cause dead lock
Rainson12 opened this issue over 2 years ago
Rainson12 opened this issue over 2 years ago
Exiting successful process with 0
needim opened this pull request over 2 years ago
needim opened this pull request over 2 years ago
Migration guide from v0.2.x to v0.3.x
needim opened this issue over 2 years ago
needim opened this issue over 2 years ago
Node.JS Typescript TypeORM findOneBy({id: id}) fails in generic abstract class
khteh opened this issue over 2 years ago
khteh opened this issue over 2 years ago
feat: implement mongodb transactions
nordinh opened this pull request over 2 years ago
nordinh opened this pull request over 2 years ago
Is it possible to add/change transformer: property of column
kalelei opened this issue over 2 years ago
kalelei opened this issue over 2 years ago
typeorm-ts-node-commonjs with --tsconfig argument for NX monorepo
ghost opened this issue over 2 years ago
ghost opened this issue over 2 years ago
cannot set depth in findAncestorsTree() of @Tree("materialized-path") entity
sebamomann opened this issue over 2 years ago
sebamomann opened this issue over 2 years ago
fix: find query mongodb properly with @DeleteDateColumn()
roseline124 opened this pull request over 2 years ago
roseline124 opened this pull request over 2 years ago
Cockroachdb Locality (Enterprise Feature) Implementation
IS-Josh opened this issue over 2 years ago
IS-Josh opened this issue over 2 years ago
Migration generate tool always try to recreate my FK definitions
renansmoreira opened this issue over 2 years ago
renansmoreira opened this issue over 2 years ago
Composed primary key fails when .save() is executed
alanszp opened this issue over 2 years ago
alanszp opened this issue over 2 years ago
running generate drops and re-adds all constraints in my database
brianbegy opened this issue over 2 years ago
brianbegy opened this issue over 2 years ago
Postgres: Enum with explicit default `enumName` is recreated in every migration
Zakru opened this issue over 2 years ago
Zakru opened this issue over 2 years ago
Extending BaseEntity causes underlying methods to return types of BaseEntity instead of their higher order types.
chevsunpower opened this issue over 2 years ago
chevsunpower opened this issue over 2 years ago
TypeORM 0.3.7 "where" property requires selection condition while it is provided
bougwal opened this issue over 2 years ago
bougwal opened this issue over 2 years ago
[Postgres] `simple-enum` column should generate the same name if the two table shares the same type
stevefan1999-personal opened this issue over 2 years ago
stevefan1999-personal opened this issue over 2 years ago
is databaseEntity working currently? I try to access to him in the afterUpdate subscription , but i got undefined
javiervelaz opened this issue over 2 years ago
javiervelaz opened this issue over 2 years ago
Typesafe QueryBuilder
yura2100 opened this issue over 2 years ago
yura2100 opened this issue over 2 years ago
onDelete: 'RESTRICT' should be ignored to avoid ORA-00905: missing keyword
ertl opened this issue over 2 years ago
ertl opened this issue over 2 years ago
Transaction is not rolled back on error during migration
hannesvdvreken opened this issue over 2 years ago
hannesvdvreken opened this issue over 2 years ago
relation "typeorm_metadata" does not exist while creating a view in migration
julianpoemp opened this issue over 2 years ago
julianpoemp opened this issue over 2 years ago
Generate.cjs migrations for javascript es6 support
thomasa13 opened this issue over 2 years ago
thomasa13 opened this issue over 2 years ago
How to change "mpath" field name of materialized-path tree in typeorm?
CaioWF opened this issue over 2 years ago
CaioWF opened this issue over 2 years ago
Changing fields in @BeforeSoftRemove and @BeforeRecover seems not persist the data
andreyicanpreneur opened this issue over 2 years ago
andreyicanpreneur opened this issue over 2 years ago
Class constructor BaseEntity cannot be invoked without 'new'
dustinlacewell opened this issue over 2 years ago
dustinlacewell opened this issue over 2 years ago
Can't save new entity and new one-to-many child entity with cascade and PrimaryGeneratedColumn and both are lazy
danelkhen opened this issue over 2 years ago
danelkhen opened this issue over 2 years ago
After update to latest version datasource.initialize() is slow
sowndharraj opened this issue over 2 years ago
sowndharraj opened this issue over 2 years ago
Calling findBy with empty array as an argument produces an SQL Error
koflin opened this issue over 2 years ago
koflin opened this issue over 2 years ago
unable to generate a migration file according to the specified directory
warriorBrian opened this issue over 2 years ago
warriorBrian opened this issue over 2 years ago
Filter by -to-many relation field doesn't return entities with no related entities
shiro opened this issue over 2 years ago
shiro opened this issue over 2 years ago
When using "findOneOrFail" or "findOne", TypeORM runs a preselect query and adds unnecessary fields to query.
roku-on-it opened this issue over 2 years ago
roku-on-it opened this issue over 2 years ago
Cascading delete in Typeform one-to-one relation does not work
darushHamidi opened this issue over 2 years ago
darushHamidi opened this issue over 2 years ago
Integration with Tauri and Neutralino JS
MeetChaudhari opened this issue over 2 years ago
MeetChaudhari opened this issue over 2 years ago
typeorm migration:generate cannot work with entities that import from libraries in the same repo
p-v-d-Veeken opened this issue over 2 years ago
p-v-d-Veeken opened this issue over 2 years ago
Combine typeorm with ypeorm-typedi-extentions not working
restuwahyu13 opened this issue over 2 years ago
restuwahyu13 opened this issue over 2 years ago
Migrations are not generated in the target directory
m1cm1c opened this issue over 2 years ago
m1cm1c opened this issue over 2 years ago
ES2022 Repository create method include undefined field that breaks DB update
mbagsik00 opened this issue over 2 years ago
mbagsik00 opened this issue over 2 years ago
Typesafe entity initialization does not work with TypeOrm 0.3.6
m1cm1c opened this issue over 2 years ago
m1cm1c opened this issue over 2 years ago
migration cli commands: migration:show, migration:run not working
StefanZivkovic opened this issue over 2 years ago
StefanZivkovic opened this issue over 2 years ago
What is now the alternative of `useContainer` ?
Ollie1700 opened this issue over 2 years ago
Ollie1700 opened this issue over 2 years ago
FindOne function sending null parameters when too long entity class name
olivier-eizen opened this issue over 2 years ago
olivier-eizen opened this issue over 2 years ago
queryRunner().createDatabase() silent failure with Jest global setup
kimkong88 opened this issue over 2 years ago
kimkong88 opened this issue over 2 years ago
fix: cli drops migrations in cwd
DrewImm opened this pull request over 2 years ago
DrewImm opened this pull request over 2 years ago
beforeUpdate / afterUpdate does not work if only a relation changes
jbjhjm opened this issue over 2 years ago
jbjhjm opened this issue over 2 years ago
Build SELECT query for table with partition. (mysql)
samyan opened this issue over 2 years ago
samyan opened this issue over 2 years ago
test: add a failing test for typeorm#8540
radek-schibsted opened this pull request over 2 years ago
radek-schibsted opened this pull request over 2 years ago
Data type "enum" in "User.gender" is not supported by "cockroachdb"
simplenotezy opened this issue over 2 years ago
simplenotezy opened this issue over 2 years ago
DataSource.setOptions does not seem to update driver information
Oatelaus opened this issue over 2 years ago
Oatelaus opened this issue over 2 years ago
Object mutation when inserting an array of objects using the InsertQueryBuilder
stephhuynh18 opened this issue over 2 years ago
stephhuynh18 opened this issue over 2 years ago
Google Cloud - Postgres keep getting "server closed the connection unexpectedly"
dgobaud opened this issue over 2 years ago
dgobaud opened this issue over 2 years ago
OneToOne relation when generate ERD in MySQL then show OneToMany
CNDvn opened this issue over 2 years ago
CNDvn opened this issue over 2 years ago
Configuration for google-spanner
stefy63 opened this issue over 2 years ago
stefy63 opened this issue over 2 years ago
Typeorm 3 saves `typeorm_metadata` to incorrect schema
bfaulk96 opened this issue over 2 years ago
bfaulk96 opened this issue over 2 years ago
fix: Create correct children during cascade saving entities with STI
felix-gohla opened this pull request over 2 years ago
felix-gohla opened this pull request over 2 years ago
๐คจ Cannot manually insert type in discriminator column of parent entity class when using single table inheritance when creating instance of parent entity
AlfaHound opened this issue over 2 years ago
AlfaHound opened this issue over 2 years ago
Typeorm cache calls hanging after some time with postgres
bharadwajambati172 opened this issue over 2 years ago
bharadwajambati172 opened this issue over 2 years ago
@UpdateDateColumn does not update on upsert
udaya2899 opened this issue over 2 years ago
udaya2899 opened this issue over 2 years ago
Using a stream for a query with wrong SQL syntax breaks connections to MySQL
f-lombardo opened this issue over 2 years ago
f-lombardo opened this issue over 2 years ago
Why was the custom repository syntax changed?
nimloth05 opened this issue over 2 years ago
nimloth05 opened this issue over 2 years ago
Eager relations do not respect relationLoadStrategy
serg06 opened this issue over 2 years ago
serg06 opened this issue over 2 years ago
Glob Pattern Entities Not Resolved
Adrastopoulos opened this issue over 2 years ago
Adrastopoulos opened this issue over 2 years ago
Combination of 'Repository.find() + Not + enum' doesn't work
secretjupiter opened this issue over 2 years ago
secretjupiter opened this issue over 2 years ago
`ArrayContains` SQLite error
marchellodev opened this issue over 2 years ago
marchellodev opened this issue over 2 years ago
QuestDB
DomnicAmalan opened this issue over 2 years ago
DomnicAmalan opened this issue over 2 years ago
TypeORM 0.3+ Not re-using mysql connections
davecarlson opened this issue over 2 years ago
davecarlson opened this issue over 2 years ago
TypeORM module save my data in wrong database, is this bug?
Kayxue opened this issue over 2 years ago
Kayxue opened this issue over 2 years ago
TypeORM 0.3.6 doesn't have cli.migrationsDir property to specify path for migration:run
vincevalstro opened this issue over 2 years ago
vincevalstro opened this issue over 2 years ago
How to restore the soft delete records with relations of one to may ?
tahir-jamil opened this issue over 2 years ago
tahir-jamil opened this issue over 2 years ago
Issue with FindOne repository method
cdominguezg opened this issue over 2 years ago
cdominguezg opened this issue over 2 years ago
Generated Columns not Returned
baldhruv opened this issue over 2 years ago
baldhruv opened this issue over 2 years ago
It is not clear if entities can still be loaded from globs or not
ericmorand opened this issue over 2 years ago
ericmorand opened this issue over 2 years ago
Connection pooling apparently not queuing new connections
gpmarchi opened this issue over 2 years ago
gpmarchi opened this issue over 2 years ago
Eager relationships not loaded when using preload
gerardolm opened this issue over 2 years ago
gerardolm opened this issue over 2 years ago
0.3 generic findOneBy typescript error
Scalahansolo opened this issue over 2 years ago
Scalahansolo opened this issue over 2 years ago
entityPrefix is hardcoded on migrations
thegiantbeast opened this issue over 2 years ago
thegiantbeast opened this issue over 2 years ago
Support Databricks as Data Source Option
ben-wang opened this issue over 2 years ago
ben-wang opened this issue over 2 years ago
Typeorm connection timeout over multiple warm start AWS Lambda invocations
rake146 opened this issue over 2 years ago
rake146 opened this issue over 2 years ago
Connection strings are incorrectly parsed and overwritten by mongo db driver
samskiter opened this issue over 2 years ago
samskiter opened this issue over 2 years ago
EntityMetadataNotFoundError: No metadata for x was found.
AaronMcCloskey opened this issue over 2 years ago
AaronMcCloskey opened this issue over 2 years ago
CLI does not support async DataSource
anton-pavlov-deel opened this issue over 2 years ago
anton-pavlov-deel opened this issue over 2 years ago
Querybuilder not respecting Enitity column name
AaronMcCloskey opened this issue over 2 years ago
AaronMcCloskey opened this issue over 2 years ago
Custom repositories should not depend on the data source
oxilor opened this issue over 2 years ago
oxilor opened this issue over 2 years ago
simple-json entity returns SyntaxError: Unexpected end of JSON input
7dobi opened this issue over 2 years ago
7dobi opened this issue over 2 years ago
Unable to query data where relationship needs to be null using Repository method
dweinstein1 opened this issue over 2 years ago
dweinstein1 opened this issue over 2 years ago
Type Error using documented example of MongoRepository find()
jimhallup opened this issue over 2 years ago
jimhallup opened this issue over 2 years ago