Feature request: Show TEMP TABLES in the items list
-
Which driver are you using and version of it (Ex: PostgreSQL 10.0): PostresSQL 11.5
-
Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): 288
-
The steps to reproduce this issue:
Can you show TEMP tables I created in the session in the items list to the left?
Thus after executing:
CREATE TEMP TABLE table_name AS (
SELECT
A.column_a, A.column_b, B.*
FROM
A
JOIN B ON A.id = B.id
WHERE
B.revenue_type = 'X'
);
can the table then show up here (possibly with different colour):

Second. For MariaDb for me.
Six hundred sixty sixth. MySQL
Still no action taken?
This would also be a nice improvement, I'm particularly working with SQL Server at the moment. For me it would be better to have this in its own toggle section and keep them separate from main tables.
Hi guys, you can do it within TablePlus now: right click on left sidebar > create group...
Create group doesn't work. Is this something that can be done yet or not?