Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI presentation of temporary tables (feature request) #3487

Open
phidrho opened this issue Feb 1, 2019 · 0 comments
Open

GUI presentation of temporary tables (feature request) #3487

phidrho opened this issue Feb 1, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@phidrho
Copy link

phidrho commented Feb 1, 2019

Details

SQLITE offers option to create temporary tables with command
CREATE TEMP TABLE ... or CREATE TEMPORARY TABLE (https://www.sqlite.org/lang_createtable.html)

If such table is created, there is no GUI element that shows it's presence, it would be nice to have tree view to show them eg.
sqlitestudio

Here is a tutorial with command line option to show all tables, including temporary ones: http://www.sqlitetutorial.net/sqlite-tutorial/sqlite-show-tables/

Steps to reproduce

Create table with temp option.

Operating system

Win 10 64

SQLiteStudio version

3.2.1

@pawelsalawa pawelsalawa added the enhancement New feature or request label Feb 1, 2019
@pawelsalawa pawelsalawa added this to the 3.5.0 milestone Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants