https://bz.apache.org/ooo/show_bug.cgi?id=126221
Issue ID: 126221
Issue Type: DEFECT
Summary: AOO Base crashes when deleting a line in the SQL
editor
Product: Base
Version: 4.1.1
Hardware: All
OS: Windows 8
Status: UNCONFIRMED
Severity: critical
Priority: P5
Component: code
Assignee: [email protected]
Reporter: [email protected]
Context: AOO Base 4.1.1 under Win8.1 and JRE 1.8.0_31. No other AOO (calc,...)
document open.
Problem encountered several times with real base leading to a data loss. But
can be reproduced with a simple test: (1) open AOO Base to create a new local
base, (2) open the SQL window with menu tools/SQL, (3) paste from MS Notepad
the following SQL query:
CREATE TABLE "sa" (
"id_ac" INTEGER,
"maj_in" INTEGER,
"maj_ac" date,
PRIMARY KEY ("id_ac")
);
(4) Then delete the whole line 'PRIMARY KEY' with backspaces from the end of
line. AOO crashes while deleting the last character and then the LF/CR.
--
You are receiving this mail because:
You are the assignee for the issue.