Not able to group queries by name in 'SQL Recall' under 'Saved' tab
Steps to replicate the issue:
1. Open a new tab in the Editor window
2. Create a new query, for example "SELECT SYSDATE FROM DUAL;" from the Editor window, then
2.1 Go to Toad main menu 'Editor' | Click on "Add to Saved SQLs" and save this query as "Time".
3. Enter a new query "SELECT * FROM CAT;" and save it (Step 2.1) as "Catalog".
4. Enter a new query "SELECT 1 FROM DUAL; " and save it (Step 2.1) as "One"
5. In 'SQL Recall' Window (F8) in the 'Saved' tab, go to 'Group by': Choose 'Name' from the drop down box and it should show three items, according to the alphabet :
"Catalog" (first query)
"One" (second query)
"Time" (third query)
But instead, it shows a list in a different order. See image below