Closed OlzhabaevSh closed 3 months ago
Describe the bug EF doesn't show a table name when call sqlite.
To Reproduce Steps to reproduce the behavior:
Expected behavior The table name should be there...
Additional context An example of queries:
SELECT "c"."Id", "c"."Name", "c"."State" FROM "Categories" AS "c"
Describe the bug EF doesn't show a table name when call sqlite.
To Reproduce Steps to reproduce the behavior:
Expected behavior The table name should be there...
Additional context An example of queries: