https://bugs.freedesktop.org/show_bug.cgi?id=72827

          Priority: medium
            Bug ID: 72827
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: UI: FIREBIRD "View Refresh Tables" clears the list
                    after tables created by "Tools Sql"
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: pierre-yves.sa...@laposte.net
          Hardware: Other
            Status: UNCONFIRMED
           Version: 4.2.0.0.beta2
         Component: Database
           Product: LibreOffice

Hello

With an embedded Firebird "View Refresh Tables" clears the list after tables
created by "Tools Sql"

Steps to reproduce:

1. File> New> Database> Firebird embedded
2. Tools > SQL, Type then Execute:

create table t1
(id integer not null,
field1 varchar(20) not null)

Actual & expected results : success (table created)

3. Close the dialog
4. View> Refresh tables

Expected result: display T1
Actual result: empty list

5. Save, Close, Reload the database
6. View> Database Objects> Tables

T1 ok

7. Tools > SQL, Type then Execute:

create table t2
(id integer not null,
field1 varchar(20) not null)

Actual & expected results : success (table created)

8. Close the dialog
9. View> Refresh tables

Expected result: display T1 & T2
Actual result: empty list

Need to save, close, reload to see the tables.

Platform: windows 7/64 & Version: 4.2.0.0.beta2+
Build ID: d663228bd348c844f38914c9e2167ef01fadf3b3
TinderBox: Win-x86@42, Branch:libreoffice-4-2, Time: 2013-12-14_23:15:05

Also reproduced on windows 7/64 with  Version: 4.3.0.0.alpha0+
Build ID: f279acd3678d014d9d5dafe41971e0da4dec7b6c
TinderBox: Win-x86@47-TDF, Branch:master, Time: 2013-12-13_23:25:16

Regards
Pierre-Yves

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to