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
Setting 'cache: 0' doesn't disable it but reverts to default
art1c0 opened this issue over 1 year ago
art1c0 opened this issue over 1 year ago
TypeORM Migrate giving error
blpraveen opened this issue over 1 year ago
blpraveen opened this issue over 1 year ago
Agreggation helper functions columnName takes table name instead of entity name
matias-favale opened this issue over 1 year ago
matias-favale opened this issue over 1 year ago
refactor: removed deprecated usage of findByIds
hinogi opened this pull request over 1 year ago
hinogi opened this pull request over 1 year ago
Incorrect Escaping of `indexPredicate` in InsertQueryBuilder
Panzer1119 opened this issue over 1 year ago
Panzer1119 opened this issue over 1 year ago
Cannot save a one-to-many relation
wkdwilliams opened this issue over 1 year ago
wkdwilliams opened this issue over 1 year ago
Saving object more than one new related entity only saves the first one
sumbricht opened this issue over 1 year ago
sumbricht opened this issue over 1 year ago
export the commands
tashuo opened this issue over 1 year ago
tashuo opened this issue over 1 year ago
Upsert(orUpdate) Failed with date-related column
cpprookie opened this issue over 1 year ago
cpprookie opened this issue over 1 year ago
Synchronize does not create postgres schema
antoine-pous opened this issue over 1 year ago
antoine-pous opened this issue over 1 year ago
fix: enable preload to retrieve entities added within a transaction
codafett opened this pull request over 1 year ago
codafett opened this pull request over 1 year ago
fix: CommandUtils unable to process a regular default export
Durisvk opened this pull request over 1 year ago
Durisvk opened this pull request over 1 year ago
[NO_TICKET] fix: run spanner relational subject queries sequential to avoid issues with out of order seqno
Xevi opened this pull request over 1 year ago
Xevi opened this pull request over 1 year ago
Add the some options on Oracle documentation
ralphg6 opened this pull request over 1 year ago
ralphg6 opened this pull request over 1 year ago
data-source-options.md for oracle: serviceName and sid
ralphg6 opened this issue over 1 year ago
ralphg6 opened this issue over 1 year ago
logQuerySlow calculates query execution time completely wrong
anton-zen opened this issue over 1 year ago
anton-zen opened this issue over 1 year ago
Expose properties of EntityNotFoundError
clintonb opened this issue over 1 year ago
clintonb opened this issue over 1 year ago
fix: Ensure findOne method gets where options passed in at compile time instead of only at runtime
elderapo opened this pull request over 1 year ago
elderapo opened this pull request over 1 year ago
fix: backport postgres connection error handling to crdb
Informatic opened this pull request over 1 year ago
Informatic opened this pull request over 1 year ago
mssql DataSource testOnBorrow doesn't seem to work
thisnamewasnottaken opened this issue over 1 year ago
thisnamewasnottaken opened this issue over 1 year ago
feat(mongo-transaction): start -> commit <- rollback
slice-sarthakd opened this pull request over 1 year ago
slice-sarthakd opened this pull request over 1 year ago
Custom logger not working
MatteoGheza opened this issue over 1 year ago
MatteoGheza opened this issue over 1 year ago
ERROR TypeError: Cannot read properties of undefined (reading 'type')
nizalsha opened this issue over 1 year ago
nizalsha opened this issue over 1 year ago
Discord Community Server
hinogi opened this issue over 1 year ago
hinogi opened this issue over 1 year ago
fix: using async datasource to configure typeorm
nover opened this pull request over 1 year ago
nover opened this pull request over 1 year ago
Synchronize of MariaDB remove existing uuid data without warning
jasonycw opened this issue over 1 year ago
jasonycw opened this issue over 1 year ago
Using async DataSource is broken
nover opened this issue over 1 year ago
nover opened this issue over 1 year ago
When a custom converter is used on a column, migration fails.(nestjs+typeorm)
Sailiy opened this issue over 1 year ago
Sailiy opened this issue over 1 year ago
fix typo on given example
richardvinc opened this pull request over 1 year ago
richardvinc opened this pull request over 1 year ago
fix: scrub all comment end markers from comments
smcgivern opened this pull request over 1 year ago
smcgivern opened this pull request over 1 year ago
fix: add mssql disableAsciiToUnicodeParamConversion option and tests
nadiamk opened this pull request over 1 year ago
nadiamk opened this pull request over 1 year ago
leftJoin selecting all fields on joined table instead of only the fields specified in addSelect()
JeremyBernier opened this issue over 1 year ago
JeremyBernier opened this issue over 1 year ago
A bug for insert json[] or jsonb[] of postgresql
yangyingbiao opened this pull request over 1 year ago
yangyingbiao opened this pull request over 1 year ago
Bug introduced for UpdateQueryBuilder in 0.3.14
oceanofmaya opened this issue over 1 year ago
oceanofmaya opened this issue over 1 year ago
fix: A bug fix for QueryDeepPartialEntity type definition to allow pr…
ghost opened this pull request over 1 year ago
ghost opened this pull request over 1 year ago
Problem with QueryDeepPartialEntity type after commit a1960e11
ghost opened this issue over 1 year ago
ghost opened this issue over 1 year ago
feat: add support for temporal (system-versioned) table
kusigit opened this pull request over 1 year ago
kusigit opened this pull request over 1 year ago
fix: correctly keep query.data from ormOption for commit / rollback subscribers
nicolasroger17 opened this pull request over 1 year ago
nicolasroger17 opened this pull request over 1 year ago
queryRunner.data when provided by ormOptions is not provided to *TransactionCommit subscribers
nicolasroger17 opened this issue over 1 year ago
nicolasroger17 opened this issue over 1 year ago
feat: prefer using mariadb connector for MariaDB server
rusher opened this pull request over 1 year ago
rusher opened this pull request over 1 year ago
Update README.md
Lidhya opened this pull request over 1 year ago
Lidhya opened this pull request over 1 year ago
Upgrade ts-node version to latest(10.9.1) version
youngkiu opened this pull request over 1 year ago
youngkiu opened this pull request over 1 year ago
fix: resolve issues sqlite can use timestamp type column
bejewelkyoungminkim opened this pull request over 1 year ago
bejewelkyoungminkim opened this pull request over 1 year ago
timestamp type column doesn't work when using sqlite
bejewel-kyoungmin opened this issue over 1 year ago
bejewel-kyoungmin opened this issue over 1 year ago
UpdateDateColumn and CreateDateColumn should include milliseconds in the timestamp and must not just zero it out
silkentrance opened this issue over 1 year ago
silkentrance opened this issue over 1 year ago
feat: Add vector as column type to postgres
strongpauly opened this pull request over 1 year ago
strongpauly opened this pull request over 1 year ago
fix: should automatically cache if alwaysEnable
andreamouraud opened this pull request over 1 year ago
andreamouraud opened this pull request over 1 year ago
Fetching related entities causes foreign key updates to be ignored
cfeenstra67 opened this issue over 1 year ago
cfeenstra67 opened this issue over 1 year ago
Issue with a ordering by @VirtualColumn
celeron015 opened this issue over 1 year ago
celeron015 opened this issue over 1 year ago
Support Postgres jsonb_array_elements inside .addFrom()
jaequery opened this issue over 1 year ago
jaequery opened this issue over 1 year ago
fix: improve helper for cli for commands missing positionals
nicolasroger17 opened this pull request over 1 year ago
nicolasroger17 opened this pull request over 1 year ago
MongoDB aggregate typing
jharmelink opened this pull request over 1 year ago
jharmelink opened this pull request over 1 year ago
MssqlParameter of type varchar is being treated like nvarchar
mattnohelty-mastery opened this issue over 1 year ago
mattnohelty-mastery opened this issue over 1 year ago
EntitySchema missing field to create materialized views
nicozorza opened this issue over 1 year ago
nicozorza opened this issue over 1 year ago
documentation issue
SalmanGits opened this issue over 1 year ago
SalmanGits opened this issue over 1 year ago
Imperative transaction management API
gregbrowndev opened this issue over 1 year ago
gregbrowndev opened this issue over 1 year ago
"DataTypeNotSupportedError" while creating a foreign key that references a composite primary key
akhil-ajit opened this issue over 1 year ago
akhil-ajit opened this issue over 1 year ago
Error when set default value for a `varchar` field in migration
lequangkhanh2901 opened this issue over 1 year ago
lequangkhanh2901 opened this issue over 1 year ago
My nestjs application uses typeorm and does not release the connection
PanHywel opened this issue over 1 year ago
PanHywel opened this issue over 1 year ago
Error while updating a OneToMany field which is an entity with composite PK + FK keys
Shard-MW opened this issue over 1 year ago
Shard-MW opened this issue over 1 year ago
fix: prevent using absolute table path in migrations unless required for SAP
sagentac opened this pull request over 1 year ago
sagentac opened this pull request over 1 year ago
Postgres PrimaryGeneratedColumn UUID with custom join (junction) table causes foreign key drop and create in ManyToMany relationship
Number16BusShelter opened this issue over 1 year ago
Number16BusShelter opened this issue over 1 year ago
Multiple relations with same columns
CaioFilus opened this issue over 1 year ago
CaioFilus opened this issue over 1 year ago
Passing GraphQL to Dgraph database
lonnietc opened this issue over 1 year ago
lonnietc opened this issue over 1 year ago
`migration:generate` ignores DataSource's `schema` value
luke-lacroix-healthy opened this issue over 1 year ago
luke-lacroix-healthy opened this issue over 1 year ago
Support better `WHERE` clauses in `@Index` decorators
luke-lacroix-healthy opened this issue over 1 year ago
luke-lacroix-healthy opened this issue over 1 year ago
TImezone causes string instead of Date objects
davidsl4 opened this issue over 1 year ago
davidsl4 opened this issue over 1 year ago
fix: use datetime2 as type of sqlserver query parameter
kth-tw opened this pull request over 1 year ago
kth-tw opened this pull request over 1 year ago
Replace `datetime` with `datetime2` as the default variable type when querying mssql.
kth-tw opened this issue over 1 year ago
kth-tw opened this issue over 1 year ago
Multiple ILikeAnyArray will override params in resulting SQL query
robkuz opened this issue over 1 year ago
robkuz opened this issue over 1 year ago
Its not allow me to build the application and given me TS1005 error
amperera opened this issue over 1 year ago
amperera opened this issue over 1 year ago
Table relation does not work for non-primitive IDs
ktalebian opened this issue over 1 year ago
ktalebian opened this issue over 1 year ago
Slack link is broken
ktalebian opened this issue over 1 year ago
ktalebian opened this issue over 1 year ago
Sequences are not compared properly and incorrect migration files are generated
tomohirohiratsuka opened this issue over 1 year ago
tomohirohiratsuka opened this issue over 1 year ago
Many-To-Many relationship would cause circular dependency
ktalebian opened this issue over 1 year ago
ktalebian opened this issue over 1 year ago
feat: add tagged template for executing raw SQL queries
Newbie012 opened this pull request over 1 year ago
Newbie012 opened this pull request over 1 year ago
migration generate with TypeORM
1mehdifaraji opened this issue over 1 year ago
1mehdifaraji opened this issue over 1 year ago
Synchronize issue with UUID (MySQL) #3374
peter-rybar opened this issue over 1 year ago
peter-rybar opened this issue over 1 year ago
leftJoinAndMapOne parameters on loop overlap eachother
tokidoki11 opened this issue over 1 year ago
tokidoki11 opened this issue over 1 year ago
Unable to read blob column in capacitor android with typeorm and @capacitor-community/sqlite plugin
veeru-d opened this issue over 1 year ago
veeru-d opened this issue over 1 year ago
Node Js connection.runMigrations is failing during an error generating the table for migrations. Case when dbname contains dots.
sheshikamber opened this issue over 1 year ago
sheshikamber opened this issue over 1 year ago
Trying to run jest test with Next.js and TypeORM
SleeveShirtholes opened this issue over 1 year ago
SleeveShirtholes opened this issue over 1 year ago
fix: repair pipeline for downloading required packages for Oracle
felix-gohla opened this pull request over 1 year ago
felix-gohla opened this pull request over 1 year ago
CI fails for all branches / PRs: Fails installing libaio for Node 14
felix-gohla opened this issue over 1 year ago
felix-gohla opened this issue over 1 year ago
Remove database name from migrations for SapQueryRunner
philipphaeusle opened this issue over 1 year ago
philipphaeusle opened this issue over 1 year ago
consider moving to npm style Semantic Versioning
ntedgi opened this issue over 1 year ago
ntedgi opened this issue over 1 year ago
Typeorm Scopes Support. This is possible.
davmik2601 opened this issue over 1 year ago
davmik2601 opened this issue over 1 year ago
DriverPackageNotInstalledError: SQLite package has not been found installed (NPM Workspaces)
frbuceta opened this issue over 1 year ago
frbuceta opened this issue over 1 year ago
Update peerDependencies for oracledb to allow install the latest version
hanc2006 opened this issue over 1 year ago
hanc2006 opened this issue over 1 year ago
docs: update usage of query runner with query builder
mkrrishk opened this pull request over 1 year ago
mkrrishk opened this pull request over 1 year ago
findAndCount fetches weird number of results.
N-Andronopoulos opened this issue over 1 year ago
N-Andronopoulos opened this issue over 1 year ago
Issue with schema creation in 0.3.16
N-Andronopoulos opened this issue over 1 year ago
N-Andronopoulos opened this issue over 1 year ago
feat: implement or operator
deepkhurana1999 opened this pull request over 1 year ago
deepkhurana1999 opened this pull request over 1 year ago
fix: add missing await
pro100kryto opened this pull request over 1 year ago
pro100kryto opened this pull request over 1 year ago
feat: find APIs more accurate return types
Yuuki-Sakura opened this pull request over 1 year ago
Yuuki-Sakura opened this pull request over 1 year ago
Support looking up soft-deleted relations
jcapogna opened this issue over 1 year ago
jcapogna opened this issue over 1 year ago
Add async to prevent long-term CPU occupation
ruicc opened this pull request over 1 year ago
ruicc opened this pull request over 1 year ago
Add datasource.isSynched() function to check if database is in synch
sbahman opened this issue over 1 year ago
sbahman opened this issue over 1 year ago
@Entity() decorator issue
ex1d3 opened this issue over 1 year ago
ex1d3 opened this issue over 1 year ago
@Column in Mongo is ignored
riflowth opened this issue over 1 year ago
riflowth opened this issue over 1 year ago