Open Closed

ABP Suite Load Entity from Database does not support schema names #2327


User avatar
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.

2 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    you didn't mention your database ? (oracle/MS-SQL/PostgreSQL ....) tested against Oracle

  • User Avatar
    0
    alper created
    Support Team Director

    tested against MS-SQL Server with schema but couldn't reproduce the issue

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11