[Libreoffice-bugs] [Bug 134049] New: EDITING In the base query designer I would like to be able to request it to parse down the criterion of a column
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jun 16 21:14:36 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=134049
Bug ID: 134049
Summary: EDITING In the base query designer I would like to be
able to request it to parse down the criterion of a
column
Product: LibreOffice
Version: 6.0.7.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: Base
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: tj_trevor.jones at yahoo.co.uk
Description:
I would like to be able to generate a query like the following :-
SELECT * FROM "Table1"
WHERE ( "FieldA" = :AskA OR "FieldA" IS NULL) AND
("FieldB" = :AskB OR "FieldB" IS NULL )
This could be by the use of brackets (as in the SQL)or some marker in the
column
Steps to Reproduce:
1.Click on Query
2.Click on Query in Design View
3.Enter as per attached screen shot
4.Click on switch design view on/off
Actual Results:
It's an enhancement request.
Expected Results:
SELECT * FROM "Table1"
WHERE ( "FieldA" = :AskA OR "FieldA" IS NULL) AND
("FieldB" = :AskB OR "FieldB" IS NULL )
Reproducible: Always
User Profile Reset: No
Additional Info:
After encountering the end bracket continue parsing at the row of the open
bracket and the column to the right of it.
--
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/20200616/5f80ccd7/attachment.htm>
More information about the Libreoffice-bugs
mailing list