Bug 169079 - Remove format type SQL from the Data Provider dialog
Summary: Remove format type SQL from the Data Provider dialog
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
26.2.0.0 alpha0+ master
Hardware: All All
: medium normal
Assignee: Julien Nabet
URL:
Whiteboard: target:26.2.0 target:25.8.4
Keywords:
Depends on:
Blocks: Data-Provider
  Show dependency treegraph
 
Reported: 2025-10-26 13:59 UTC by Regina Henschel
Modified: 2025-10-27 10:20 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Regina Henschel 2025-10-26 13:59:17 UTC
Start a new spreadsheet
Define a database range, at least 32 columns x 20 rows. That is in Data > Define Range.
Open the Data Provider dialog. That is in Data > Data Provider.
Select the newly defined database range in drop-down list `Database Range`.
Select entry SQL in drop-down list `Data Format`.
Click on `Browse` button and find the file biblio.odb. It should be in your user folder in folder "database".
Click on `Apply` button. Error: Nothing in the Preview.
You can try it again with entry biblio@Bibliography in field `Identifier`.
Click `OK` button. Error: Nothing is imported.

Open the file
https://opengrok.libreoffice.org/xref/core/sc/qa/unit/dataproviders_test.cxx
See that the test testBaseImport is deactivated.

I guess that the SQL import part of the Data Provider is not finished.

As it does not work yet, remove the item SQL from the field `Data Format`.
Comment 1 Julien Nabet 2025-10-26 21:40:23 UTC
https://gerrit.libreoffice.org/c/core/+/193007
Comment 2 Commit Notification 2025-10-27 09:11:48 UTC
Julien Nabet committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/7f4fbf32e62f4cb20f8448eee405fa9b15cd5587

tdf#169079: Remove format type SQL from the Data Provider dialog

It will be available in 26.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.
Comment 3 Julien Nabet 2025-10-27 09:13:06 UTC
Patch for 25.8 branch waiting for review here:
https://gerrit.libreoffice.org/c/core/+/193019
Comment 4 Regina Henschel 2025-10-27 09:31:56 UTC
I have added bug 169089 for the needed changes in the documentation.
Comment 5 Commit Notification 2025-10-27 10:20:05 UTC
Julien Nabet committed a patch related to this issue.
It has been pushed to "libreoffice-25-8":

https://git.libreoffice.org/core/commit/97784a6c5bdcaa0920360b39cea105cdea9c291d

tdf#169079: Remove format type SQL from the Data Provider dialog

It will be available in 25.8.4.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.