Naming the result tabs

bpeikes's profile image bpeikes posted 5 months ago in Feature discussion Permalink

Would be great if there was a comment convention, so that Heidi SQL could name the result tabs, particularly when you have multiple queries in a script. For example:

-- Result: Users-Ten
SELECT u.*
FROM Users u
LIMIT 10;
-- Result: Users-Bob
SELECT *
FROM Users u
WHERE u.first_name LIKE '%Bob%'
LIMIT 10;

That way you don't end up with two result tabs called "Users"
ansgar's profile image ansgar posted 5 months ago Permalink

Yes this makes the tabs indeed ambiguous. Note that at least the mouse hint tells you the SQL for the result:

Description

ansgar's profile image ansgar posted 3 weeks ago Permalink

See this thread - same question. Next build supports such comments:

Description

Please login to leave a reply, or register at first.