Scaffolding against Azure Data Explorer with SQL Server emulation doesn't work #34833
Labels
area-scaffolding
area-sqlserver
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
community-contribution
customer-reported
preview-1
type-enhancement
Milestone
using connection string of kusto like mention here
trying to scaffold via dotnet ef dbcontext scaffold
got this error
looks like OBJECT_SCHEMA_NAME method is not supported in kusto integration
https://learn.microsoft.com/en-us/azure/data-explorer/sql-server-emulation-overview
and i see the fix can be by modifying SupportsSequences() by detecting kusto
fix: /~https://github.com/dotnet/efcore/pull/34832/files
The text was updated successfully, but these errors were encountered: