0
kbowma created
When using ABP Suite Load Entity from Database, it seems that it does not support schema names as part of the table name. Would you confirm that schemas are not supported and indicate if/when they will be supported? Our database is defined with [schema name].[table name].
If you're creating a bug/problem report, please include followings:
- ABP Framework version: v5.0.0
- UI type: Blazor
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes (microservice)
- Exception message and stack trace: Cannot retrieve tables! Cannot convert table to entity! Object not set to instance of an object
- Steps to reproduce the issue:" Add connection string, click check connection. (all okay) then click connect. You receive the error dialog.