Buzzinoffbond / phpliteadmin

Automatically exported from code.google.com/p/phpliteadmin
0 stars 0 forks source link

After creating a new table using SQL tab, the table is not shown in the table list on the left #238

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use the SQL tab
2. enter a CREATE TABLE statement
3. click "go"

What is the expected output? What do you see instead?
On the left there is the list of tables without the new table.
Instead it would be better if the list already included the table that was just 
created.

The same problem for DROP TABLE or ALTER TABLE RENAME TO

Problem is currently that the list of tables is echoed before the sql statement 
has been performed. This is the case because it might produce a result set that 
needs to be displayed (if it's a SELECT for example). We should perform the SQL 
statement earlier and still output the result set later.

Original issue reported on code.google.com by crazy4ch...@gmail.com on 25 Dec 2013 at 3:52

GoogleCodeExporter commented 9 years ago
Probably, this issue gets fixed automatically when issue #104 is fixed.

Original comment by crazy4ch...@gmail.com on 2 Jan 2014 at 3:20

GoogleCodeExporter commented 9 years ago

Original comment by crazy4ch...@gmail.com on 4 Jan 2014 at 7:23