You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose to make OrmSchemaProvider part of the public api. The reason is that when I am trying to decorate SchemaProvider, I have to pass new OrmSchemaProvider(...) somehow. And currently I do that against the rules. Also the class is final, so it should be pretty safe for the library.
Q
A
New Feature
yes
RFC
yes
BC Break
no
Summary
The text was updated successfully, but these errors were encountered:
Feature Request
I propose to make OrmSchemaProvider part of the public api. The reason is that when I am trying to decorate SchemaProvider, I have to pass
new OrmSchemaProvider(...)
somehow. And currently I do that against the rules. Also the class is final, so it should be pretty safe for the library.Summary
The text was updated successfully, but these errors were encountered: