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 queriesSELECT TOP 10 CURRENT_USER, * FROM {User}
SELECT TOP 10 CURRENT_USER, * FROM OSSYS_User