We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Here is a tutorial with command line option to show all tables, including temporary ones: http://www.sqlitetutorial.net/sqlite-tutorial/sqlite-show-tables/
Create table with temp option.
Win 10 64
3.2.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
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
The text was updated successfully, but these errors were encountered: