92
Views
0
Comments
[Factory Configuration] About "Add Query Origin to Generated SQL" parameter
factory-configuration
Web icon
Forge asset by OutSystems
Application Type
Traditional Web
Hi,

about "Add query source to generated SQL" parameter, the ideal would be to include the comment after the "select" clause. Example: select /* espace.serveraction.name */ * from ...

So the DBA would know directly in the database from where the query is being executed.

The current version puts the comment before select. Exemple: /* espace.serveraction.name */ select * from ...

I use Oracle and it would work well.

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