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

            Bug ID: 98435
           Summary: dBase accepts invalid column name in select list
           Product: LibreOffice
           Version: 5.2.0.0.alpha0+ Master
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: lo_b...@iseries-guru.com

STR
---

(1) Run LibreOffice naming the bibliography database on the command
    line.  In the daily Linux dbguilt repository version 2016-02-26,
    my command is (one line) ...
        opt/program/soffice --norestore --nologo
                            opt/presets/database/biblio.odb
    Program presents window "biblio.odb - LibreOfficeDev Base 5.2 ...".

(2) Click <Queries> <Create Query in SQL View...>.  Program presents
    window "biblio.odb : Query1 - LibreOfficeDev Base: Query Design
    5.2 ...".

(3) Type SQL statement ...
        select asdf from biblio
    and type "<F5>".
    Expected : error message because there is no such column as "asdf".
    Observed : Data pane shows empty column headed "asdf".

For comparison, an embedded Firebird database does correctly reject a
comparable query.

Note that the problem is not visible in daily Linux dbgutil bibisect
versions 2016-02-27 through 2016-03-02 because of tdf#98361 "Selection
via keyboard exits Base".

The problem is already present in 43max bibisect repository, version
oldest.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to