[Libreoffice-bugs] [Bug 143400] New: Query with MAX could not be created in GUI

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Jul 16 06:47:09 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=143400

            Bug ID: 143400
           Summary: Query with MAX could not be created in GUI
           Product: LibreOffice
           Version: 7.2.0.1 rc
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: robert at familiegrosskopf.de

Take the following attachment:
https://bugs.documentfoundation.org/attachment.cgi?id=173603

Go to Queries → Create Query in Design view.
Choose "Table1".
Choose field "Date" from table.
Run query - works.
Choose function "Maximum".
Run Query.
Query fails (and most of the editor disappears here).
The created code is completely nonsense: Column not found: Maximu in statement
[SELECT MAX( "Maximu" ) FROM "Table1"]
It has to be
SELECT MAX("Date") FROM "Table1"

This bug first appears in LO 7.2.0.1, has never appeared in any version 7.1 or
before.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210716/c050f70f/attachment.htm>


More information about the Libreoffice-bugs mailing list