21
Views
0
Comments
[SQL Sandbox] Execution plan not working with entities
sql-sandbox
Web icon
Forge asset by Leonardo Fernandes
Application Type
Traditional Web

When I try to get the execution plan, this does not work when using OutSystems entity syntax.

When using the entities syntax, the build-connection is used and not the selected connection in the options. When native tables are used, the correct connection is chosen and the execution plan is displayed.


See example queries

SELECT TOP 10 CURRENT_USER, * FROM {User}

SELECT TOP 10 CURRENT_USER, * FROM OSSYS_User


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.