Bug 115279 - Table created with SELECT INTO statement is not visible at table overview
Summary: Table created with SELECT INTO statement is not visible at table overview
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
5.4.4.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-28 13:21 UTC by Rob Westein
Modified: 2018-02-03 15:30 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rob Westein 2018-01-28 13:21:16 UTC
Description:
Table created with SELECT INTO statement is not visible at table overview. 
After the SELECT ... INTO command the created table can be queried with SELECT command. 
Refresh the screen does not work. You have to safe the .ODB file and close the file and reopen the .ODB file again to see that the table in the table overview screen.

Steps to Reproduce:
1. Run the SELECT... INTO... via Extra > SQL... (Execute SQL Statement)
2. Run SELECT * FROM [newtable]
3. Look at the Table overview
4. Use F5 to refresh screen
5. Safe & exit .ODB
6. Open .ODB file (new table is visible)

Actual Results:  
Table does not show up in table list.

Expected Results:
Table does not show up in table list.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
The table should be visible after creation


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0
Comment 1 Robert Großkopf 2018-01-28 19:44:49 UTC
If you create a new table or do something else in Tools > SQL, which will changes the content of the database, please got to
View > Refresh Tables

This is the only way to get the new information from the database. If it works please set this bug to Resolved and Worksforme.
Comment 2 Alex Thurgood 2018-01-29 07:52:13 UTC
In the meanwhile, setting to NEEDINFO, pending user feedback
Comment 3 Rob Westein 2018-02-03 15:30:47 UTC
If you create a new table or do something else in Tools > SQL, which will changes the content of the database, please got to
View > Refresh Tables