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

             Bug #: 47209
           Summary: In SQL mode in Queries, Base crashes when a second
                    SELECT followed by quotes is entered.
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO 3.4.5 release
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Database
        AssignedTo: [email protected]
        ReportedBy: [email protected]


1) Open a database and create a new query in query editor.

2) Click in Activate/Deactivate design view (the button with the yellow ruler)
to change to the SQL editor.

3) Type a simple input like this:

SELECT "tblEmployees"."EmployeeName" FROM "tblEmployees" ORDER BY
"EmployeeName"

4) Run the query. It works fine. Now add this code after that one:

SELECT "

5) Base crashes when you type double quotes after the words SELECT.

I know nothing about SQL, but even though this code may not be correct, it was
not supposed to crash.

Thanks.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- 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