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

            Bug ID: 95540
           Summary: linked subform with "analyze SQL: no" -> error
                    "parameter index out of range"
           Product: LibreOffice
           Version: 5.0.2.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

When opening a base form document which has linked forms, where the subform has
property "analyze SQL" set to "no", we get an error message "parameter index
out of range".

With PostgreSQL driver. Lionel Mamane thinks it is probably so with all
drivers, and that the problem is in the code that creates a request to reload
"just one line"; when "analyze SQL" is set to "no", it does not know how to
create the correct WHERE clause, but we could try something like:


SELECT * FROM (___here__blackbox__sql__that__is__not__parsed___) AS
"__some_unique_name__" WHERE (...)

-- 
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