Server Transcript
The Server Transcript view displays a list of the most recent queries that Querious has executed for you. This list will contain all of the queries Querious executes except for the ones executed for importing and exporting. The number of queries remembered is controlled by a preference in the General preference panel.
You can filter the list by clicking on any of the items in the scope bar above the list.
- User: Queries you’ve explicitly executed in the Query view
- Fetches: Queries such as SELECT and SHOW which have no effect on data or structure.
- Changes: Queries which can modify data or structure such as INSERT, ALTER, CREATE, DELETE.
- Actions: Queries such as FLUSH, LOCK, and SET.