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

          Priority: low
            Bug ID: 72804
          Assignee: [email protected]
           Summary: Embedded Firebird file firebird.msg missing
          Severity: normal
    Classification: Unclassified
                OS: Windows (All)
          Reporter: [email protected]
          Hardware: x86 (IA32)
            Status: UNCONFIRMED
           Version: 4.2.0.0.beta2
         Component: Database
           Product: LibreOffice

Created attachment 90894
  --> https://bugs.freedesktop.org/attachment.cgi?id=90894&action=edit
empty database

Embedded Firebird doesn't find a firebird.msg file when an error message must
be displayed. For example (execute  same create command 2 times) :

"firebird_sdbc error:
*unsuccessful metadata update
*can't format message 8:254 -- message file C:\Program Files\LibreOfficeDev
4\firebird.msg not found
caused by
'CREATE GENERATOR gen_t1_id'
"

To reproduce an empty database is just necessary (in attachment) and :
Open, then Tools > SQL
- step 1 :
create table t1
(
id integer not null,
field1 varchar(20) not null
)

- step 2 : same SQL command
create table t1
(
id integer not null,
field1 varchar(20) not null
)

Result : 
 firebird_sdbc error:
*unsuccessful metadata update
*can't format message 8:132 -- message file C:\Program Files\LibreOfficeDev
4\firebird.msg not found
caused by
'create table t1
(
id integer not null,
field1 varchar(20) not null
)'

Bernard Ribot

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

Reply via email to