-
-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MikroORM v3 #80
MikroORM v3 #80
Conversation
Pull Request Test Coverage Report for Build 684
💛 - Coveralls |
9584059
to
a08722b
Compare
This pull request introduces 1 alert when merging a08722b into 972c6e4 - view on LGTM.com new alerts:
|
8df2917
to
9b7cbb2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 5466 lines exceeds the maximum allowed for the inline comments feature.
This pull request introduces 4 alerts when merging 0b49a8e into 1f590c4 - view on LGTM.com new alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 5466 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 5461 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 6550 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 6557 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 6567 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 7301 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 8008 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 7876 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 7980 lines exceeds the maximum allowed for the inline comments feature.
This pull request introduces 2 alerts when merging 3157572 into 074a145 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging babcc52 into 074a145 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging 357ff4b into 074a145 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging ad4cd16 into 074a145 - view on LGTM.com new alerts:
|
- `schema:create` now automatically tries to create the database if it not exists - `schema:drop` now has additional flag `--drop-db` that allows to drop the whole database instead of just dropping its tables
This pull request introduces 2 alerts when merging 6e58332 into 074a145 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging aea3614 into 074a145 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging 908aba2 into ad9103e - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging d740eb3 into ad9103e - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging 04b0fd2 into ad9103e - view on LGTM.com new alerts:
|
TS will be still part of runtime dependencies because of ts-morph, this is more of a change to remove some confusion as ts-morph is what we depend on.
This pull request introduces 2 alerts when merging 8232a98 into ad9103e - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging d088efd into ad9103e - view on LGTM.com new alerts:
|
Time has come, merged and released Will keep it in RC till new website (docusaurus rewrite) and announcement article are ready. Hopefully stable release will be out early december. |
Progress
autoFlush
default value tofalse
Disable auto flushing by default #63fk
parameter fix(mapping): remove deprecatedfk
option from 1:m and m:1 decorators #87MetadataStorage.getClassName()
toNamingStrategy
MoveMetadataStorage.getClassName()
toNamingStrategy
#15Reference<T>
wrapper to allow better type checking of m:1 and 1:1 references AddReference<T>
wrapper to allow better type checking of m:1 and 1:1 references #107, feat(core): addReference<T>
wrapper to allow improved type safety #117findOneOrFail
method to entity manager and repository Implement em::findOneOrFail #133, feat(core): add findOneOrFail method to entity manager and repository #142populate: true
[feature] Populate all #160findAndCount()
to EM and repository interface Implement em::findAndCount and repository::findAndCount method #123entity
attribute in collection decorators feat(core): do not require entity attribute in collection decorators #207@Enum()
Schema generator creates json column type for int enums #215, feat(core): add support for enums via@Enum()
decorator #232ReflectMetadataProvider
feat(metadata): addReflectMetadataProvider
, rename thets-morph
one #240@Index()
feat: allow adding Indexes for columns #226Documentation
getClassName()
)Reference<T>
wrapperautoFlush
, knex,fk
option, ...docs for v3 can be found here: https://mikro-orm.github.io/docs/v3/
upgrading guide: