-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Pull requests: typeorm/typeorm
Author
Label
Milestones
Reviews
Assignee
Sort
Pull requests list
fix: use alter column type instead of drop and add when only column length changes
linked-issue
PR references an issue
possible-duplicate
PR may duplicate an existing open PR
#12783
opened Aug 15, 2026 by
pyfile-toolkit
Loading…
2 tasks done
feat(migrations): store executedAt and checksum metadata
linked-issue
PR references an issue
#12782
opened Aug 14, 2026 by
afehid
Loading…
1 of 2 tasks
fix: compare entity ids of mixed string/number type as equal
linked-issue
PR references an issue
#12780
opened Aug 12, 2026 by
Arul1998
Loading…
3 of 4 tasks
docs: add rapiq to the extensions list in the README
linked-issue
PR references an issue
#12779
opened Aug 11, 2026 by
tada5hi
Contributor
Loading…
4 tasks done
fix(query-builder): skip eager relation query when the main query already joins it
#12777
opened Aug 11, 2026 by
michaelbromley
Member
Loading…
fix: return undefined from deepValue when path is missing
#12776
opened Aug 11, 2026 by
michaelbromley
Member
Loading…
Fix #3357: Migration generation drops and creates columns instead of altering resulting in data loss
Compliance violation
linked-issue
PR references an issue
possible-duplicate
PR may duplicate an existing open PR
#12773
opened Aug 11, 2026 by
nwinkelman2
Loading…
fix: throw on primitive value for relation in find where conditions
linked-issue
PR references an issue
possible-duplicate
PR may duplicate an existing open PR
#12771
opened Aug 9, 2026 by
zangetsu787
Loading…
fix: correct length change handling to avoid data loss (#3357)
linked-issue
PR references an issue
possible-duplicate
PR may duplicate an existing open PR
#12770
opened Aug 8, 2026 by
Gauravtiwari31
Loading…
3 of 4 tasks
fix(react-native): wait for AfterQuery subscribers before settling
Compliance violation
linked-issue
PR references an issue
#12767
opened Aug 8, 2026 by
kyungseopk1m
Contributor
Loading…
fix(expo): prepare the statement inside the try block
needs-triage
PR needs issue link triage
#12766
opened Aug 8, 2026 by
kyungseopk1m
Contributor
Loading…
fix(mssql): place table lock hint inside nested join parentheses
linked-issue
PR references an issue
#12765
opened Aug 7, 2026 by
lazerg
Loading…
3 of 4 tasks
fix(query-builder): return an empty result set for take(0)
linked-issue
PR references an issue
possible-duplicate
PR may duplicate an existing open PR
#12763
opened Aug 7, 2026 by
Develop-KIM
Loading…
3 of 4 tasks
fix(schema-builder): drop dependent indices and constraints for removed columns.
Compliance violation
needs-triage
PR needs issue link triage
#12762
opened Aug 6, 2026 by
Delorne007
Loading…
fix(postgres): use ALTER COLUMN TYPE instead of DROP/ADD for type and length changes
Compliance violation
linked-issue
PR references an issue
possible-duplicate
PR may duplicate an existing open PR
#12761
opened Aug 6, 2026 by
parastejpal987-cmyk
Loading…
chore(deps): bump the github-actions-third-party group across 1 directory with 3 updates
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
#12760
opened Aug 6, 2026 by
dependabot
Bot
Loading…
fix(sqljs): measure query execution time after the statement runs
Compliance violation
linked-issue
PR references an issue
#12759
opened Aug 6, 2026 by
kyungseopk1m
Contributor
Loading…
refactor(driver): replace Date.now() with performance.now() in query
linked-issue
PR references an issue
possible-duplicate
PR may duplicate an existing open PR
#12756
opened Aug 5, 2026 by
antoni306
Loading…
2 of 4 tasks
fix: use ALTER COLUMN instead of drop/create for type and length changes
Compliance violation
linked-issue
PR references an issue
possible-duplicate
PR may duplicate an existing open PR
#12754
opened Aug 4, 2026 by
parastejpal987-cmyk
Loading…
fix(better-sqlite3): await query event subscribers and report failed queries
linked-issue
PR references an issue
#12752
opened Aug 4, 2026 by
kyungseopk1m
Contributor
Loading…
3 of 4 tasks
perf: use performance.now() for query execution timing
linked-issue
PR references an issue
#12750
opened Aug 2, 2026 by
pri12ya871
Loading…
2 of 4 tasks
fix(postgres): read coord_dimension when loading spatial columns
linked-issue
PR references an issue
#12749
opened Aug 2, 2026 by
samuelmbabhazi
Loading…
4 tasks done
perf(postgres): group catalog rows once in loadTables()
linked-issue
PR references an issue
#12746
opened Jul 31, 2026 by
irontaek
Loading…
2 tasks
feat(mysql): use ALTER MODIFY instead of drop/add for safe column changes
needs-triage
PR needs issue link triage
#12744
opened Jul 29, 2026 by
parastejpal987-cmyk
Loading…
fix(cli): include the database driver in projects generated by init
needs-triage
PR needs issue link triage
#12743
opened Jul 29, 2026 by
tada5hi
Contributor
Loading…
2 of 4 tasks
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.