Mendixs SQL queries

0
I have had a brief look into the Mendix documentation to try and find how Mendix actually queries a database. If I had a microflow that is creating a report by retrieving data, sorting and putting this data into non-persistable objects onto a datagrid, what queries were exactly made to do this?  In the above scenario, I gather that it was probably a select statement under certain conditions and filters, but is there an easy way to pull the query itself out of Mendix?
asked
1 answers
6

Hi Harry,

You could change some loglevels to ‘Trace’ to get more info on what Mendix does: for instance the ‘QueryParser’ loglevel to see how an xpath is converted to a SELECT query

answered