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
test: stop using unsafe CockroachDB setting
rafiss opened this pull request over 1 year ago
rafiss opened this pull request over 1 year ago
TypeORM returns incorrect values for time type columns when database is SQL Server
penttin5 opened this issue over 1 year ago
penttin5 opened this issue over 1 year ago
TypeORM stores incorrect time to db when column data type is 'time' and database is SQL Server
penttin5 opened this issue over 1 year ago
penttin5 opened this issue over 1 year ago
TypeORM raw query returns incorrect values for date type columns when useUTC is false
penttin5 opened this issue over 1 year ago
penttin5 opened this issue over 1 year ago
TypeORM stores incorrect date to db when column data type is 'date', useUTC is true and database is SQL Server
penttin5 opened this issue over 1 year ago
penttin5 opened this issue over 1 year ago
Join column gets updated to null for a lazy relation
lincheney opened this issue over 1 year ago
lincheney opened this issue over 1 year ago
Update working-with-repository.md
teolampos opened this pull request over 1 year ago
teolampos opened this pull request over 1 year ago
Repository find fails if where condition has `And` and target column has a transformer
penttin5 opened this issue over 1 year ago
penttin5 opened this issue over 1 year ago
typo fixed in the manager.findAndCountBy documentation
sekomer opened this pull request over 1 year ago
sekomer opened this pull request over 1 year ago
RFC: query-builder: when .where() is called twice, throw an error
fumieval opened this pull request over 1 year ago
fumieval opened this pull request over 1 year ago
[BUG] The logged date is not the query date
hrdwdmrbl opened this issue over 1 year ago
hrdwdmrbl opened this issue over 1 year ago
Embedded entities prefix issue
linconsdev opened this issue over 1 year ago
linconsdev opened this issue over 1 year ago
Add failing MongoDB tests for typeorm#10391
Ionaru opened this pull request over 1 year ago
Ionaru opened this pull request over 1 year ago
MongoDB entities created using the repository pattern with a nested array throw an error for any find query
Ionaru opened this issue over 1 year ago
Ionaru opened this issue over 1 year ago
Update README.md
Abhi14kAbhi opened this pull request over 1 year ago
Abhi14kAbhi opened this pull request over 1 year ago
softDelete should not update already deleted rows
mszeftel opened this issue over 1 year ago
mszeftel opened this issue over 1 year ago
Postgres SQL "Extra" options not exhaustively documented
joelybahh opened this issue over 1 year ago
joelybahh opened this issue over 1 year ago
docs: update the docs to keep in line with the example
Crsk opened this pull request over 1 year ago
Crsk opened this pull request over 1 year ago
MSSQL generates invalid query on simple read
selfagency opened this issue over 1 year ago
selfagency opened this issue over 1 year ago
Update select-query-builder.md
logicparadise-rayyan opened this pull request over 1 year ago
logicparadise-rayyan opened this pull request over 1 year ago
Feature Contribution Request : Allowing Custom Fields with many to many relations
umarfarooq478 opened this issue over 1 year ago
umarfarooq478 opened this issue over 1 year ago
docs: fix naming consistency
Erik-McKelvey opened this pull request over 1 year ago
Erik-McKelvey opened this pull request over 1 year ago
Redundant "Create extension" queries on all databases
kodinvis opened this issue over 1 year ago
kodinvis opened this issue over 1 year ago
Request: DataSource.getOptions(): DataSourceOptions method
AaronNGray opened this issue over 1 year ago
AaronNGray opened this issue over 1 year ago
Cloudflare D1 adapter
akhdefault opened this issue over 1 year ago
akhdefault opened this issue over 1 year ago
Relational field in entity Inheritance
sfd-mhrana opened this issue over 1 year ago
sfd-mhrana opened this issue over 1 year ago
Cannot set alias for column in find select options
melihcoban opened this issue over 1 year ago
melihcoban opened this issue over 1 year ago
"geography" type is always updated using save method even if value is the same
SE-June opened this issue over 1 year ago
SE-June opened this issue over 1 year ago
Webpack require database driver warning message
zMattew opened this issue over 1 year ago
zMattew opened this issue over 1 year ago
Second migration:generate duplicates migration query even if it was already applied.
DragosRomaniuc opened this issue over 1 year ago
DragosRomaniuc opened this issue over 1 year ago
fix: Update example-with-express.md
AkshayBarad opened this pull request over 1 year ago
AkshayBarad opened this pull request over 1 year ago
Create column type 'timestamp with time zone' syntax error
merlijn34 opened this issue over 1 year ago
merlijn34 opened this issue over 1 year ago
Isolation not respected with sqlite
VincentBiragnet opened this issue over 1 year ago
VincentBiragnet opened this issue over 1 year ago
TypeError: Cannot read properties of undefined (reading 'propertyName')
jeferro opened this issue over 1 year ago
jeferro opened this issue over 1 year ago
Export 'BSON' is not defined
stephenhandley opened this issue over 1 year ago
stephenhandley opened this issue over 1 year ago
afterInsert method in subscriber doesn't have access to record id
robertmain opened this issue over 1 year ago
robertmain opened this issue over 1 year ago
SpannerQueryRunner.query results in syntax error at or near "`"
jillxuu opened this issue over 1 year ago
jillxuu opened this issue over 1 year ago
The entity inheritance doesn't work with migrations
brayan-vargas opened this issue over 1 year ago
brayan-vargas opened this issue over 1 year ago
`delete` method deletes entire MongoDB collection when selective deletion is intended
pmartinsdev opened this issue over 1 year ago
pmartinsdev opened this issue over 1 year ago
ValueTransformers are not applied when column is queried for relationships (@ManyToOne, @ManyToMany, @JoinTable)
leonceaklin opened this issue over 1 year ago
leonceaklin opened this issue over 1 year ago
Transaction doesn't rollback, savepoint issue
Ly-sg opened this issue over 1 year ago
Ly-sg opened this issue over 1 year ago
Nestjs typeorm mydsql enum types with array dont work
Noob7 opened this issue over 1 year ago
Noob7 opened this issue over 1 year ago
Pass condition on when query relations
lequangkhanh2901 opened this issue over 1 year ago
lequangkhanh2901 opened this issue over 1 year ago
test: fix migration-generate test suite
edosrecki opened this pull request over 1 year ago
edosrecki opened this pull request over 1 year ago
Test Suite 'commands - migration generate' exits tests prematurely
edosrecki opened this issue over 1 year ago
edosrecki opened this issue over 1 year ago
Using typeorm only client side Javascript ?
aymeric75 opened this issue over 1 year ago
aymeric75 opened this issue over 1 year ago
Timezone conversion
sergey-shablenko opened this issue over 1 year ago
sergey-shablenko opened this issue over 1 year ago
Silently remove conditions in WHERE clause
maixuanhan opened this issue over 1 year ago
maixuanhan opened this issue over 1 year ago
feat: support mssql@10
edosrecki opened this pull request over 1 year ago
edosrecki opened this pull request over 1 year ago
Tree Entities: depth is allowed as a valid option in methods where it is not supported (findAncestors, findDescendants, etc.)
yksolanki9 opened this issue over 1 year ago
yksolanki9 opened this issue over 1 year ago
Add support for Unique Constraints on SAP Hana
Fxlipe115 opened this issue over 1 year ago
Fxlipe115 opened this issue over 1 year ago
Disable foreign key updates
yanna92yar opened this issue over 1 year ago
yanna92yar opened this issue over 1 year ago
TypeORM incorrectly tries to save embedded entities first
ivanicsjozsef94 opened this issue over 1 year ago
ivanicsjozsef94 opened this issue over 1 year ago
I don't understand `where` condition in the findOne() logic - (0.3.17)
Jasper-DoubleMe-Me opened this issue over 1 year ago
Jasper-DoubleMe-Me opened this issue over 1 year ago
Where does not use column name alias
Jesse-dewpboer opened this issue over 1 year ago
Jesse-dewpboer opened this issue over 1 year ago
perf: improve results transformer performance
mohd-akram opened this pull request over 1 year ago
mohd-akram opened this pull request over 1 year ago
Using synchronization: false with @Index does not ignore the index when creating migrations
kareldonk opened this issue over 1 year ago
kareldonk opened this issue over 1 year ago
ViewEntity for MongoDB
aleporro opened this issue over 1 year ago
aleporro opened this issue over 1 year ago
test: test with CockroachDB v23.1.9
rafiss opened this pull request over 1 year ago
rafiss opened this pull request over 1 year ago
feat: lazy load all drivers to reduce typeorm's memory footprint
netroy opened this pull request over 1 year ago
netroy opened this pull request over 1 year ago
fix: circular dependency breaking node.js 20.6
mohd-akram opened this pull request over 1 year ago
mohd-akram opened this pull request over 1 year ago
Many to many er dup entry #5704
growms opened this pull request over 1 year ago
growms opened this pull request over 1 year ago
Why am I able to get locked entities?
ablaszkiewicz opened this issue over 1 year ago
ablaszkiewicz opened this issue over 1 year ago
using concat within a where clause not working
nathanjcollins opened this issue over 1 year ago
nathanjcollins opened this issue over 1 year ago
Support `mssql` v10
edosrecki opened this issue over 1 year ago
edosrecki opened this issue over 1 year ago
`.updateEntity(true)` causes to set incorrect IDs on entities in query builder
TriPSs opened this issue over 1 year ago
TriPSs opened this issue over 1 year ago
Node v20.6: Class extends value undefined is not a constructor or null
jorenvandeweyer opened this issue over 1 year ago
jorenvandeweyer opened this issue over 1 year ago
fix: serialize bigint when building a query id #10336
ales-albert-kilbergr opened this pull request over 1 year ago
ales-albert-kilbergr opened this pull request over 1 year ago
BigInt as value in find one where options fails on query cache id JSON serialization
ales-albert-kilbergr opened this issue over 1 year ago
ales-albert-kilbergr opened this issue over 1 year ago
No content available
sandesh-bhoir opened this issue over 1 year ago
sandesh-bhoir opened this issue over 1 year ago
incorrect count value using both getCount() and getManyAndCount() with distinct values
kirban opened this issue over 1 year ago
kirban opened this issue over 1 year ago
select: false property in @Column decorator doesn't work
Khaaz opened this issue over 1 year ago
Khaaz opened this issue over 1 year ago
Wrong column used when have multiple JoinColumn
xyyaya opened this issue over 1 year ago
xyyaya opened this issue over 1 year ago
docs: fix typos & format in migration-related docs
Ayomide-Daniel opened this pull request over 1 year ago
Ayomide-Daniel opened this pull request over 1 year ago
CannotAttachTreeChildrenEntity error when saving OneToMany relations.
lushangkan opened this issue over 1 year ago
lushangkan opened this issue over 1 year ago
The use of TRANSACTION in typeorm and pg shows inconsistent results.
wszgrcy opened this issue over 1 year ago
wszgrcy opened this issue over 1 year ago
Default value for column timestamp (postgres) defines each time on startup
saewave opened this issue over 1 year ago
saewave opened this issue over 1 year ago
Fix #7308: QueryBuilder makes different parameter identifiers for same parameter
iifawzi opened this pull request over 1 year ago
iifawzi opened this pull request over 1 year ago
Wrong entity is fetched when using lazy loading with single table inheritance
RodoVJ opened this issue over 1 year ago
RodoVJ opened this issue over 1 year ago
View Entity: findOne returns when passing the relations
macleysousa opened this issue over 1 year ago
macleysousa opened this issue over 1 year ago
IsEmpty FindOperator for relations or arrays find API
fesieg opened this issue over 1 year ago
fesieg opened this issue over 1 year ago
fix: logMigration has correct logging condition
bejewelkyoungminkim opened this pull request over 1 year ago
bejewelkyoungminkim opened this pull request over 1 year ago
logMigration of AbstractLogger has wrong logging condition.
bejewelkyoungminkim opened this issue over 1 year ago
bejewelkyoungminkim opened this issue over 1 year ago
build(deps-dev): bump mongodb from 5.4.0 to 5.8.0
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
updating entity relations with composite keys on the main entity tries to save keys as null
robinstraub opened this issue over 1 year ago
robinstraub opened this issue over 1 year ago
feat(oracle): enabled CTE for oracle driver
sschneider-ihre-pvs opened this pull request over 1 year ago
sschneider-ihre-pvs opened this pull request over 1 year ago
new DataSource creates
aymeric75 opened this issue over 1 year ago
aymeric75 opened this issue over 1 year ago
synchronize(false) throw exception, database:react-native
lycjwr opened this issue over 1 year ago
lycjwr opened this issue over 1 year ago
Resolves a Memory Leak from an Unclosed Cloned Cursor
FxEasy opened this pull request over 1 year ago
FxEasy opened this pull request over 1 year ago
MongoDB `find` memory leak
FxEasy opened this issue over 1 year ago
FxEasy opened this issue over 1 year ago
expose countDocuments in mongodb
FxEasy opened this pull request over 1 year ago
FxEasy opened this pull request over 1 year ago
fix: incorrect check for pagination
EmilIvanovSenteca opened this pull request over 1 year ago
EmilIvanovSenteca opened this pull request over 1 year ago
Embedded entity's relation inside @ChildEntity generates select with missing ON clause
natoszme opened this issue over 1 year ago
natoszme opened this issue over 1 year ago
add conditions to handle joins with different name fields in related entities
MubashirMalik opened this pull request over 1 year ago
MubashirMalik opened this pull request over 1 year ago
Auto delete children if parent removed or deleted
MrPhyaeSoneThwim opened this issue over 1 year ago
MrPhyaeSoneThwim opened this issue over 1 year ago
Documentation of find-function in QueryRunner is inaccurate, misleading or wrong
itinance opened this issue over 1 year ago
itinance opened this issue over 1 year ago
Documentation required how to replace deprecated getManager within NestJS application
MrsBookik opened this issue over 1 year ago
MrsBookik opened this issue over 1 year ago
MySQL driver drops decimals unless you set the type in the @Column decorator to something that has a decimal
JaffParker opened this issue over 1 year ago
JaffParker opened this issue over 1 year ago
Migration of DateUtils to DayJs
julienmunio opened this pull request over 1 year ago
julienmunio opened this pull request over 1 year ago
default option in column not work with mongodb
ngoctan3006 opened this issue over 1 year ago
ngoctan3006 opened this issue over 1 year ago