To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100012
                 Issue #|100012
                 Summary|TOOLS/SQL crash OOo when insert (")or(') as first lett
                        |er in row 
               Component|Database access
                 Version|OOO310m4
                Platform|PC
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|none
             Assigned to|dbaneedsconfirm
             Reported by|ud





------- Additional comments from [email protected] Sat Mar  7 21:22:27 +0000 
2009 -------
Tested with OOODEV310_m4 on Windows XP and HSQLDB

If i change the SQL Statement and set (") or (') as the first letter
in a row Openoffice OOODEV310_m4 crashes almost every time.

-open a new database
-open Tools/SQL
-copy the following SQL statemnet in the "Command to execute Box"
 like it is

CREATE TABLE kunden
(
id INTEGER NOT NULL PRIMARY KEY,
name VARCHAR(50),
vorname VARCHAR(50)
);

-change id in "id when you set the courser in front of id
 and insert "id"
=> In 99% the crash manager will come after insert the first (")

-set the courser in front of id and use backwards Key to have a
 statement like this

CREATE TABLE kunden
(id INTEGER NOT NULL PRIMARY KEY,
name VARCHAR(50),
vorname VARCHAR(50)
);
-if you now insert "id" it works so long as i try to do the same
 with name. "name will crash OOo again.

In 3.0.1 it works allways well.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to