https://bugs.documentfoundation.org/show_bug.cgi?id=167816
Bug ID: 167816
Summary: Base open a View with the View.Command property if
available
Product: LibreOffice
Version: 3.3.0 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Base
Assignee: [email protected]
Reporter: [email protected]
Description:
If you are in LibreOffice Base and try to open a view called PUBLIC.View1 then
LibreOffice Base executes the following SQL query:
SELECT * FROM "PUBLIC"."View1" WHERE ( 0 = 1 )
But if the underlying driver supports the css.sdbcx.View service and this
service has the Command property set, then it would be possible for LibreOffice
Base to execute the view's command rather than the previous query.
This would amount to making views work the same way Queries currently work in
LibreOffice Base.
This is an enhancement request.
Steps to Reproduce:
1. Go to Base.
2. Open a View in Table panel named for example PUBLIC.View1
3. If you have a good database driver you will see that Base executes the
following command: SELECT * FROM "PUBLIC"."View1" WHERE ( 0 = 1 )
Actual Results:
Base don't use the Command property of the View service if available.
Expected Results:
Base use the Command property of the View service if available.
Reproducible: Always
User Profile Reset: Yes
Additional Info:
This is an enhancement request.
--
You are receiving this mail because:
You are the assignee for the bug.