dynamic-sql-query-screen-2-0
Web icon

Dynamic Sql Query Screen 2.0

Stable version 2.0.1 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 27 Jan
 by 
5.0
 (2 ratings)
dynamic-sql-query-screen-2-0

Dynamic Sql Query Screen 2.0

Documentation
2.0.1

  1. Filter by eSpace and Entity with physical table:

    • Allows filtering entities and their associated tables by eSpace.
  2. SQL command autocomplete:

    • Automatic suggestions while typing SQL commands.
  3. Autocomplete for OutSystems physical tables:

    • After selecting an eSpace, related tables are automatically suggested.
  4. Read-Only mode with mandatory WITH(NOLOCK):

    • Only queries are allowed, ensuring data integrity with the enforced use of WITH(NOLOCK).
  5. Access mode indicator:

    • Visual indication of the access level (Read-Only).
  6. Modern SQL editor with advanced features:

    • Built using the CodeMirror library.
  7. Result table with fixed headers:

    • The header remains visible while navigating horizontally or vertically.
  8. Screen splitter:

    • Allows resizing the editor and result areas dynamically.
  9. Execution time counter:

    • Displays the elapsed time for query execution.
  10. Number of returned rows:

    • Visual display of the total rows returned by the query.
  11. Log of executed queries:

    • Records all queries performed by the user.
  12. Reuse of previous logs:

    • Feature to search and reuse previously executed queries.

2.0.0


  1. Filter by eSpace and Entity with physical table:

    • Allows filtering entities and their associated tables by eSpace.
  2. SQL command autocomplete:

    • Automatic suggestions while typing SQL commands.
  3. Autocomplete for OutSystems physical tables:

    • After selecting an eSpace, related tables are automatically suggested.
  4. Read-Only mode with mandatory WITH(NOLOCK):

    • Only queries are allowed, ensuring data integrity with the enforced use of WITH(NOLOCK).
  5. Access mode indicator:

    • Visual indication of the access level (Read-Only).
  6. Modern SQL editor with advanced features:

    • Built using the CodeMirror library.
  7. Result table with fixed headers:

    • The header remains visible while navigating horizontally or vertically.
  8. Screen splitter:

    • Allows resizing the editor and result areas dynamically.
  9. Execution time counter:

    • Displays the elapsed time for query execution.
  10. Number of returned rows:

    • Visual display of the total rows returned by the query.
  11. Log of executed queries:

    • Records all queries performed by the user.
  12. Reuse of previous logs:

    • Feature to search and reuse previously executed queries.