-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Comparing changes
Open a pull request
base repository: typeorm/typeorm
base: 0.3.14
head repository: typeorm/typeorm
compare: 0.3.15
- 12 commits
- 109 files changed
- 14 contributors
Commits on Apr 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 115059d - Browse repository at this point
Copy the full SHA 115059dView commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4240258 - Browse repository at this point
Copy the full SHA 4240258View commit details -
test: cli init with local typeorm package (#9926)
* test: cli init with local typeorm package Uses the locally built files instead of the typeorm package published to npmjs. This enables testing project initialisation with unreleased typeorm package versions. * fix: enable init cli to be testable w non-releases
Configuration menu - View commit details
-
Copy full SHA for 3a72e35 - Browse repository at this point
Copy the full SHA 3a72e35View commit details
Commits on Apr 15, 2023
-
feat: support for the latest mongodb v5 (#9925)
* fix: add support for mongodb driver v5 This new fix allow support to mongodb driver v5 Closes: #7907 * refactor: remove callback from MongoDriver connect * fix: check for propertyName in transform * fix: add support for mongodb driver v5 This new fix allow support to mongodb driver v5 Closes: #7907 * feat: mongodb 5.2.0 typings * fix: instanceof ObjectId check Instanceof check now no longer references to just the type but the loaded class ref instead. * test: fix test name to mongodb v5 --------- Co-authored-by: Matheus Melo Antiquera <[email protected]> Co-authored-by: tgrassl <[email protected]> Co-authored-by: Matheus Melo Antiquera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6a3ce7 - Browse repository at this point
Copy the full SHA f6a3ce7View commit details -
fix: SelectQueryBuilder builds incorrectly escaped alias in Oracle wh…
…en used on entity with composite key (#9668) * Update SelectQueryBuilder.ts Bug fix, In case a unique alias is created in first query then result was not getting mapped properly. * lint fix --------- Co-authored-by: Dmitry Zotov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83c6c0e - Browse repository at this point
Copy the full SHA 83c6c0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80ae904 - Browse repository at this point
Copy the full SHA 80ae904View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee6232 - Browse repository at this point
Copy the full SHA 7ee6232View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06291cf - Browse repository at this point
Copy the full SHA 06291cfView commit details -
fix: make cache optional fields optional (#9942)
This patch allows the getFromCache caller to only pass in identifier or query field, as getFromCache already handles the identifier and query field checks Co-authored-by: ru.c <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 159c60a - Browse repository at this point
Copy the full SHA 159c60aView commit details -
fix: prevent unique index identical to primary key (all sql dialects) (…
…#9940) Co-authored-by: Lucian Mocanu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51eecc2 - Browse repository at this point
Copy the full SHA 51eecc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c5662 - Browse repository at this point
Copy the full SHA f1c5662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5890561 - Browse repository at this point
Copy the full SHA 5890561View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.3.14...0.3.15